Issue
When writing a condition in a calculation, then the calculated field is invalid with an error similar toCan't compare {type} and {type} values
For example:
Can't compare date and string values
or,
Can't compare datetime and string values
The error will occur with these combinations of data types:
String | Float | Integer | Boolean | Date/Datetime | |
---|---|---|---|---|---|
String | X | X | X | X | |
Float | X | X | X | ||
Integer | X | X | X | ||
Boolean | X | X | X | X | |
Date/Datetime | X | X | X | X |