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: 
razvan_brais
Creator III
Creator III

Select field when variable has some value

Hy guys.
I have a question. I have a Variable custom object whith 2 predifined values 1, 2 . What I want to do is to selecte some certain values from a Field when variable is , let`s say 1.

So if I select 1 then I need to automaticaly select some values from Other field.

Is this possible?

Thank you,

Razvan

1 Solution

Accepted Solutions
razvan_brais
Creator III
Creator III
Author

Solved with Sheet Navigation .

Thank you for support.

View solution in original post

11 Replies
Anil_Babu_Samineni

This is possible, Can you share sample mockup test file

Please add me Anil_Babu_Samineni to interact faster when reply back. Speak low think High.

Before develop something, think If placed (The Right information | To the right people | At the Right time | In the Right place | With the Right context)
razvan_brais
Creator III
Creator III
Author

I`ll try to add some data. But I would like to specify that the app is in qlik sense , not in qlik view , so I can`t use triggers.

razvan_brais
Creator III
Creator III
Author

So this is the example.

I this example I would like if I select V1 then to automatically select from Field1 values : 'A' , 'B'.

agigliotti
Partner - Champion
Partner - Champion

you can do it using this extension http://branch.qlik.com/#!/project/58e20b0e86f54ab8e8f21512

you  have to set  "Select Multiple Values in Field" as first action

and type in Value something as below:

=if( $(vMakeSelections) = 1, 'A;B' )

I hope it helps.

razvan_brais
Creator III
Creator III
Author

I`ve tried , but nothing happens . Maybe I`m doing something wrong :-?

razvan_brais
Creator III
Creator III
Author

What I observed , it only works on change sheet. But I need the action to be made in current sheet

anat
Master
Master

may be you have to use Extension objects.Qlik Branch

razvan_brais
Creator III
Creator III
Author

Won`t help me

agigliotti
Partner - Champion
Partner - Champion

yes you right, the event is fired when you open the sheet.