Group left in BI Publisher Excel template
Hi,
I am trying to group left the data in BI Publisher Excel template like how we used to do it in RTF template.
It would be really helpful if anyone could provide input on this.
Current Output:
Department Name | Employee ID | Job Title | Salary |
---|---|---|---|
Purchasing | 115 | Purchasing Clerk | $2000 |
Purchasing | 116 | Purchasing Clerk | $2000 |
Purchasing | 117 | Representative | $3000 |
Expected Output:
Department Name | Employee ID | Job Title | Salary |
---|---|---|---|
Purchasing | 115 | Purchasing Clerk | $2000 |
116 | Purchasing Clerk | $2000 | |
117 | Representative | $3000 |
Thanks much!