
Contributor
2019-05-25
02:53 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
using If condition for showing status of a Region by sales.
I want show the Good,Bad,Fair from by comparing the Region wise sales with the minimum and maximum value in table 1.
i am using this expression but its not working.
=if(Classification ='Fair' and Aggr(Sum(Sales),[Region ID])>Min and Aggr(Sum(Sales),[Region ID])<Max, 'Fair',
if(Classification ='Bad' and Aggr(Sum(Sales),[Region ID])>Min and Aggr(Sum(Sales),[Region ID])<Max, 'Bad',
if(Classification ='Good' and Aggr(Sum(Sales),[Region ID])>Min and Aggr(Sum(Sales),[Region ID])<Max, 'Good',0)))
584 Views
1 Solution
Accepted Solutions

Partner - Champion III
2019-05-25
09:15 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
1 Reply

Partner - Champion III
2019-05-25
09:15 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
See attached qvw
talk is cheap, supply exceeds demand
