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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

I cant set a AllowDynamicUpdate property on server QV10

I try set it using QMC and QEMC, but after refresh the checkbox are empty. I checked setting.ini on "[..]All Users\Application Data[...]" and AllowDynamicUpdate is set, but after run macro, i have message: "Macro parse failed. Functionality was lost". Macro is below:

sub Insert

  SET Result = ActiveDocument.DynamicUpdateCommand ("INSERT INTO * (CustomerCode, SLC_GroupCode) VALUES ($(vCustomer), $(vGrupa))")

  if Result = false then

    MsgBox Result.ErrorMessage

  end if 

end sub

On local machine is working correctly. What I doing wrong?

Thanks in advance

Marcin

1 Reply
Not applicable
Author

I have't a Real Time Licence thast a problem.