Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I have created a Pivot Table in Qlikview. In it's simplest form, I have one dimension 'Invoice', and three expressions 'Net' (Sum(Net)) and 'VAT' (Sum(VAT)), and 'Net where VAT is nil'.
'Net where VAT is nil' is given by the following expression: Sum({$<VAT={0}>}Net). [Sum is used as each invioce may have multiple lines, so repeated instances in the data.
The result is that for a given invoice, the table lists the Net amount, the VAT and the 'Net where VAT is nil'.
'Net where VAT is nil' is zero when the VAT is not nil. What I want to do is only show those lines in the Pivot table where 'Net where VAT is nil' is not zero (i.e. those lines where the VAT is nil).
Can anyone help?
Edit:
Sample data attached. I want to only show the last line of this pivot table. And while the load script is quite simple in this example, I would prefer not to have a solution involving altering the load script too much.
Thanks.
pls share the sample data
Hi,
Is this what you wanted ?
Hi see the attached app may help you.
!
Thanks for your help, but I'm not exactly sure how you have managed to get the filter to work. I can't figure it out from your example.
Fantastic. This is exactly what I'm looking for!