-
Stefan WALTHER
A big QlikView / Qlik Sense fan and always trying to push the boundaries of these two products with several integration techniques.
more Get Updates !
-
Recent Articles
- Using Bootstrap CSS in Qlik Sense Visualization Extensions
- Funnel Chart Visualization Extension for Qlik Sense
- MediaBox Visualization Extension for Qlik Sense
- Calendar Heatmap Visualization Extension for Qlik Sense
- QR Code Visualization Extension for Qlik Sense
- Generate Your Qlik Sense Extension in Less Than 2 Minutes
- See you there?: Hackathon@Qonnections2014
- Improvements to WebPageViewer2 QlikView Extension
- SlopeGraph for QlikView (D3SlopeGraph QlikView Extension)
- Calendar Heatmap QlikView Extension (D3CalendarView)
Categories:
- QlikChallenge (1)
- QlikTips (41)
- QlikView 9 (4)
- QlikView 10 (10)
- QlikView 11 (12)
- QV Server/Publisher (6)
- Creating Applications (18)
- Charts (4)
- Design & Layout (11)
- End User Experience (8)
- Development /QV Developer (46)
- APIs (6)
- QmsApi (2)
- Extensions (25)
- Integration (8)
- Load Scripts (9)
- Macros (6)
- Settings (3)
- APIs (6)
- News (15)
- Nice Read (8)
- QlikView News (5)
- Site News (2)
- SysAdmin/Installation (7)
- QlikView-Online-Tools (3)
- German Articles (25)
- Strategy (3)
- Technology News (1)
- Fun (1)
- Qlik Sense (6)
Category Archives: QV Server/Publisher
Starting to work with the QlikView Management Services API (QMS API), Some Useful Resources (QlikTip #51)
The QlikView Management Services API (QMS API) is an officially supported web service based API to get access to functionality behind QlikView Server and QlikView Publisher. Using the QMS API everything which can be done within the QlikView Mangement Console (QMC) can also be accomplished programmatically (and much more!!!). In my opinion the QMS API […]
Reloading QlikView Documents using the Ajax-/Mobile-Client (Triggering EDX Tasks by using a QlikView Extension) (QlikTip #47)
It is quite easy to reload a current QlikView document if you are using the IE-Plugin or QlikView Desktop. But achieving the same result if you are using the Ajax-/Web-/Mobile-Client is a bit more demaning. The solution described here closes the gap using a combined approach of misc. QlikView integration techniques: The QMS API (QlikView […]
QlikTip #41: Exporting Current Selections for Excel Export in Ajax/Mobile Client
In one of my previous posts I explained how to enable the automatic integration of current selections within the Excel-export of QlikView Desktop or QlikView IE-Plugin. I received a lot of eMails how to force this for the Ajax-Client and/or Mobile-Client, here’s the answer: Setup for QlikView Server Open the settings.ini file for your QlikView […]
QlikTip #29: Restarting/Stopping/Starting services in QlikView 10
Just a short update to the post "Restarting/Stopping/Starting services in QlikView" for version 10 of QlikView because some of the windows-services have changed in QlikView 10:
QlikTip #22: Restarting/Stopping/Starting services in QlikView 9
Even if already published on another Qlikview related blog I just wanted to have this here because I am using it quite often. For starting/stopping/restarting the QlikView Windows-services of QlikView server in version 9 I have prepared three batch-scripts which I call on demand: Restarting all QlikView related Windows-services @echo off REM ------------------------------------------------------- REM - […]
Pre-Selecting a Category in QlikView AccessPoint (QlikTip #52)
Also posted in QlikTips, QlikView 11, SysAdmin/Installation