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

Problem loading Stacked Chart

Hi,

We are using stacked chart with dynamic dimensions with simple expressions sum(spend) and relative spend showing top 10. It is working fine so far with less amount of data. But now data is increased, one dimension has 190K rows and the fact table has 3.5M rows. we are using star schema.

Example.png

With this amount of data chart is not loading in UI and Access Point.

can someone give suggestions to fix this problem?

Thanks for your support.

Regards,

Sai Krishna.

1 Solution

Accepted Solutions
swuehl
MVP
MVP

Which method to show Top10 are you using?

Have you tried limiting your data using set analysis?

QlikView Blog Q-Tip #5 – Show Top Performers. Common but not too trivial. | Natural Synergies

View solution in original post

7 Replies
swuehl
MVP
MVP

Which method to show Top10 are you using?

Have you tried limiting your data using set analysis?

QlikView Blog Q-Tip #5 – Show Top Performers. Common but not too trivial. | Natural Synergies

Not applicable
Author

Hi, Thank You for sharing the link. It improved performance lot. But am facing issue with label.

I am using drill down group in derived expression. So can you please help me to set the label for the dimension.

swuehl
MVP
MVP

Could you elaborate more what the issue with the label is?

Not applicable
Author

I have a drilldown group "PProduct Group" with SKU and Product.

When I use [PProduct Group] as dimension, label is displayed properly, SKU and Product based on selection. But when I use calculated dimension like "=AGGR(IF(Rank(sum(Spend), 4)<=5,[PProduct Group],'Others'), [PProduct Group])" label is not displaying properly.

Need solution for legend label to display properly. Thanks in Advance.

swuehl
MVP
MVP

Have you tried setting a label?

2016-05-25 21_13_20-Document Properties [C__Users_Stefan_Downloads_Dimension Background123 (1) (1).q.png

Not applicable
Author

Yes. I have tried it. Still not working. Please let me know if I am missing somethings.

pics.png

Not applicable
Author

Hi,

I got solution, thanks for all help.

GetCurrentField(<Group Name>) is used in label expression.