Header Ads

Challenge_35

Try to build the view same as below

I have data like this

Region            Segment            Sgid                     Config
Central           Consumer              1                           20
Central           Consumer              2                           20
.
.
Central           Consumer             22                          20
Central           Consumer             23                          22
Central           Consumer             24                          22
.
.
Central           Consumer             28                          22
Central           Consumer             29                          11
Central           Consumer             30                          11
Central           Consumer             31                          11

East                Home                     32                           22
.
.
East                Home                     43                           22
East                Home                     44                           10
East                Home                     45                           10
.
.
East                Home                     48                           10

West               Corporate              49                           30
.
.

West               Corporate              57                           30


Here Region and Sgid's are unique values.

If we observe the Consumer segment data

config id contains

20 is repeating 22 times
22 is repeating 6 times
11 is repeating 3 times


If user selects Segment filter as Consumer the view needs to show the least count sum (6+3 =9) and ignores the highest count (20 - 22)



If user selects Segment filter as Corporate the view needs to show the Zero count because it contains only one value.




 If user select Segment filter as Home the view needs to show the least count sum ( 5 ). 




If user select Segment filter ALL the view needs to show the least count sum (6+3+5 =14). 




Please find the data set in the below link:

https://public.tableau.com/profile/rafi4849#!/vizhome/Mode_3/Sheet2



If you crack the challenge send me the workbook to this mail id: 
skrafi449@gmail.com


Challenge_35 Challenge_35 Reviewed by Tableau Basics on April 17, 2019 Rating: 5

1 comment

Recent Posts