Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
hopkinsc
Partner - Specialist III
Partner - Specialist III

only showing search object when a particular selection has been made.

Hi,

I have a list box with 3 windows check boxes, they are :

All Values

Entered Value

Between Entered Values

When Entered Value is selected i want a search box to appear.

When Between Entered Value has been selected i want a different Search box to appear.

I know this can be done using SHOW CONDITION, but i don't know how to do it.

Can anyone help please?

1 Solution

Accepted Solutions
Not applicable

You can try using the function GetFieldSelections(fieldname). This function returns the value of the selected field.

It should look something like this: GetFieldSelections(fieldname) = 'Between Entered Values'.

You can read mote about this function in the Help.

View solution in original post

4 Replies
Not applicable

You can try using the function GetFieldSelections(fieldname). This function returns the value of the selected field.

It should look something like this: GetFieldSelections(fieldname) = 'Between Entered Values'.

You can read mote about this function in the Help.

Not applicable

Hi,

See this example and modify for your application.

hopkinsc
Partner - Specialist III
Partner - Specialist III
Author

Thanks Martin, That was exactly what i wanted.

Not applicable

use GetFieldSelections(Type)