see the attached screenshot from the attached aquaproject
the
CompanyRevenueAdvanced.xjs file generates a webpage, but the trendcharts on the right side of the report in each row in ADStudio 10.0 ( and in ADServer 2.0 ) place a large number over the trendcharts
has something to do with this api setShowRowTrendChart
ADStudio 9.0 does not generate the large number
Hi Matt,
This seems to have something to do with the line #738 in CorePivotGridHelper::toChart(String, String, List) you added as SVN r16327:
738 properties.setTitle(String.valueOf(counter));
I spoke to Niels, we are not sure whether this is license related. Can you please take a look?
Thanks.
This doesn't appear to be license-related (which is normally handled using the watermark properties).
It looks like a temporary counter that was added & not removed.
To remove this code, the only relevant lines were 706, 738 & 743
This doesn't appear to be license-related (which is normally handled using the watermark properties).
It looks like a temporary counter that was added & not removed.
To remove this code, the only relevant lines were 706, 738 & 743
Issue #6260 |
Closed |
Fixed |
Resolved |
Completion |
No due date |
No fixed build |
No time estimate |
Hi Matt,
This seems to have something to do with the line #738 in CorePivotGridHelper::toChart(String, String, List) you added as SVN r16327:
738 properties.setTitle(String.valueOf(counter));
I spoke to Niels, we are not sure whether this is license related. Can you please take a look?
Thanks.