Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I want to modify a cell value in a QVW file, how can I achieve it without reload it?
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.
Thanks Deepak. But I want to modify the basic data, and I hope this changing can impact other charts and tables.
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
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.
Dynamic Update