Posted 13 August 2018, 8:28 am EST
Hi C1,
I started the migration to C1FlexReport. The outline tree causes trouble: in the old C1Report reports, we had a lot of reports which grouped by an ID field. While creating the report data, we put the “ID to display text” mappings in a dictionary.
Later, we used the “C1Report.AddOutlineEntry” event to look up an outline key from our dictionary and return the display text.
Seems this was removed completely. Is there any chance to change the outline texts after the report is rendered?
Probably the correct way to do this is to change the “OutlineLabel” script in the group sections so that it does not access the ID field but calculates the display value based on some other fields.
But this would mean that I have to edit a bunch of reports.
Best regards
Wolfgang