SOLVED
Conditional Formula on Boolean Resulting in "-1"
Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
kaianderson
8 - Asteroid
‎03-23-2020
11:48 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
I have a workflow where I'm using Regex Match to create two Boolean fields. I then changed the field type of the match fields to "String" so that I have "T" and "F" values in my data. I then want to use a formula to create a 3rd field that is "T" when either Company_Identifier or Field_1_Matched values equal "T" and "F" when neither of the 2 fields are true.
When I use the below formula on the data in the screenshot above, I get either "F" or "-1" values, and I cannot figure out why.
Anyone have any ideas?
Solved! Go to Solution.
Labels:
- Labels:
- Expression
- Parse
- Regex
- Transformation
2 REPLIES 2
15 - Aurora
‎03-23-2020
12:04 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
@kaianderson - modify your then statement THEN = 'T' and not THEN [Company_Identifier]='F'
Attached is a sample for your reference
‎03-23-2020
04:03 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Thanks a bunch, @AbhilashR!
