Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

add data dictionary functionality to a qlickview dashboard

How to setup a dashboard so that when a user clicks on a value in a column a drop down occurs  to give data dictionary information?

1 Reply
Not applicable
Author

you could probably create an object with the information and apply a conditional show something like:

count(FIELD)=1

that way it will display the object when only one field is selected.

Another option is to just create a list box and select "Only One Selected Value" so that only one can be selected at a time.