Hello,
I have a question to this community regarding the report creation.
I did an update, where I discovered that my optional field seems to be included in the latest version and therefore available as an item on the dropdown list of sorting criteria.
I would like to generate a report, where two of my User defined fields are available for selection when defining the sorting used when generating the report.
I would appreciate any hint/ guidance in terms of being able to modify the reports.php page, so I have included the User defined Fields in the sorting dropdown list.
ATT - Reports - Sorting including User defined fields
Re: ATT - Reports - Sorting including User defined fields
My guess is you mean group by fields, not sorting.
If so, you'll need to modify report generation parts, see WEB-INF/lib/ttReportHelper.class.php. For example, see makeGroupByPart function in there.
However, this is advanced stuff, which is better addressed via a customization order.
If so, you'll need to modify report generation parts, see WEB-INF/lib/ttReportHelper.class.php. For example, see makeGroupByPart function in there.
However, this is advanced stuff, which is better addressed via a customization order.
Re: ATT - Reports - Sorting including User defined fields
Hello wrc,
Thank you for the reply - you guessed right - I meant "Group by fields".
I will issue a proposal for improvement later - my scripting skills do not qualify for modifying the existing design.
Thanks
Thank you for the reply - you guessed right - I meant "Group by fields".
I will issue a proposal for improvement later - my scripting skills do not qualify for modifying the existing design.
Thanks