Hi All,
Below is the method i am working on, the process is picking the dynamic selection grouping
1) I have made the four parameter namely Parameter1,Parameter2,Parameter3,Parameter4
2)Now i have used the below formula for the grouping
select {?Parameter1}
case "Organization" :Column1
case "Region" : Column2
case "Country" : Column3
case "City" : Column4
default : ' '
select {?Parameter2}
case "Organization" :Column1
case "Region" : Column2
case "Country" : Column3
case "City" : Column4
default : ' '
select {?Parameter3}
case "Organization" :Column1
case "Region" : Column2
case "Country" : Column3
case "City" : Column4
default : ' '
select {?Parameter4}
case "Organization" :Column1
case "Region" : Column2
case "Country" : Column3
case "City" : Column4
default : ' '
so i have made the 4 formulas for 4 level of grouping and groupped on these formulas.
3)so when the user Can group depending on his requirements of grouping
( For Eg: Parameter1: Oraganization ,Parameter2:region ,Parameter3:Country, Parameter4:City)
4) And also i have "Grp5" which is allways fixed( For eg Customer)
But the issue starts when i am drilling down.
How can i drill directly from organization to cutomer, drilling from grp1 to grp5 when the Grp2,Grp3,Grp4 is Null ( for eg: they select only parameter1 and other parameters are left null)
Below is the method i am working on, the process is picking the dynamic selection grouping
1) I have made the four parameter namely Parameter1,Parameter2,Parameter3,Parameter4
2)Now i have used the below formula for the grouping
select {?Parameter1}
case "Organization" :Column1
case "Region" : Column2
case "Country" : Column3
case "City" : Column4
default : ' '
select {?Parameter2}
case "Organization" :Column1
case "Region" : Column2
case "Country" : Column3
case "City" : Column4
default : ' '
select {?Parameter3}
case "Organization" :Column1
case "Region" : Column2
case "Country" : Column3
case "City" : Column4
default : ' '
select {?Parameter4}
case "Organization" :Column1
case "Region" : Column2
case "Country" : Column3
case "City" : Column4
default : ' '
so i have made the 4 formulas for 4 level of grouping and groupped on these formulas.
3)so when the user Can group depending on his requirements of grouping
( For Eg: Parameter1: Oraganization ,Parameter2:region ,Parameter3:Country, Parameter4:City)
4) And also i have "Grp5" which is allways fixed( For eg Customer)
But the issue starts when i am drilling down.
How can i drill directly from organization to cutomer, drilling from grp1 to grp5 when the Grp2,Grp3,Grp4 is Null ( for eg: they select only parameter1 and other parameters are left null)