Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I have 4 dates, and each date has 4 portfolios, I need to total them by each date and out of that 4 dates total, I need to get 2nd lowest which is 341,712.
Kindly Help.
May be this
Min(Aggr(Sum(Value), ScenarioDateID), 2)