Hi
How can i transform this expression to be used in the script?
Thi thing i want to create is a R12 average of DPO_Weighted_Days_Total per YearMonth
if((rangesum(Above(sum({1<Supplier_DWID={Total}, Year=, Month=>}Counter_YearMonth),0,12)))=12,
rangesum(Above(sum({1<Supplier_DWID={Total}, Year=, Month=>}DPO_Weighted_Days_Total),0,12))
/12)