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: 
Not applicable

do while loop in a button?

Hi guys,

is it possible to set several actions in a button and execute them in a loop with a condition?

example:

actions in button:

select possible values in field1

select possible values in field2

remove field1

select possible values in field1

remove field2

select possible values in field2

remove field1

.

.

all that actions executed in a loop with a coondition like "=if( count(disctinct field3)>5)"

Cheers!!

1 Solution

Accepted Solutions
Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

Only if you code a macro that executes a loop implementing the logic and execute the macro with an Execute Macro action.


talk is cheap, supply exceeds demand

View solution in original post

2 Replies
Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

Only if you code a macro that executes a loop implementing the logic and execute the macro with an Execute Macro action.


talk is cheap, supply exceeds demand
Not applicable
Author

Bad news... thanks Gysbert