Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
Shako
Partner - Contributor III
Partner - Contributor III

Qlik Performance: Container or Changing Expression

Hello Everyone,

I have a Dashboard where I need to show data in Two Currencies: USD, EUR

All Measures are pre calculated meaning I have [Amount USD] , [Amount EUR] and I dont multiply Default Amount by USD or EUR currencies. And I need to Display a lot of similar measures in a single Table.

Now I have Two Options how to show data. For both cases I use Variable (Button) to Switch from USD to EUR or vise versa. My question would be which approach is better in general and performance wise:

a) Having One Table and creation of Variable Measures (or Master Measure) which will include pick( match( and switch from USD to EUR and recalculate all measures

b) Having Two Tables and creation of Container which will Show/Hide Tables where Measures are displayed accordingly to Currency Variable

Labels (5)
1 Reply
marcus_sommer

In regard to the efforts and performance I would probably include the variable within the expression, like:

sum([Amount $(var)])