What I want is to replace the "if(ColumnNo() > 6, 0.624" with the median of the last 3 months, in this case the median of column 4,5,6 of this expression
I tried with median(aggr(above expression),monthname(date),country) and all this in the if condition, but with no success. Any help would be appreciated