Discussion Board for collaboration related to QlikView App Development.
I am trying to count items if an Account Number appears more than once, and if an Order Number only appears once, does anyone know how to create an expression like this? Thanks!
Hi Dhamilton,
Below expression should work,
Count({<items={"=Count(distinct [Account Number])>1"} >* <items={"=Count(distinct [Order Number])=1"}>}items)
This will return the count of those items who have more than one account number and one order number. is this what you are looking?
If the post helped you with your use case, do not forget to return to the thread and use the Accept as Solution button on that post to mark it as having worked. This gives the poster credit for the help and lets other Members know what worked, please close the thread if possible, and if you are still working on things, leave us an update with what you still need.
Regards,
Brett