Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Activate object based on selection in straight table

Hi Team,

I have a straight table with 4 fields. If I select a value in field 1, based on the selected value an object should be activated.

I am using Triggers -> On Any Select but it is for any value in the field. Is it possible to have on each value selection? I am sure it can be done using variables but finding hard time to accomplish. Can you please help

Thanks,

SV

4 Replies
sunny_talwar

May be use a layout condition:

GetSelectedCount(Field1) > 0

Not applicable
Author

Sunny,

It will be for the whole field but I am looking like this:

Field1

A

B

C

If we click A, straight table 1 should be shown

If we click B, straight table 2 should be shown

and so on.

So, based on value selection, I want to activate another object

sunny_talwar

May be have a show/hide condition like this:

For Straight Table1: GetFieldSelections(Field) = 'A'

For Straight Table2: GetFieldSelections(Field) = 'B'


and so on...

Anonymous
Not applicable
Author

go to the condition and give the condition and getselectionfield(column name) give the condition