Forum Discussion
anupambit1797
Dec 27, 2024Iron Contributor
How to get the Operators >= or <= etc in the PQ in Conditional Column?
Dear Experts,
Do we know if we have this Limitation in PQ , that the Operators will only be limited to below:-
, what if someone wants to have a conditional column using Operators like >= or <= etc?
Thanks in Advance,
Br,
Anupam
Hi
Change the data type from text to number.
2 Replies
- SergeiBaklanDiamond Contributor
That's limitation of user interface, I guess intentional one. In general you may use relational operators with texts. If with UI, take "equal" and expand it in formula bar
Be careful with different data types and null values.
- Detlef_LewinSilver Contributor
Hi
Change the data type from text to number.