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

Announcements
Qlik and ServiceNow Partner to Bring Trusted Enterprise Context into AI-Powered Workflows. 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

Labels (1)
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)