Unexpected Data Type Warning
Collaborate with us
Edit this page on GitHub
- Message
You are comparing an identifier with a different data type. Recheck the expression or use a Data Conversion function.
- Cause
- You are comparing two entity identifiers of different data types.
- Recommendation
- Check the Entity identifiers that you are comparing.
- Message
<Type> data type expected instead of <Type>. Recheck the expression or use a Data Conversion function.
- Cause
- You are using the wrong data types in an expression or in a built-in function.
- Recommendation
- Check the data types managed in your expression or used in the built-in function.