Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I'm new to QlickView.
I'm having table like:
I want to count all app's that have status 'Error' and Ignore NULL.
Can some one help me?
Regards,
Laurens van de Venn
Maybe something like this:
Count({<Ignore-={''}, Status={'Error'}>}App)
or
Count({<Ignore-={'-'}, Status={'Error'}>}App)
Count({<Ignore-={'NULL'}, Status={'Error'}>}App)
depends on how your NULL values are defined