how to grouping on exiting formula
Here is my question:
On the report, there are currently 2 groups:
Group #1 Name: @activity_no
Group #2 Name: @district_no
For example:
001
D1
D2
D3
002
D1
D2
D3
003
D1
D2
D3
004
D1
D2
D3
005
D1
D2
D3
006
D1
D2
D3
Now, I want to insert a new group(called "activity_name") in front of Group #1 like following:
New Group #3(activity_name)
Group #1 Name: @activity_no
Group #2 Name: @district_no
For example, if @activity_no is 001, 003,004, then they shoud go to "sales"; If 002, 005, then go "management"; if 006, then "admin", etc.
The final report should looks like below;
SALES
001
D1
D2
D3
003
D1
D2
D3
004
D1
D2
D3
MANAGEMENT
002
D1
D2
D3
005
D1
D2
D3
007
D1
D2
D3
ADMIN
006
D1
D2
D3
So, my question is how to create a formula(?) grouping on existing formula(i.e grouping @activity_no)?
Thanks alot
Here is my question:
On the report, there are currently 2 groups:
Group #1 Name: @activity_no
Group #2 Name: @district_no
For example:
001
D1
D2
D3
002
D1
D2
D3
003
D1
D2
D3
004
D1
D2
D3
005
D1
D2
D3
006
D1
D2
D3
Now, I want to insert a new group(called "activity_name") in front of Group #1 like following:
New Group #3(activity_name)
Group #1 Name: @activity_no
Group #2 Name: @district_no
For example, if @activity_no is 001, 003,004, then they shoud go to "sales"; If 002, 005, then go "management"; if 006, then "admin", etc.
The final report should looks like below;
SALES
001
D1
D2
D3
003
D1
D2
D3
004
D1
D2
D3
MANAGEMENT
002
D1
D2
D3
005
D1
D2
D3
007
D1
D2
D3
ADMIN
006
D1
D2
D3
So, my question is how to create a formula(?) grouping on existing formula(i.e grouping @activity_no)?
Thanks alot