I have a custom record called Approval Matrix. It contains the approver fields and the corresponding approval limit.
For example,
Project Manager
10,000
Project Controller
50,000
Head of Finance
No limit
The above are equivalent to 6 fields.
I want to create a saved search (best case - a pdf) with the following results:
Column 1 Column 2
Project Manager 10,000
Project Controller 50,000
Head of Finance
Basically, I want to show the multiple fields as a single column (1 for approver fields and another for approval limits) but with 3 rows in this example.
Does anyone know if this is possible?