Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
I have the following expression:
COUNT ({$<[Progress]={'Started','On hold','Completed'} , [Current Phase]={'Plan','Execute','Close'}, [Global]={'On Track'} > } [Project NAME])
The COUNT returns 0 instead of 25.
Actually on my table I have multiple rows with:
- only the value 'Started' for 'Progress'
- only the value 'Execute' for 'Current phase'
I think this is the reason.
The first Expression is :
COUNT ({$< [Global]={'On Track'} > } [Project NAME])
Its returning 11.
Thanks in advance for your help.
Maybe your Current Phase is not a text field, u can try this test?
Count({$<[Progress]={'Started','On hold','Completed'} , [Global]={'On Track'} > }[Project NAME])
Yes no problem in Database and data is well loaded in Qlikview
Ok, then Uncheck "Enable" checkbox and try With only this Expression.
I am seeing 5
Now It is working.
I deleted Current Phase column in my Excel file, and created it from scratch!
Now It is working.
I deleted Current Phase column in my Excel file, and created it from scratch!