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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Synthetic Keys and Column as rows

Hi All

I have three basic questions:

  1. If i have multiple synthetic tables created , will it affect the performance of the dashboard??
  2. If i am getting the data in rowwise manner instead of columns, ie instead having ITEM , ITEM CATEGORY and ITEM VALUE as two seperate columns, i have them as rows.(ITEM1 then next row is ITEM CATEGORY and have corresponding values in ITEM valueas column). Can i use Set expression to handle this? will use of multiple SEt affect the performance.
  3. Can i use Set expression when using a calculated dimension??

Thanks in advance!!!!

Regards

Ganesh

1 Solution

Accepted Solutions
Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

1. Very likely

2. Maybe you can use set analysis. But unless you explain what exactly you wish to 'handle' there's no telling. Every expression affects performance.

3. Yes.


talk is cheap, supply exceeds demand

View solution in original post

2 Replies
Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

1. Very likely

2. Maybe you can use set analysis. But unless you explain what exactly you wish to 'handle' there's no telling. Every expression affects performance.

3. Yes.


talk is cheap, supply exceeds demand
avinashelite

1.synthetic keys will surely affect the performance and even in the calculation .

2. It completely depends on the requirement , in few cases the columns representation works fine and in few the row wise works good .

3.if you talking about set analysis in the calculated dimension, then we cannot do but we can achieve it using conditional and aggr functions