Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
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.