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

Announcements
ALERT: QlikView server communication interruptions following Microsoft Windows Domain Controller security updates
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

How to filter 1 column based another when creating a chart?

Sorry for the basic questions - I am really new to Qlikview...

I have a dataset which includes fields similar to the ones below.  I want to create a table that shows the the sum of the calculated column, but only where Text = 'A'

Could anyone suggest a good way of doing this?

TextCalculation
A=if(Sum(X)=0,null, Sum(X)/Sum(y)
A=if(Sum(X)=0,null, Sum(X)/Sum(y)
B=if(Sum(X)=0,null, Sum(X)/Sum(y)
Labels (1)
1 Reply
sushil353
Master II
Master II

try this:

sum({<Text={'A'}>}X)