Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Count

hi there,

can you please put this in a statement for me

1 - Count - if Core<4 and hardware=new and Server=Wintel

2 - SUM - if Core<4 and hardware=new and Server=Wintel

1 Solution

Accepted Solutions
jpapador
Partner - Specialist
Partner - Specialist

Count(If(Core < 4 and hardware = 'new' and Server = 'Wintel', NameofFieldYou wantToCount))

Sum(If(Core < 4 and hardware = 'new' and Server = 'Wintel', NameofFieldYou wantToSum))

View solution in original post

1 Reply
jpapador
Partner - Specialist
Partner - Specialist

Count(If(Core < 4 and hardware = 'new' and Server = 'Wintel', NameofFieldYou wantToCount))

Sum(If(Core < 4 and hardware = 'new' and Server = 'Wintel', NameofFieldYou wantToSum))