Following challenge: I have set up a report with a request form. There, I have put a field with a variable of type ‘option’ with the values 0.01,0.10,1.00,5.00. Later in the code I want to use the selected value in an operation with ROUND(…,OPTION VAR,…). In other words, I want to determin the PRECISION of the ROUND function dynamically from the request form, but Navision seems to not pass the selected option value on to the function (I have also tried with FORMAT(), all I receive back is 1,2,3. Any ideas?