Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
sunitha_chellaiah
Partner - Creator
Partner - Creator

Store InputField values in QVD

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.

3 Replies
Frank_Hartmann
Master II
Master II

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

sunitha_chellaiah
Partner - Creator
Partner - Creator
Author

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!

Brett_Bleess
Former Employee
Former Employee

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

To help users find verified answers, please do not forget to use the "Accept as Solution" button on any post(s) that helped you resolve your problem or question.
I now work a compressed schedule, Tuesday, Wednesday and Thursday, so those will be the days I will reply to any follow-up posts.