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

Announcements
Now accepting applications for the Qlik Luminary and Partner Ambassador Programs: Apply by July 6!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Changing value in table by address

Hi Experts!

I have specified row number and column in which I would like to change value.

In Excel VBA it was "cells(row, column)" statement, so we could easly put value by address like this:

cells(3 , 5) = "Value"

Does something similar exist in QV?

Thanks

Labels (1)
1 Reply
marcus_sommer
MVP
MVP

No it's not possible to change the value of a field without a load of the table.

- Marcus