Hello
I have pivot table report and that works fine. I have to add a url (in another xml tag) to be hyperlink of the across field of the pivot. I tried following but it doesn't work. Perhaps the standard tags/code generated by pivot wizard uses different references. How can I achieve this?
Code: <fo:basic-link color="blue" external-destination="{URL}">
This code work fine if I create pivot with manual code (without wizard) but I am not able to get horizontal sub-total (for each group) and the big number also gets displayed in incorrect format i.e. 1.9412187780000005E7
Thank you.