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

object Qlikview outside a macro selection data

Hello,


I am a new user Qlikview,
I work on a QlikView document with SEVERAL objects,
and there's a macro that makes default selections data on objects (table etc.) Qlikview,


I want to add an object (table) without taking into account the data on the selection made ​​by the macro.

is it  possible to do this ?

Thank you for your help.

1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

You can use Set Analysis and look at the full dataset without taking any selections into consideration using the 1 set modifier. For example: Sum({1} Sales). However, that goes for any selection, not just ones made by a macro.

My actual suggestion would be to get rid of the macro's making selections

View solution in original post

2 Replies
Anonymous
Not applicable
Author

You can use Set Analysis and look at the full dataset without taking any selections into consideration using the 1 set modifier. For example: Sum({1} Sales). However, that goes for any selection, not just ones made by a macro.

My actual suggestion would be to get rid of the macro's making selections

Not applicable
Author

Hi Johannes,

Thanks for your help, it was very useful, it resolved my problem

Regards.

Moulse