Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
helen_pip
Creator III
Creator III

Hide a field in a tab;e box until a selection is made in List box

Dear Qlikview user

I was wondering if someone could kindly help me. I thought I would start with my issue/Question and then some insight as to what I have done so far

Question

I require some help to tweak an enabled condition of a dimension so that when no selections are applied to the list box, the dimension is NOT visible


Example so far:

I have a list box called Description I.e.

A

B

C

D

Underneath the list box I have a straight table which is just showing various dimensions

On the dimensions tab I wish to have an enabled condition which will only show a dimension when a user selects Description A

So far I have come up with the condition of: =Only(Description = 'A')

However this works when the end user selects Description A and as expected dissapears when user selects Description B. However I require the dimension to only be visible when the user selects Description A

Any help would be greatly appreciated

Kind Regards

Helen

3 Replies
sunny_talwar

May be try this

=GetFieldSelection(Description) = 'A'

avinashelite

If your Question is on the Table box then we don't have an option to hide the dimensions..if its straight table then stalwar1 suggestion will work

helen_pip
Creator III
Creator III
Author

Dear Sunny

Thank you for your reply. With your suggestion and a couple of tweaks I was able to get the desired result

=Only(Description='07' and GetSelectedCount(Description) <> 0

Kind Regards

Helen