-
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: QlikView 10
QlikView Mashup Examples & Documentation (QlikTip #48)
Creating Mashups in QlikView is extremely simple but I am very often surprised that QlikView’s ability to integrate QlikView documents and objects into other web application is not used very often, sometimes it is not even known that this can be achieved easily. Maybe one reason for that is that documentation and examples are very […]
QlikTip #44: How I Use Visual Studio.net 2010 to Develop QlikView Extensions
A short introduction and step-by-step guide how I use Visual Studio.net 2010 to develop QlikView extensions.
QlikTip #38: How to install a local and lightweight SMTP/POP3 service on Windows 7
This article demonstrates how to install a lightweight SMTP service on your local machine to demonstrate some of QlikView's functionality which requires an active SMTP account.
QlikTip #36: Loading a mapping table directly from a QVD file (QV10 SR2+)
In the past it was not possible to load a mapping table directly from a QVD file. We had to use some workarounds to break the optimized load like: Mapping_Map: Mapping LOAD Field1, Field2 FROM qvdFile.qvd (qvd) WHERE 1=1; or Mappping_Map: Mapping LOAD Field1, Field2, 1 as Field_temp FROM qvdFile.qvd (qvd); DROP FIELD Field_temp FROM […]
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 #28: Configuring “Associative Search” in QlikView 10
In QlikTip#26 I announced to write some details on how to configure “Associative Search” in QlikView 10. First of all I’d like to bring the following article on “Associative Search” to your attention which has been posted in the new QlikView 10 WIKI section on community.qlikview.com. An excerpt of the most important part of this […]
Starting to work with the QlikView Management Services API (QMS API), Some Useful Resources (QlikTip #51)
Also posted in APIs, Integration, Nice Read, QlikView 11, QmsApi, QV Server/Publisher