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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Macros to filter a field when opening Qlikview doc

Hi,

When I open a qlikview document, I need a the data to be prefiltered for a field ("Days")  with values 8,9,10.

Can someone please provide a macros for this so I can add this to the document trigger.

Thanks

1 Solution

Accepted Solutions
Not applicable
Author

He,

You don't need a macro, you can use an action.

Select in field.

Go to document settings, triggers.On open, add action.

Use something like:

Field: Days

Search string: (8|9|10)

good luck

View solution in original post

2 Replies
Not applicable
Author

He,

You don't need a macro, you can use an action.

Select in field.

Go to document settings, triggers.On open, add action.

Use something like:

Field: Days

Search string: (8|9|10)

good luck

Not applicable
Author

Perfect. Thx