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: 
marakud971
Contributor III
Contributor III

Report Performance

Hi everybody,

I've got an issue about the perfomance of one of my report.
In fact, i've got a lot of rows each days and now my qvd files is bigger and my report is slower.

I 'm looking for a solution to improve my report's performance.
I found in the forum, someone who talked about the use of IF statement.

So I think that i have to change several expression's calculation like my main expression :

=COUNT(DISTINCT (IF (Date = [Date of last operation],CONTRACT_ID)))

How could i write it better ?

And what about other solution to improve the whole performance of my report.

Thanks a lot !

 

Labels (3)
2 Replies
jimmygohhanjie
Contributor III
Contributor III

Hi,

Qlikview computation is rather fast.

I am guessing you have too many charts refreshing at once.

You can check which Object is taking up too much processing.

CTRL + ALT +D to bring up documents settings.  Go to sheet Tab, at the second box, check the Memory usage.

 

if that object (Chart or Pivot table) is taking too much processing. You want to show the object only when User have selected the desired ranges. Example, date range, Departments,  product group.

you can do this at the chart properties--> layout -> show -> Conditional. (GetSelectedCount(Departments) > 0)

 

Brett_Bleess
Former Employee
Former Employee

Well, not sure how much help the following will be, but hopefully may get you on the right track:

Help:

https://help.qlik.com/en-US/qlikview/April2019/Subsystems/Client/Content/QV_QlikView/LoadData/best-p...

Design Blog:

https://community.qlik.com/t5/Qlik-Design-Blog/Data-Modelling-Clarity-vs-Speed/ba-p/1473644

Regards,
Brett

To help users find verified answers, please do not forget to use the "Accept as Solution" button on any post(s) that helped you resolve your problem or question.
I now work a compressed schedule, Tuesday, Wednesday and Thursday, so those will be the days I will reply to any follow-up posts.