Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
marksmunich
Creator III
Creator III

Scripting Tips in qlikview

Could some one list some usefull tips when working with qlikview scripting

3 Replies
alexandros17
Partner - Champion III
Partner - Champion III

1) Split your code in tabs (Main, lookup, orders ...)

2) include all your variables in xlsx files

3) use sub (in this way you may reuse your code)

4) Write little descriptions of your code.

Experience will do the most ...

Hoe it helps

tresesco
MVP
MVP

Go through the attached docs, hope, you would find some useful tips.

MK_QSL
MVP
MVP

Try to avoid synthetic keys and circular references

Always try to mention your working by comments so that others can understand

Try to create different tabs .. i.e. Fact Table, Dimensions, Google Map, Master Calendar etc.