Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
AWS Degraded - You may experience Community slowness, timeouts, or trouble accessing: LATEST HERE
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Can I modify a cell value in QVW file without reload?

I want to modify a cell value in a QVW file, how can I achieve it without reload it?

5 Replies
deepakk
Partner - Specialist III
Partner - Specialist III

hi John,

YOu can use INputfield to acheive the same.

eg:

Inputfield test;

load

A, B, Amount , Amount as test from Table;

IN Pivot table.

A B Sum(Amount) inputsum(test).

inputsum(test) will be editable.

Anonymous
Not applicable
Author

Thanks Deepak. But I want to modify the basic data, and I hope this changing can impact other charts and tables.

maneshkhottcpl
Partner - Creator III
Partner - Creator III

Hi,

I have couple of questions.

1. Why u dont want to reload the data?

2. How you want to modify?

3. Can we use partial reload?

Thanks

Manesh

deepakk
Partner - Specialist III
Partner - Specialist III

hi Jhon,

This modification will not effect other charts untill you create a link between them.

Even though the values of Amount field and test field are same. the change in test field will not effect other fields.

Not applicable
Author

Dynamic Update