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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Object ID

Hi

I have to setup a condition based on object id.

For example :- I have a 4 copies of list object and I have to setup different trigger actions on each of them.

Trigger Action : What i want is to check whether any value is selected in object if yes then action but it should be different for all the fours, so i want to know how to setup a condition on object id, needs to check if any values is selected in each object.

Thanks

Manish

7 Replies
alexandros17
Partner - Champion III
Partner - Champion III

if list box contains different fields then use getfieldselections or getselectedcount ...

JonnyPoole
Former Employee
Former Employee

Not based on ObjectID , just the field exposed by the list box.  Any reason you don't just use the field name ?  Are they calculations in the list box ?

Anonymous
Not applicable
Author

copies of same object, contains same field .

That's y need to setup condition on object ID

alexandros17
Partner - Champion III
Partner - Champion III

So for example the field F1 is contained in two or more list boxes at the same moment, if the field is selected in a list box there is no way to identificate that object unfortunately.

JonnyPoole
Former Employee
Former Employee

Not sure the use case , but getselectedcount() functions will work with alternate states in latest 11.2 SR8... so if the list boxes had the same field in different states you can check the selections...

Anonymous
Not applicable
Author

I have a Scenario, where i  have to select different bands based on selection of listbox if user has selected the 1st list box then its should trigger an action and select 1st band if he selects 2nd list box then it should select 2nd band and so on.

Unfortunately all the listboxes are having same field (not calculated),if it is same field of course it will do the same filtration.

Thanks

Manish

alexandros17
Partner - Champion III
Partner - Champion III

You could use alternate states ...