SSRS 2016 find 2nd minimum/ 2nd maximum
问题 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) SSRS design 3.) The