Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Intelligence (Analytics)
Run, Render, Locales and embedded drill down links
djatnieks
I am using the following process to create my reports in different locales:<br />
<br />
Run the Report<br />
foreach Locale<br />
<p class='bbc_indent' style='margin-left: 40px;'>Render report in locale</p>
<br />
As the report is rendered in each different locale, the output html filename changes, e.g.<br />
<br />
myReport_en.html<br />
myReport_zh.html<br />
...<br />
<br />
And this has been working just fine.<br />
<br />
Now I have some reports that include drill-down links to other reports, e.g.<br />
<br />
mySummaryReport<br />
--> myDetailReport-A<br />
--> myDetailReport-B<br />
--> myDetailReport-C<br />
...<br />
<br />
The thing now is how can the links from the Summary report to the Detail reports be localized? The English Summary report needs to drill down to the English Detail reports and the Chinese Summary to the Chinese Detail, etc...<br />
<br />
The problem seems to be that my links are generated during the "Run" report phase and I don't know if or how I can change them at "Render" time.<br />
<br />
I am getting this for English:<br />
mySummaryReport_en.html<br />
--> myDetailReport-A_en.html<br />
--> myDetailReport-B_en.html<br />
--> myDetailReport-C_en.html<br />
<br />
and this for Chinese:<br />
<br />
mySummaryReport_zh.html<br />
--> myDetailReport-A_en.html<br />
--> myDetailReport-B_en.html<br />
--> myDetailReport-C_en.html<br />
<br />
Is there anyway I can get the links in my Chinese rendered report to refer to the Chinese detail reports without reverting back to Run/Render for each and every Locale??<br />
<br />
Thanks in advance,<br />
<br />
dan
Find more posts tagged with
Comments
There are no comments yet