I want to find the second minimum number in my row. I can complete Min and Max by the inbuilt expression.
More information about the SSRS, it is loaded from SSAS datasource.
In the SSRS design, I have followed Chris steps
1.) Put the custom code in to report properties
2.) Input the expression into two separate columns (setMinMaxReset and setMinMax): =Code.setMinMaxReset(Fields!ID_AverageChangeRevenue_Value.Value) =Code.setMinMax(Fields!ID_AverageChangeRevenue_Value.Value)
3.) The =code.min2 was also input into the column MIN2
same for MAX2
but it turn out the result is incorrect. Thank you for your help