Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I have data by regions in a table in column 1. Some of the values in this column are a sum of all the regions and called "All". I would like to filter these values out from the graphs when they are plotted as they make all the other regional data bars look too small. How can I do this?
Secondly, I can only drill down data to 1 level below, but would like to drill down further. Is this possible?
Im using QlikView Personal Edition on my desktop.
Kind regards,
JK
You can use an IF statement or set analysis, depending on your situation. For example, IF(Region<>'ALL',Sum(Values)) or Sum({$<Region-={'All'}>} Values). Hope that helps.
Thanks rebeccad. Id want to exclue the value which say 'All'. How do I do that?
Do you have a sample file?
HI
Sum({$<Region -= {'All'}>} Values) this exclude the 'All' value in region field and calculate the others
for additional information:
if you want to exclude all selection means,
try like this
=sum({1}Values)
It says Calculation condition unfulfilled. Doesn’t seem to work.
Jaleed
HI
Its working for me.
=Count({<[Episode Number] -= {1}>}[Title Name])
Can you provide a sample file?
Do you have an expression in calculation condition? If you had a problem in the expression, it would show no value, not 'Calculation Condition Unfulfilled'.
Attached are the sample file and data
HI
PFA.
In this, All region excluded in bar chart.