SOLVED
IF statement not working
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
tushar44
6 - Meteoroid
‎03-10-2021
03:45 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi there,
Please take a look at this workflow and help me identify what's the problem here in this IF formula. Thanks!
Solved! Go to Solution.
Labels:
- Labels:
- Datasets
2 REPLIES 2
21 - Polaris
‎03-10-2021
03:56 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
@tushar44
Most likely, your[DateSet Type] column is not a Numeric Type, Try to use a Select to change it to Int or Int16.
pedrodrfaria
13 - Pulsar
‎03-10-2021
04:15 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi @tushar44
Just to complement what Qiu mentioned, which I believe to be correct.
When applying a numeric function to a string value, the formula tool will flag like everything is okay until the last error, so this is why you have colors above and only flagging the last instance of the error as an error.
Just change the column data type to be a numeric and you will be all set.
I attached couple of pictures to explain, for illustration.
