Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I have an app with ODAG associated to it. In the selection app, I have Region and Product. The question is I have noticed when I don't make a selection for Product in the main app, all products are listed in the ODAG script as below. The database I am using taking more time this way, instead if there is a way the script can ignore that condition if a product is not selected in the main app instead of listing everything in the script.
Product in (A,B,C,D,E,F,G,H)
Hi @jjustingkm,
I don't play with ODAG for a long time, but I believe you can use odags_/odagscnt_ variables to retrieve only the green selected values instead of using the default odag_ variable. This way you can manipulate your code according to what is selected or not.
Reference: Binding expressions in on-demand template apps | Qlik Sense on Windows Help
Read more at Data Voyagers - datavoyagers.net
Follow me on my LinkedIn | Know IPC Global at ipc-global.com
Hi @jjustingkm,
I don't play with ODAG for a long time, but I believe you can use odags_/odagscnt_ variables to retrieve only the green selected values instead of using the default odag_ variable. This way you can manipulate your code according to what is selected or not.
Reference: Binding expressions in on-demand template apps | Qlik Sense on Windows Help
Read more at Data Voyagers - datavoyagers.net
Follow me on my LinkedIn | Know IPC Global at ipc-global.com