Question
Passing SQL Variable to CF Function
MS SQL Database
The statement first uses the function to convert the currency of 'arguments.info.amountMax' from 'session.member.currency_id' to 'p.currency_id'. Then it is to be compared to the 'p.property_saleprice'.
The 'p.currency_id' is currently not passing the dynamic SQL variable. Any idea on how I can get it to do so?
Thanks in advance.
The statement first uses the function to convert the currency of 'arguments.info.amountMax' from 'session.member.currency_id' to 'p.currency_id'. Then it is to be compared to the 'p.property_saleprice'.
The 'p.currency_id' is currently not passing the dynamic SQL variable. Any idea on how I can get it to do so?
Thanks in advance.
