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

Announcements
ALERT: QlikView server communication interruptions following Microsoft Windows Domain Controller security updates
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Bar chart discussopn

sales data on y axis and country on x-axis i want the data sum of sales range between 1000 and 5000 countries data only.

let me know any formula for range.

Labels (1)
4 Replies
Not applicable
Author

Hello Mahesh,

you can use the Set analysis as below.

=sum( {$<Country = {"=Sum(Sales ) >= 1000 and Sum(Sales ) <= 5000"}>} Sales )

Thanks,

Shruthi

MK_QSL
MVP
MVP

CHECK attachment

Not applicable
Author

Thank u

mahesh t

MK_QSL
MVP
MVP

Can you close this discussion by selecting Answered or Helpful?