-
Mag. Stefan WALTHER
QlikView Consultant and managing director of the IT-company bluestep.com in Vienna/Austria.
more Categories:
- Nice Read (1)
- QlikView News (1)
- QlikTips (7)
- QlikView 9 (3)
- QlikView-Online-Tools (1)
- QV Server/Publisher (1)
- Development /QV Developer (5)
- Data transformation (1)
- Load Scripts (2)
- Macros (3)
- Settings (1)
- Site News (1)
- SysAdmin/Installation (2)
- German Articles (29)
- Publisher / Server (3)
- QlikTips (de) (16)
- QlikView – Neuigkeiten (8)
- QlikView 9 (de) (11)
- QlikView Anwender/Analyzer (5)
- QlikView Applikationen (1)
- QlikView Developer (12)
- Daten laden/Lade-Skripts (5)
- Einstellungen (3)
- Makros (2)
RSS-Feeds & Newsletter
Category Archives: Development /QV Developer
QlikTip #19: Suppressing Macro-Security (Module Security) Dialog on QlikView-Server/QlikView-Documents
When opening documents with macros the end-user will be shown a dialog to define the desired macro-security/module security (in the QlikView Windows Client or the QlikView IE Plugin):But what, If you do not want that the end-user has to option to select the desired macro security/module security?You can (e.g. as a system-administrator) globally enable the [...]
QlikTip # 18: A workaround for passing parameters to QlikView-macros
When calling macros from the user interface you cannot pass a parameter to the function called in QlikView.This behavior is quite annoying …!But the workaround explained here will show you a possibility how you can “simulate” passing parameters to macro-functions:The idea behind is quite simple. In QlikView 9 we have now actions which can be [...]
QlikTip #17: Simulating the $(include) command in QlikView macros
Within load-scripts in QlikView there is the useful “$(include)” command available for including files containing some script to be used within the load-script.Doing so it is easy to encapsulate and reuse some code used in several QlikView applications.So organizing your code in load-scripts is easy, you can use several tabs and the $(include) command, whereas [...]
A little tool for creating nested if-statements
Nested If-statements are sometimes necessary in QlikView- load-scripts, unfortunately.They are quite difficult to read and very tricky to create and especially to debug.In the last recent months I had a lot of projects where a tenfold nesting of if-statements was not uncommon.After struggling with these nested ifs for a while I decided to create a [...]

QlikTip #20: Why we do not need a SELECT-CASE/Switch-Case in QlikView load-statements …
Also posted in Data transformation, Load Scripts, QlikTips