We have a revenue field that is imported from another system as text (it long pre-dates me, it makes not sense, I can't resolve that problem)... but I need to condition by query based on that field. Also, most entries have $ and ,
How can I use something like the below in Query Builder?
CAST(REPLACE(REPLACE(A2.M_PRODUCT_REVENUE, ',', '' ), '$', '' )AS FLOAT)
I'm not an IT guy and know enough SQL to get me in trouble. I have SQL guru's outside my door, but they looked at SalesLogix query builder and couldn't help me. |