Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Everyone,
Can anyone suggest that, what can I propose as a Process Improvement for my Qlikview Application ?
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.
What process you want to improve? Can u describe little
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
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