Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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.
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
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
Hi Johannes,
Thanks for your help, it was very useful, it resolved my problem
Regards.
Moulse