Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
AbdullahJamil
Contributor III
Contributor III

Need Help in coding

Please Guide my mistake in below coding, I'm new with QlikView.

 

=if(Count({<Completed={""}>},+ Count (With_DCC4)+ Count (With_DCC5)))

 

Thanks

Regards,

AJ

2 Replies
Shubham_Deshmukh
Specialist
Specialist

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)))

AbdullahJamil
Contributor III
Contributor III
Author

Thanks for replying,

But still not working showing error in expression