IF Else Statement
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
18-02-19 11:49 PM
How do you write an IF else statement as an expression in Blueprism. I want to use the calculation stage to determine if one date is earlier than the other, then I will use the earlier date and store the earlier date in a data item.
12 REPLIES 12
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
02-03-22 08:24 PM
Absolutely Beautiful! Here is one of my implementations:
Replace(Replace(Len([PoNumber])>0,True,[PoNumber]),False,"Not Available")
I was able to use this for 7 rows in a several multi-calcs, saving me DOZENS stages on the page!
Kevin S. Miller
------------------------------
Kevin Miller
------------------------------
Replace(Replace(Len([PoNumber])>0,True,[PoNumber]),False,"Not Available")
I was able to use this for 7 rows in a several multi-calcs, saving me DOZENS stages on the page!
Kevin S. Miller
------------------------------
Kevin Miller
------------------------------
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
02-03-22 08:33 PM
@KevinMiller just make sure you document it well for anyone who comes after you that may need to maintain it. 😁
Cheers,
------------------------------
Eric Wilson
Director, Integrations and Enablement
Blue Prism Digital Exchange
------------------------------
Cheers,
------------------------------
Eric Wilson
Director, Integrations and Enablement
Blue Prism Digital Exchange
------------------------------
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
20-08-22 10:11 AM
Thank you @Johan Michiels for this brilliant idea.
------------------------------
Kouadio ANDOKOU
------------------------------
------------------------------
Kouadio ANDOKOU
------------------------------

- « Previous
-
- 1
- 2
- Next »