Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Please Guide my mistake in below coding, I'm new with QlikView.
=if(Count({<Completed={""}>},+ Count (With_DCC4)+ Count (With_DCC5)))
Thanks
Regards,
AJ
Hi,
If possible please share some data.
When you use set analysis you don't need to use if.
If i understand your issue, use this :
=Count(if(Completed='', Count (With_DCC4)+ Count (With_DCC5)))
Thanks for replying,
But still not working showing error in expression