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

Announcements
Join us in Zurich on Sept 24th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Dynamic update with 'like' filter

Hello people !!

It is possible to use Dynamic update with a filter 'like' (as in SQL) ?

Like this:

---------------------------

UPDATE Alocacoes SET Alocacao = 0 WHERE IDFiliaisProdutos LIKE 'SomeValue%';

---------------------------

Thanks!!

1 Reply
swuehl
MVP
MVP

Should be possible.

I believe the wildcard should be '*', though.