I have to generate a report from a SQL query.
The report contains trade data in a certain unit of measure, the users want to be able to see the data in three different units of measure.
Is there a way of adding a parameter where you can to pick a unit of measure and then it will convert the data into that specified unit of measure and not filter for the unit of measure?
For example I have the following trade detail ID = 1 Amount = 100 MWH
I want to be able to change the parameters to allow me to see that amount in THERMS and KWH, I have the conversion factors it's just being able to choose between the three is the difficult part .