Is it possible to print a PDF Saved Search with the filters used?
For example:
Subsidiary A was chosen.
Can the PDF form be printed as?
Subsidiary: ${filter.subsidiary}<br />
Printed By: ${user.firstname} ${user.lastname}
Which Comes out as:
Subsidiary: A
Printed By: Alex Samson
Noted:
I do not want to use ${user.subsidiary} as some roles have multiple subsidiaries while the report might use just one.