Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
danielnevitt
Creator
Creator

Expression help

Dear all,

I have the below expression and would really appreciate some help to add when the trade_dt_weekname = 2020/31

Sum(Aggr(
Avg(Aggr(
abs_pos_vol
, our_reference, abs_pos_vol))
, our_reference))

Regards,
Daniel

Labels (1)
1 Solution

Accepted Solutions
Kushal_Chawda
MVP
MVP

may be below

Sum({<trade_dt_weekname = {'2020/31'}>}Aggr(Avg({<trade_dt_weekname = {'2020/31'}>}Aggr(sum({<trade_dt_weekname = {'2020/31'}>}abs_pos_vol), our_reference, abs_pos_vol)), our_reference))

View solution in original post

1 Reply
Kushal_Chawda
MVP
MVP

may be below

Sum({<trade_dt_weekname = {'2020/31'}>}Aggr(Avg({<trade_dt_weekname = {'2020/31'}>}Aggr(sum({<trade_dt_weekname = {'2020/31'}>}abs_pos_vol), our_reference, abs_pos_vol)), our_reference))