Skip to main content
Announcements
Qlik Connect 2025: 3 days of full immersion in data, analytics, and AI. May 13-15 | Orlando, FL: Learn More
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

agregation function

hi

i am trying to make an agregtion function-( Sum) on tickets sales. i want to "sum" the sales just when it is the first week (i have a colom with the week number so i want to sum just when the value on this colom =1) and to show it per day on the week..

how can i do it when i write the function SUM(TICKETS----------

TNX

1 Reply
brenner_martina
Partner - Specialist II
Partner - Specialist II

Hi, liavganot,

sum(If(expression of the column=1, Sales))

or

Sum(If(Column(1)=1, Sales))