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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Reducing Statusbox

Hi!

Is it possible to reduce the entries of the status box?

e.g. not to show the values of some list-boxes where alway one value has to be selected?

01.04.bmp

best  regards Georg

1 Solution

Accepted Solutions
hic
Former Employee
Former Employee

If you use

     Set HidePrefix = tbl ;

in the script, then all fields that begin with 'tbl' will be hidden by default. And they will not turn up in the current selections object.

HIC

View solution in original post

2 Replies
hic
Former Employee
Former Employee

If you use

     Set HidePrefix = tbl ;

in the script, then all fields that begin with 'tbl' will be hidden by default. And they will not turn up in the current selections object.

HIC

Not applicable
Author

Perfect! thanks a lot

Best regards georg