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

Process Improvement

Hi Everyone,

Can anyone suggest that, what can I propose as a Process Improvement for my Qlikview Application ?

4 Replies
adityaakshaya
Creator III
Creator III

Hi Mansi,

I don't know what approach you have taken while developing your application but you can refer to attached document which talks about optimization. This can help you to decide what process improvement you need to implement in your Qlikview Application.

Anil_Babu_Samineni

What process you want to improve? Can u describe little

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful
Siva_Sankar
Master II
Master II

Hi Mansi,

Here is the Qlik blog with documents on How To Improve Your Design Process Working With Qlikview

If you are looking for performance improvement then this thread will help improving QlikView performance

-Siva

qv_testing
Specialist II
Specialist II

Hi Mansi,


Optimizations

Script Level:

* Avoid the synthetic keys. Remove unnecessary links and joins tables explicitly in the script.

* If a reloads takes a great deal of time, use a binary load of static historical data.

* Drop tables from memory in the script once they have fulfilled their role.

* Use the AutoNumber() function to create a compact memory representation when using a complex composite key.

UI Level (layout):

* The memory used by objects and calculation times can be maintained in the sheets tab of the document properties. A good way to find bottlenecks in the application.

* Minimized charts do not take up memory. Uses the auto minimize option with charts that do not need be displayed at the same time.

* Force the user to make a selection before a large chart is displayed to reduce chart calculation times.

* Use appropriate messages while charts are being calculated.

* Avoid long expression with multiple string comparisons.

* Avoiding showing frequencies in Listboxes where not necessary.

Regards,

Raju