Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
cancel
Showing results for 
Search instead for 
Did you mean: 
Qlikuser09
Creator II
Creator II

Count based in Conditions

Count({<[Visit]={'office'}>},distinct[Customer_ID]) - This does not work in my case,

i want to count the customer count based on the visittype = Office

1 Reply
Or
MVP
MVP

There's an extra unnecessary comma after the set analysis. Otherwise, this looks fine.