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)
Tag Archives: Load-Script
QlikTip #23: Deleting fields within a load-script dynamically
Some days ago I was asked how one could delete fields dynamically within/after a load-script in QlikView based on the name of the field/column. So all columns for example with a prefix “F_” should be deleted after loading all tables from a database. My first response was, that the “Table functions” (please have a look [...]
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 [...]
QlikTip #12: Erweiterung des Store Into-Befehls in QlikView 9
STORE INTO konnte bis dato zur Speicherung einer Tabelle in eine QVD-Datei verwendet werden. // Store table Customers into Qvd-file STORE Customers INTO Customers.qvd (qvd); Dabei ist (auch in vorherigen Versionen) der Parameter nach dem Dateinamen, als “(qvd)” optional, wenn man diesen weglässt, dann funktioniert das Speichern in QVD-Dateien trotzdem. Wozu dieser zusätzliche Parameter (auch [...]
QlikTip #9: Löschen von Variablen
Variablen können in Qlikview auf drei Varianten gelöscht werden: Löschen über die Benutzeroberfläche/den Windows Client Löschen im Load-Script Löschen mit einem Makro Variante 1: Löschen über den Windows-Client Das Löschen über die Benutzeroberfläche erfolgt über folgende Schritte Menü -> Einstellungen -> Variablenliste (oder gleich Ctrl/Strg + Alt + V) dann im Dialog eine Variable auswählen [...]

Stefan WALTHER
QlikTip #9: Deleting variables via user-interface, within the load-script or by using macros (translated)
Posted in Load Scripts, Macros, QlikTips