Skip to main content
Announcements
Qlik Introduces a New Era of Visualization! READ ALL ABOUT IT
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Charts don't show when opening

Hi all,

    Many times i opened my 1 specific .qvw file, below piture shown at where there should be a chart. Any action will make it normal, like selecting, switching sheet, clicking buttons etc. Why this happen and how to avoid this? Thanks in advance.


Untitled.png

1 Solution

Accepted Solutions
danieloberbilli
Specialist II
Specialist II

Another way could be: you first show a copy of the chart with a normal dimension (like a standard / default value of vTop) to make sure that it will always be shown in the correct way. And in the moment the user does a selection - you hide the standard chart and show your real (dynamic) chart

View solution in original post

14 Replies
Not applicable
Author

pls cross check ur data model once  and chart expressions

jyothish8807
Master II
Master II

HI Due,

I guess this is because of huge amount of data and your chart is not able to hange it.Try to filter it out for some small amout of data.

for eg. for last month or for particular day.Check is the chart is working or not.

sum({<Date={'1/12/2013'}>}Sale) something like this or simply selet the dates from the list box for testing.

Regards

KC

Best Regards,
KC
Not applicable
Author

My model is easy enough: 1 Fact table and 1 dimension table. The chart (line chart) maybe a little complicated.

I used a caculated field to show the top n, it is like :

     if( aggr(rank(sum(Sales)),Brand) <= vTop,Brand). (vTop is a variable that can be adjusted by users. )

I have only 1 expression which is pretty simply.

Is the calculated dimension that cause this issue?

danieloberbilli
Specialist II
Specialist II

Seems that you have a very performance heavy / not optimized expression or a (too) complex condition in the Calculation Condition (General tab)  or Conditional Shows of Dimension or Expressions. Could you post your expressions?

danieloberbilli
Specialist II
Specialist II

In this case I recommend to set a condition on the General Tab > Calculation condition - where you wait e.g. for a entry of the user in vTop - then you can have a personalized error message saying e.g. ' Please select a Rank'

danieloberbilli
Specialist II
Specialist II

I think Calculated Dimensions like this one are very performance heavy

Not applicable
Author

Thank you. I will have a test through adding a filed selection trigger when opening. And if it is the reason i will make you answer the correct one.

Not applicable
Author

Thank you. But i don't think i will take you advice because i want users to see the chart at the first sight.

Not applicable
Author

As i have known, it is better than setting in "Dimensions Limits" tab.