Hello,
I did not test, if this is a general problem, but perhaps there is a solution for this:
I created a Journal Entry report, which should show how often a user made an approval decision.
So I set the filter to only show the entries with the following change types:
ADA, ADC, ADN, ADR
ADA - enum.actiontypeenum.assetapproval.decision.approved
ADC - enum.actiontypeenum.assetapproval.decision.approved.changes
ADN - enum.actiontypeenum.assetapproval.decision.needs.work
ADR - enum.actiontypeenum.assetapproval.decision.revoked
To get an informative chart, I have grouped by the changeType, but unfortunately both the grouping titles and the chart labelling show enum.actiontypeenum.assetapproval.decision.* surrounded by question marks. Can I somehow change this to the three-digit abbreviations, or even better, to a customised label?


Getting the three digit key in the columns is no problem by changing the type to string.
Thanks in advance.
Regards
Lars