Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi all,
Do you have any idea ,is it possible to use Set Analysis expressions in script......
Give me your comments please...
Thanks
NIlupa
Hi Martina,
Thanks for your response...
I have an application which need to export the data in charts(Straight tables) into qvds... I have written a macro for export the sheet objects into qvds... But, the macros are not working in qlikview server when deployed..I need to find a solution for that..
If you have any idea please give your comments...!
Thanks
Nilupa
Hi, Nilupa,
I think no, you can not use Set Analysis in the script, I can not imagine for what. You can of course define variables with Set Analysis, but Set Analysis is for dynamic selections - this you not have in the script!
Hi Martina,
Thanks for your response...
I have an application which need to export the data in charts(Straight tables) into qvds... I have written a macro for export the sheet objects into qvds... But, the macros are not working in qlikview server when deployed..I need to find a solution for that..
If you have any idea please give your comments...!
Thanks
Nilupa
Hi, Nilupa,
why do you use macros for storing data into qvds? You can use:
Store Table Into Tablename.qvd;
If you work with the expression For i=0 to MaxNumber, you can also store only parts of a table by using the where-condition and you can use variables to find the right fieldcontent, ...
Thanks..
No dear I want to store the data in charts developed using set analysis expressions into qvds...