Forum Discussion
Anonymous
3 years agoNot applicable
Conditional Statement not having expected behavior
Hi Everyone, I created a conditional statement for a custom column. I have two sets of columns I'm using to determine the custom column's value. IF (Installation Status = True) & (Version >= 8.2...
- 3 years ago
Anonymous - quick workaround is by changing the data type of version column to Date and you will get a comparable column as shown below and then you use a conditional column.
If this post helps to find solution would be happy if you could mark my post as a solution and give it a thumbs up
Best regards
Manoj Nair
Linkedin - https://www.linkedin.com/in/manoj-nair-%E2%98%81-344666104/
Anonymous
3 years agoNot applicable
You should be using "and" instead of "&" for your conditional statement.
--Nate