
Not applicable
2014-12-22
07:22 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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

Partner - Champion III
2014-12-22
07:24 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
306 Views
2 Replies

Partner - Champion III
2014-12-22
07:24 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
307 Views

Not applicable
2014-12-23
04:05 AM
Author
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Bad news... thanks Gysbert
306 Views
