Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Urgent: I am facing performance issues in my Qlikview reports.

In some case I am using Valuelist and for some Inline view.. Which among the two could be reason for the low performnce ?Please Help thnks in advance

1 Solution

Accepted Solutions
Jason_Michaelides
Partner - Master II
Partner - Master II

Inline tables only affect the load script whereas ValueList() is a front-end function.  Therefore you would usually expect inline tables to perform better.  However, there could be other problems in your data model and/or expressions causing your performance issues.

Hoep this helps,

Jason

View solution in original post

3 Replies
Jason_Michaelides
Partner - Master II
Partner - Master II

Inline tables only affect the load script whereas ValueList() is a front-end function.  Therefore you would usually expect inline tables to perform better.  However, there could be other problems in your data model and/or expressions causing your performance issues.

Hoep this helps,

Jason

Not applicable
Author

Thanks a lot Jason!!  Also may be use of multiple IF is causing a problem I guess... Is there any alternative for that too...Please suggest...

Jason_Michaelides
Partner - Master II
Partner - Master II

Lots of options depending what you are trying to do.  Set Analysis is often a better alternative to nested IF statements.