Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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!!
Only if you code a macro that executes a loop implementing the logic and execute the macro with an Execute Macro action.
Only if you code a macro that executes a loop implementing the logic and execute the macro with an Execute Macro action.
Bad news...
thanks Gysbert