Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
danielnevitt
Creator
Creator

Sum TOTAL

Dear all,

I would appreciate some help with the below.

I have the following: expression =Sum({<trade_type_group_cd='Future'}>}abs_pos_vol)/Sum(TOTAL<trade_dt_weekname>abs_pos_vol)

How can I include the {<trade_type_group_cd='Future'} in the Sum(TOTAL part of the expression?

Thanks,

Daniel

1 Solution

Accepted Solutions
lironbaram
Partner - Master III
Partner - Master III

hi 

this should work for you  

=Sum({<trade_type_group_cd='Future'}>}abs_pos_vol)/Sum({<trade_type_group_cd='Future'}>}TOTAL<trade_dt_weekname>abs_pos_vol)

View solution in original post

1 Reply
lironbaram
Partner - Master III
Partner - Master III

hi 

this should work for you  

=Sum({<trade_type_group_cd='Future'}>}abs_pos_vol)/Sum({<trade_type_group_cd='Future'}>}TOTAL<trade_dt_weekname>abs_pos_vol)