Discussion Board for collaboration related to QlikView App Development.
I am trying to filter an amount column to show invoices greater than 5000.
The code I am using is:
Sum({<[APInv.InvoiceAmount]={$(>=5000)}>} )
However, this does not seem to work for me.
You're missing quotes from the >=5000, try '>=5000'
You're missing quotes from the >=5000, try '>=5000'
Since I was unsure myself whether the single or the double quotes were correct, I am putting a couple of links from Help in this one as well for anyone coming along in the future to verify themselves.
Cheers,
Brett