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

Announcements
Qlik Connect 2026 Agenda Now Available: Explore Sessions
cancel
Showing results for 
Search instead for 
Did you mean: 
AnushaKarthik
Partner - Contributor
Partner - Contributor

Optimize pick and match

Dear all,

I'm developing a financial reporting dashboard that has a template containing 202 lines. I have created variables for each line, and use the variables using pick and match for each line in the front end.

The dashboard behaves too slow with this approach. for each selection it takes 10 mins to give the results. Does anyone have a better approach? 

 

1 Reply
marcus_sommer

Such stuff shouldn't be attempted within the UI else being resolved against native dimensions within the data-model respectively just transferring the hierarchically P&L structure from the ETL system. Any overlapping from values against several higher dimension-values could be addressed with an as-of-table. And in the end a simple: sum(value) as expression should be enough.

The As-Of Table - Qlik Community - 1466130