filter condition string to number conversion during conditional operator check
hi,
we have string property containing numeric values likes 12.345
eg test_prop{string}=12.345
i'm creating a filter condition for comparison purpose but unable to find a way to do conversion string to number on test_prop and create below filter condition below
eg filter condition
to_number(test_prop) > 25.
is this possible or OFS will do implicit conversion ?
Tagged:
0