Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I have the following expression:
Sum(Aggr(Avg(Aggr(abs_pos_vol, our_reference, abs_pos_vol)), our_reference))
I would appreciate help with including;
trade_type_group_cd={'Swap'}WeekAnalysis={'Y'}exchange_cd={'*'}-{'-'}
within the expression.
Thanks,Daniel
Sum(Aggr(Avg({<trade_type_group_cd={'Swap'},WeekAnalysis={'Y'},exchange_cd={'*'}-{'-'}>}Aggr(abs_pos_vol,our_reference,abs_pos_vol)),our_reference))