Hello,
I need to update the value of a lookup in a category for several documents. I can't do it manually because there are a lot.
Then I want to modify this with a livereport with a query like this one:
UPDATE LLATTRDATA SET VALSTR = 'Y' WHERE DEFID = 40828 AND ATTRID = 4 AND VALSTR = 'X'
So my question is that modifying the value of VALSRT in LLATTRDATA is possible to do that, or I need to change more values on the tables? Which are the dependencies of this value? Is better to do in another way?
Regards