RSS-Feeds & Newsletter
Categories:
- QlikChallenge (1)
- QlikTips (24)
- QlikView 9 (3)
- QlikView 10 (6)
- QV Server/Publisher (2)
- Creating Applications (7)
- Charts (1)
- Design & Layout (4)
- End User Experience (1)
- Development /QV Developer (18)
- APIs (2)
- Integration (1)
- Load Scripts (9)
- Macros (6)
- Settings (3)
- News (8)
- Nice Read (4)
- QlikView News (2)
- Site News (2)
- SysAdmin/Installation (4)
- QlikView-Online-Tools (2)
- German Articles (25)
- Strategy (3)
- Technology News (1)
Monthly Archives: January 2010
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 [...]
QlikTip #1: Transferring Current Selections to Excel-Export (translated)
While driving this blog only in German the most viewed article was “QlikTip #1 – Export the current celections to Excel”. So this will also be the first article translated to English. (The original German article can be found at http://www.qlikblog.at/9/tip-statusboxauswahlstatus-in-excel-export-integrieren/) The functionality in QlikView that any object-content can be easily exported to Excel is [...]
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) [...]
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 [...]
qlikblog.at is now published in English!
About four months ago I have created this blog for sharing my knowledge and ideas about business intelligence and especially QlikView. In the last weeks I have received so many mails! Thanks! But most of the mails I received were targeting one topic: “Why is your blog published in German” or “Could you please translate [...]

Stefan WALTHER
QlikTip #19: Suppressing Macro-Security (Module Security) Dialog on QlikView-Server/QlikView-Documents
Posted in Macros, QlikTips, Settings