Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
I have a query with QlikView.
I would like to apply the following criteria to my table box so that it only displays the sales which have CNR greater than 50 and AUM greater than 25. Please see sample data below.
Sales Member | Product | CNR | AUM |
---|---|---|---|
Sales1 | Product1 | 20 | 30 |
Sales 2 | Product2 | 30 | 40 |
Sales 3 | Product3 | 70 | 30 |
So ideally only the data in bold should be shown as it meets the criteria.
Many thanks,
Esther
Try this
= Sum({< [CNR ($M)] = {'>50'}, [AUM ($MM)] = {'>25'} >} [CNR $(M)] )
The expression is ok now thank you
Cool. Can you close the thread accordingly.
The formula appears to work but it does not match the data that that I used to cross check the result in my excel file
For example I am getting 0's under the AUM field where there should be figures
can you share a sample qvw file to look into and your expected output based on your original data.
I got it to work now, thank you
It was an issue with my data source. Thanks