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

Announcements
See why IDC MarketScape names Qlik a 2025 Leader! Read more
cancel
Showing results for 
Search instead for 
Did you mean: 
mazacini
Creator III
Creator III

Count and Rank table chart by 2 expressions: current and YTD

I have a straight Table chart with expressions for Current Month Sales (as selected) and YTD Sales (using SET Analysis).

Dimension is Customer.

I want to introduce columns based on Rank and Count.

Some YTD Customers will have no activity in Cuurent Month.

How can I exclude these from the Rank and Count calculations for Current Month?

1 Reply
goldnejea8
Partner - Creator
Partner - Creator

How about something like this?

sum( {$<Customer = {“=Sum({1<Month=>} Sales ) > 0”}>} Sales )