Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
dradoikov
Partner - Contributor III
Partner - Contributor III

Change data and then save into excel

Hi,

I need help for this problem.

I want change data in QlikView UI and then save into Excel file.

Thanks,

Daniel

1 Solution

Accepted Solutions
Gysbert_Wassenaar

Only if you defined the field as an Input Field in the load script with the Inputfield statement. See the help file for details.


talk is cheap, supply exceeds demand

View solution in original post

7 Replies
vivientexier
Partner - Creator II
Partner - Creator II

You mean export data from the script or from one graph ?

From the script you can use the STORE instruction after your table creation :

  • STORE mytable into myfile.txt (txt); // No excel format available.

From one graph

  • Right click on your graph, chose "export" then a box offer you the possibility to save under Excel format.
dradoikov
Partner - Contributor III
Partner - Contributor III
Author

Hi Vivien,

Thanks for quik answer.

This is the case.

in QlikView is imported Excel file.

In Excel there one column that I want to change in QlikView through the interface. After the change of the information in this column changes need to be saved again Excel file.

Thanks in advance,

Daniel

rustyfishbones
Master II
Master II

You can take the Excel file into Qlikview

Create a Table box will (Select all Columns) after you have made the Changes and then Export the Table Box Data to Excel and Save the Excel file

Table_Box.png

dradoikov
Partner - Contributor III
Partner - Contributor III
Author

Hi Alan,

Can i change the data in table box?

Daniel

Gysbert_Wassenaar

Only if you defined the field as an Input Field in the load script with the Inputfield statement. See the help file for details.


talk is cheap, supply exceeds demand
rustyfishbones
Master II
Master II

Listen to Gysbert, he is far more knowledgeable about these things, so I would trust what he is saying

You could make changes in the Script like adding, Month, Year, etc

And then add those new fields to the Table Box and then Export

dradoikov
Partner - Contributor III
Partner - Contributor III
Author

Runs great!

Thank you very much