Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
gopikrishnach
Creator
Creator

I have 20 Dimensions and 10 Expression in Straight Table. Due to this facing Performance issue. How to resolve the Issue.

I have 20 Dimensions and 10 Expression in Straight Table. Due to this facing Performance issue. How to resolve the Issue.

12 Replies
Anil_Babu_Samineni

Why not to split to diff tables. even when we tried to create 10+ Metrics and dim's it's performance wise is not good. So try to split into more table then shoe that. Or else try with Custom object to show all into one object.

Hope this helps

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful
nagarjuna_kotha
Partner - Specialist II
Partner - Specialist II

Performance issue means,is is taking more time to populate ur data /

if Yes,

Check Follow below ways or Reasons:

1.Apply conditional show to that chart Example: After selecting Year and month the chart should display.

2.u can also Create Ad-hoc report for such cases.

3.If you have calculated dimensions in your chart , try to create those in backend and use them.

4.if you are using Set Analysis in ur expressions , use  Set Analysis.

I Hope this might helps you.

-Nagarjun

marcus_sommer

Like above mentioned there shouldn't be calculated dimensions, aggr-functions or nested if-loops within the chart.

- Marcus