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

Announcements
See why IDC MarketScape names Qlik a 2025 Leader! Read more
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Select by Default

Hi,

In my dashboard, I have a Multi-box object as a filter with several dimensions.

I need fix values on one or two of these dimensions just for when the dashboard is opened, in order to it presents data filtered according these dimensions in the  multi-box.

Multi-box.jpg

How I can do that?

16 Replies
Jason_Michaelides
Partner - Master II
Partner - Master II

Then you might need to use a trigger as suggested. Or else create a splash page with a button that applies the selections using actions.

Not applicable
Author

Thanks you all!

Not applicable
Author

Thanks again to all!

I have another question:

How I can select several values of one dimension as default, using the similar trigger?

Multi-box2.jpg

Thanks in advance

Jason_Michaelides
Partner - Master II
Partner - Master II

Select In Field action.  Use this syntax for the values:

(Ene|Feb|Mar|Abr)

Or create a bookmark and apply that in the action.

alec1982
Specialist II
Specialist II

If the values you want to select located within the same column change the trigger values to be like (Value1|Value2|Value3).

if the values are indifferent columns then create other triggers.

Not applicable
Author

Thanks!!!

Not applicable
Author

Thanks again!