Sign in to follow this  
elaine

Drill Down And Export

Recommended Posts

Hi,

I'm trying to export the data as image after drill-down, but found that the Back button which linked to parent page was disappeared, please see attachment of this issue. So is there any solution to this issue?

 

post-28559-0-09841000-1344329138_thumb.jpg

post-28559-0-02674800-1344329143_thumb.jpg

Share this post


Link to post
Share on other sites

it seems that it disappears when you export it..does it not appear back after the capturing process is done?

And also do you get any exception in js files when you try to download in other browsers? i mean to ask if it works in all the browsers?

Edited by fusion_freak_

Share this post


Link to post
Share on other sites

It doesn't back after export, and i did't get any exception in js files when I tested in both Firefox and Chrome. The export function used is like following code:

 

<chart caption="Quarterly Sales Summary" subcaption="For the year 2004"

xAxisName="Quarter" yAxisName="Sales" numberPrefix="$" useRoundEdges="1" exportEnabled="1" exportEnabled="1"

exportAtClient="0"

exportHandler="ExportHandlers/PHP/FCExporter.php"

exportAction="download"

exportFileName="myExportFile">

 

it seems that it disappears when you export it..does it not appear back after the capturing process is done?

And also do you get any exception in js files when you try to download in other browsers? i mean to ask if it works in all the browsers?

Share this post


Link to post
Share on other sites

Hi,

The export functionality I used like following:

 

<chart caption="Quarterly Sales Summary" subcaption="For the year 2004"

xAxisName="Quarter" yAxisName="Sales" numberPrefix="$" useRoundEdges="1" exportEnabled="1" exportEnabled="1"

exportAtClient="0"

exportHandler="ExportHandlers/PHP/FCExporter.php"

exportAction="download"

exportFileName="myExportFile">

 

Hey,

 

What export functionality are you implementing with Drill Down?

Share this post


Link to post
Share on other sites
Guest Bindhu

Hi,

 

This is a bug.

 

Our developers are looking into it.

 

Thank you for reporting :)

Share this post


Link to post
Share on other sites

Hi,

 

Thanks for replying, please tell me if the bug is fixed. :P

 

 

 

 

 

Hi,

 

This is a bug.

 

Our developers are looking into it.

 

Thank you for reporting :)

Share this post


Link to post
Share on other sites
Guest Bindhu

Hi,

 

I am afraid, it is not fixed yet.

 

We will not be able to commit on any time line for the same.

 

Thank you for your continued support and patience.

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this