Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
How to update records in Qlik like SQL
Ex: Update ABC Set Date=C_Date_To_NULL(t.Date),Date1=C_Date_To_NULL(t.Date1),Category = (case where Date>='31/03/2019' Then 'Q1', where Date>=30/06/2019 then 'Q2' End) from ABC c,Temp t where c.id=t.id
How can I achieve it in qlik