So I have a FileNet search query like this
SELECT * from MyPurchase_Docs
WHERE Purchase_Amount > 100.50
Very simple query but my problem is that Purchase_Amount is defined as string so I get results where Purchase_Amount is 2.5, 30.25 etc (because it is comparing strings)
I tried CAST function but it does not work with FileNet. I do not have access to change Field type in Filenet so I am stuck here. Please let me know if there is a way to solve this problem.
That is not possible, data type conversion is not supported.
SQL Statement Grammar