Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I would like to experiment with some sort of staging in loading data into my Sense application. Because loading the entire set is undesired due to performance of load script and performance in the dashboard itself.
Preferably I do something like this:
1) Some sort of quick scan of the available data.
2) Populate a list / table in the application containing available data
3) The user can select one or more values in this list
4) Reloading will get only the data for the selected entities
It is possible to use a dashboard selection in the next script reload? (Like a variable where-clause).
I asked this question in a chatroom during the Qlik "Visualize Your World" Virtual Forum. That resulted in an interesting chat.
My Question: I have a dimension that will grow upto 250 entities. An analysis dashboard is made to facilitate analysis for 1 of those entities at once. I'd like a single version of that dashboard, but then 250 separate instances. Or the possibility for a user to pick 1 of 250 values and reload only that data.
My chat-buddy will ask other technical Qlik people for input. I'll post and update when I receive any additional input. Until then probably using an intermediate QVD/QVF step seems the best approach.