Tyring to build a report that shows Organization and position that people are in.
For example:
There is a table that shows all employees (admin) and them in the respective positions
Using a query I've done a Totals (group) but cant seem to get following output.
Can't seem to get a query to do a group on office then put all the name in one row... I've tried using Group by on Organization Description and Sort then Boss, Manger, Worker set at last, first and group...
I get something like this.. UGH please help
I've tried then building a report that would all so do this to no avail.
For example:
There is a table that shows all employees (admin) and them in the respective positions
Sort ORder | Org | Big Boss | Manager | Worker |
1 | South Group | me | ||
1 | South Group | vacant | ||
2 | North Group | Tom | ||
2 | North Group | Sara |
Using a query I've done a Totals (group) but cant seem to get following output.
1 | South Group | You | Vacant | |
2 | North Office | Tom | Sara |
Can't seem to get a query to do a group on office then put all the name in one row... I've tried using Group by on Organization Description and Sort then Boss, Manger, Worker set at last, first and group...
I get something like this.. UGH please help
1 | The Office | Vacant | ||
2 | North Office | North Worker |
I've tried then building a report that would all so do this to no avail.