Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
I am trying to create a use case. I have used below mentioned script.
Data:
InputField Target;
Load * Inline
[
Region, Target, Actual
North, 100, 200
South, 200, 180
East, 300, 320
West, 400, 410
];
In the front end table, I can able to change the Target values manually.
Now, I want to store the updated table values into QVD after reloading.
Note: I don' t want to use a macro. The updated data must be stored into QVD only after reloading.
Kindly help me to achieve this scenario.
Thanks.
i suppose this is not possible without using a macro!
with macro try like this:
https://community.qlik.com/t5/QlikView-Scripting/Create-and-Save-data-in-Qlikview/td-p/536064
Hi,
Thanks for your suggestion. I have used macros to achieve my requirement.
The macros are working fine on the QlikView desktop. However, it is not working on the access point.
Is there any way to achieve my requirement through the access point.
Many Thanks!
The reason macros will not work using the Ajax client is everything runs server-side in that case, so depending upon what the macro is doing, the user may never see things... What you want to do is not really a functional aspect of the product, probably the only way to accomplish things would be for the users to export things and send that file somewhere that a script can run read those in and create the QVD file etc. I know of no means to do this directly via the server. The key thing to understand about input fields is each user's input is specific to that user...
Regards,
Brett