Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Any example application or documents of real time data analysis
Define "real time data analysis" in terms of QlikView, please.
Hi zain, you can find an example of dynamic data update in the demo "Call Center" included with QlikView Desktop 9. The add-in works with a QV API to enable dynamic data insertion within the in-memory model, to accomplish these, you have to write an intermediate program that queries the database constantly. Every time your program find new records, you can use the api insert them dynamically. In the case of the "Call center" demo, the insertion is accomplish with excel macros.
Hope this helps.
Regards
Hi, if ypu install QlikView Personal Edition with the Complete Installation option, it will install some demos. The Demo called Call Center, inside in the Background sheet you can find a button that opens an Excel File with Macros that simulates inserts on the data source, and you will see in the QlikView application how new data is pushed directly into memory.
In the excel file you can see how the Macro was done and you can write your own program to push data into memory from any other database. This example is shown for Excel.
I hope this example helps you.
I have call center QlikView application but it hasnt define Macro, if you have application please send to me,
basically i want to make SLA application i got application name dashboard from forum but its not very much clear to me,
application used Binary itsm_analyser_getdata_v2.qvw; file and i didnt found, that is the logic which is want to create.
Thanks, please tell me how enable the macro
Basically i want to make SLA application i got application name dashboard from forum but its not very much clear to me,
application used Binary itsm_analyser_getdata_v2.qvw; file and i didnt found, that is the logic which is I want to create.