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

Announcements
Join us in NYC Sept 4th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
vanderson009
Creator III
Creator III

Min and Max Sales By MonthWise

Hi Community,

I have one issue related Max and Min sales by MonthWise.

I am trying to calculated Max and Min Sales but couldnt do it.

i have attached QVW, Please help me.

Thanks and Regards,

Villyee.

1 Solution

Accepted Solutions
VishalWaghole
Specialist II
Specialist II

PFA

Hope it will help you.

For Maximum Sales = aggr(max(Sales),CalenderMonth)

For Minimum Sales = aggr(min(Sales),CalenderMonth)

Thanks and Regards,

Vishal Waghole

View solution in original post

2 Replies
VishalWaghole
Specialist II
Specialist II

PFA

Hope it will help you.

For Maximum Sales = aggr(max(Sales),CalenderMonth)

For Minimum Sales = aggr(min(Sales),CalenderMonth)

Thanks and Regards,

Vishal Waghole

MayilVahanan

Hi

Can you say, what's couldn't do it?

Max and Min Sales

Dimension - CalendarMonth

Exp1: Min(Sales)

Exp2: Max(Sales)

Thanks & Regards, Mayil Vahanan R
Please close the thread by marking correct answer & give likes if you like the post.