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

Announcements
Qlik Connect 2026! Turn data into bold moves, April 13 -15: Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
qliksus
Specialist II
Specialist II

table not found error in dynamic update

Guys,

I am using the following script

sub Update

set docprop = ActiveDocument.GetProperties
docprop.EnableDynamicDataUpdate=true
ActiveDocument.SetProperties docprop


SET Result = ActiveDocument.DynamicUpdateCommand("UPDATE TEST SET B = 20 WHERE A = 2 ")
  if Result = false then
    MsgBox Result.ErrorMessage
  end if 
end sub

Once i execute this i am getting  the error message as Table not found But i have checked fro the table

and all Grant rights is given to the table .And in my edit script i have the Connection string .Please

let me know what i am missing

1 Reply
qliksus
Specialist II
Specialist II
Author

Guys any help on the above issue