Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
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

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

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