(RDMLX)Displaying Graph(except Google chart)

Please do not use to report errors- use your regional help desk.
Please mark posts as being for RPG or RDMLX (LANSA) developer.
To subscribe by email, display this forum, scroll to the end and select ‘Subscribe Forum’.
Post Reply
MegumiSawada
Posts: 268
Joined: Tue Feb 19, 2013 5:18 pm

(RDMLX)Displaying Graph(except Google chart)

Post by MegumiSawada »

Hi,

Is it possible to show a graph on LongRange formview without using Google chart?
For example, using ActiveX for MS Excel...(<-- I don't think it is not possible though)
If possible,could you please let me know how?

I know how to show a graph using Google chart but the customer prefer not using Google chart.

I appreciate your kind advice!

Best Regards,
Megumi Sawada
Paul

Re: (RDMLX)Displaying Graph(except Google chart)

Post by Paul »

Hi Megumi,

The LongRange Google Chart example is a Web view. It works by constructing a URL that uses the services provided by Google Chart to publish the data as a web page. If you could publish your MS Excel (or other product) data as a web page you would be able to display it in LongRange as a Web view.

I'm not a MS Excel expert, but a quick web search tells me you can do this with MS Excel. What you can do with your chart would depend on the services provided by the chosen product (eg. MS Excel) but this may be an area you could investigate.

Good luck,
Paul.
MegumiSawada
Posts: 268
Joined: Tue Feb 19, 2013 5:18 pm

Re: (RDMLX)Displaying Graph(except Google chart)

Post by MegumiSawada »

Hi Paul,

Thank you for your advice.
I have succeeded in showing graph using MS-EXCEL.
I have created an html using MS-EXCEL and show it in Webview.

Best Regards,
Megumi Sawada
Post Reply