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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
perumal_41
Partner - Specialist II
Partner - Specialist II

Dynamic Data Update

Hi ,

i am trying data insert from one table to new table  .

   function save_throw()

    ' Define sql statement for dynamic update

    sql = "insert into Comp  (Load Sales_Call_Date,'1',SALES_CALL_ID,'0' RESIDENT  Sales_Call_TRN )"

    ' Run dynamic update

    set test1=ActiveDocument.DynamicUpdateCommand(sql)

    if  test1=false then

      Msgbox test1.ErrorMessage

      end if

end function

at time pop up this  error

',' or ')' expected in INSERT statement;

Thanks for Advance help

Regards ,

Perumal.A

0 Replies