Forum Discussion
bcbuckley13
6 years agoHelper III
Error when no Completion date
Hello, I've created two columns. One is a Custom column that just adds 30 days to the Reg Date (Due Date). The "Completed in 30?" column is a Conditional column to see if the user completed the cour...
- 6 years ago
Hi bcbuckley13 ,
You have to start the if with nulls.
The if should be something like if [Course Complete Data] = null then ........
write the other conditions with if else / else.
bcbuckley13
6 years agoHelper III
Here's the error that it gives.
camargos88
6 years agoCommunity Champion
Hi bcbuckley13 ,
You have to start the if with nulls.
The if should be something like if [Course Complete Data] = null then ........
write the other conditions with if else / else.
- bcbuckley136 years agoHelper III