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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
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.