Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
bharatkishore
Creator III
Creator III

Chart taking too long time

Hi All,

I have  a combo chart and i have a written a calculated dimension which is given below:

=IF(not Match($(v_DB_Name),'CNT_PNT','CNT_REV'),

ProductGroup_SDE,ProductGroup)

But the problem is the chart is taking too much of time too load.

Is there any work around that it can be written in set analysis.

If so please let me know.

Thanks,

Bharat

8 Replies
sunny_talwar

What is v_DB_Name? A field of expression?

bharatkishore
Creator III
Creator III
Author

Hi Sunny,

Yes, I have some text objects say for example,:

A and B

IF user clicks A (V_DB_Name shows A, if users selects B the V_DB_Name shows B).

Please let me know if you need anything more

sunny_talwar

It might be possible, but will have to look at some data... would you be able to provide a sample?

bharatkishore
Creator III
Creator III
Author

Hi Sunny I have maximum erased the data but still it is 28MB.

Can i load top 20 records n send or if there is any other way let me know.

Thanks,

Bharat

sunny_talwar

I usually prepare a sample using the instructions on this link

Preparing examples for Upload - Reduction and Data Scrambling

bharatkishore
Creator III
Creator III
Author

Hi Sunny,

Thanks for reply.

I already tried this then only it is 25MB.

Now there is no calculated dimension.

Please copy this expression in the dimension.

Thanks,

Bharat

bharatkishore
Creator III
Creator III
Author

Sorry please use this expression:

=IF(not Match($(v_DB_Name),'CNT_PNT','CNT_REV'),

System_SDE,System)

sunny_talwar

Sure