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

Announcements
Check out our latest virtual session where BARC Fellow, Doug Laney, highlighted the opportunities data monetization can offer enterprises. Watch here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Formula using E (exclude)

My formula, using E for excluding specific CUST_NO's is not summing the three columns at the end of the formula that I want to Sum.

It is only summing REDI_WEIGHT. Am I missing something? Brackets, parentheses...etc?

Sum({<CUST_NO=E(CUST_NO)-{'20000','26630','32200','50000','61110','71240'}>}(NUMSUM(REDI_WEIGHT)+NUMSUM(DIR_WEIGHT)+NUMSUM(DIR_CN_WEIGHT)))

2 Replies
swuehl
MVP
MVP

That's hard to answer without knowing anything about your data model.

If possible, upload a small sample QVW.

sunny_talwar

Can you try this:

Sum({<CUST_NO=E(CUST_NO)-{'20000','26630','32200','50000','61110','71240'}>} RangeSum(REDI_WEIGHT, DIR_WEIGHT, DIR_CN_WEIGHT))