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: 
Anonymous
Not applicable

Reload Problem

Hi frnds,

                 

               I have a problem in my app.... i have several tables linked to each other and an independent calender (means calender not linked to tables in d model)...

               now in chart i m using diz independent calender as dimension ....all working fine (Data values are correct)

              now the problem is wen i open tat app it takes alot to load i mean d chart occurs as green scrollbar (Loading) for few minutes and den the value occurs.... i dont want tat scroll bar cuming.... Can anybdy help???

regards,

Vaibhav

2 Replies
Anonymous
Not applicable
Author

How many records you have in your fact table, millions? Then its normal that  it takes seconds but not few minutes!

It is better and more efficient to do calculations/ conversion at the time of data loads in the model itself. This will improve the performance of charts refresh.

Example:

You have got 3 million records in your fact table. The fact table contains PRICE, QTY. Its better to add additional column in the fact table called TOTAL := PRICE * QTY.

This will reduce computation effort on the charts when you display TOTAL of a record.

Its good idea that you check the keys between fact table and dimenions, are they the correct keys? You need to combine additional columns in the key to uniquely link the dimenions to the fact table rows?

I hope I could make it clear.

Regards

MultiView

Anonymous
Not applicable
Author

hi multi,

             Thnx alot for ur reply.....

           

           U r absolutely correct..... but my case is different.....all tables have their respective dates and values for tat respective dates,

            n in chart i have to calculate values on each date....

          So i have a chart which has calender dates from jan 1999 till dec 2012...(eg: 1-1-99,2-1-99,....... 31-12-12)

      and in expression i am calculating each day how many debits and credits occured....