This topic is locked

Send Proxy Variable to Chart on List Page

7/28/2018 6:55:53 PM
PHPRunner General questions
D
dangdk author

Hi,
I have a chart page and I send proxy variables from the Before Display event to the ChartModify event which allows me to build the chart and data the way I want it.
However, I need to display that chart on a list page. This works fine for a regular chart but, when using and referring to proxy variables in ChartModify, the proxy variables are not sent to ChartModify and the chart does not display.
This is the case whether I define the proxy variables in the Before Display event of the list page, the Before Display event of the chart page or both.
How can I get this to work?
Thanks