Skip to main content
Announcements
July 15, NEW Customer Portal: Initial launch will improve how you submit Support Cases. IMPORTANT DETAILS
cancel
Showing results for 
Search instead for 
Did you mean: 
prma7799
Master III
Master III

insert data from user

Hi All,

How to insert data into the QVW from user and whatever data inserted it should display on dashboard and automatically save bon backend in QVD format.

Thanks

4 Replies
prma7799
Master III
Master III
Author

Any help?

Not applicable

Abit tricky...

You need to use dynamic update action from action.

But this will update to memory only but not database. What you need to do is create a button export the table object to excel and reload, hence store into table.

prieper
Master II
Master II

Check INPUTFIELD to have the input from user.
Am not aware on a storage-possibility from userinterface.

Else you may load an excel during scriptexecution, which might be filled by user and save the content during the excecution of the script.

HTH Peter

prma7799
Master III
Master III
Author

Hi Peter,

What I want is whatever user type on the screen it will see on same window and that statement need to updated as QVD format.

Thanks