Forum Discussion
Anonymous
6 years agoNot applicable
If Condition
Hi All, I have one calculated column as 'Program Status'. my expression for that column is, if i have value in my completion_date column, then it should display "Certified" .. else it should display...
- 6 years ago
Hi Anonymous
Try replacing the AND with OR.
Hope this helps
Thanks,
George
- 6 years ago
Hi Anonymous
You can convert the data type to date, this should get rid of all the spaces and convert this to blanks, or you can use the TRIM function on your date field.
Using OR instead of AND should work as well.
Best Regards,
Mariusz
If this post helps, then please consider Accepting it as the solution.
Please feel free to connect with me.
LinkedIn
judspud
Solution Supplier
6 years agoHi Anonymous
Try replacing the AND with OR.
Hope this helps
Thanks,
George