marksmunich
Creator III
2014-03-06
04:08 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Scripting Tips in qlikview
Could some one list some usefull tips when working with qlikview scripting
3 Replies
alexandros17
Partner - Champion III
2014-03-06
04:16 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
2014-03-06
04:16 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Go through the attached docs, hope, you would find some useful tips.
MK_QSL
MVP
2014-03-06
04:18 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.