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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
sushil353
Master II
Master II

Object to select value???

Hi experts..

In my dashboard i want a object which provide me selection like "Yes" or "No" so that corresponding to yes certain fields can be selected and for "No" Other fields can be selected...

how can i perform this task??

Thanks in advance..

4 Replies
Anonymous
Not applicable

Hi Sushil,

For these situation I create a varaible which I use to show the objects.
For example: Make a button with an action that set vShow = 1
Now use this varaible in the conditional show option in the layout tab.

Not applicable

Hello Sushil,

I would create one or two buttons with "select / deselect" and implementing the "lock field" and(or) "unlock field"-action.

HtH

Roalnd

Anonymous
Not applicable

Hi Roland,

That is a nice solution too, but that doesn't work when you have no selections in that field, or does it?

Isn't there an action that can make an object set to Read-only?

Dennis.

Not applicable

Hi Dennis,

yes, but you are right, if no selection is done, there is nothing to lock. So my answer is max. second best. There is unfortunaltly no such an action so the only workaround left is coding a macro, similar to this I found in the forum:

http://community.qlik.com/forums/t/36293.aspx

HTH

Roland