EDIT: Issue seems to be CTools related and not PRD related. I posted to the wrong forum, sorry!
Hi, I am running into a very frustrating problem. I am trying to get a CGG chart displaying in a Pentaho Report. I have done it many times before but for some reason it does not want to work for some charts that I have been making. I've followed many guides, this one in particular: http://www.osbi.fr/exporter-en-pdf-v...entaho-cdecdf/
Entering the chart URL with parameters defined in it onto a browser displays the chart just fine. I can display this chart in PRD using image. Chart URL looks something like this:
http: // my ip address:8080/pentaho/content/cgg/Draw?script=/folder/chart.js&outputType=png&userid=admin&password=password¶mstart_date=2013-06-01¶mend_date=2013-07-01
Introducing parameters and using image-field causes the graph to no longer display. Post-processing formula of the parameter of the image looks something like this:
="http://myipaddress:8080/pentaho/content/cgg/Draw?script=/folder/chart.js&outputType=png&userid=admin&password=password¶mstart_date="&[first_date]&"¶mend_date"&[second_date]
However I do not believe this is a problem with my URL or with the way I have set up my report. I have another .js file for another CGG chart in the same solution in the same folder that displays just fine in PRD when I replace the relevant variables.
I really do not know what the problem might be, I have been working on this issue for a long time and if anyone could give me some insight it would be greatly appreciated.
Hi, I am running into a very frustrating problem. I am trying to get a CGG chart displaying in a Pentaho Report. I have done it many times before but for some reason it does not want to work for some charts that I have been making. I've followed many guides, this one in particular: http://www.osbi.fr/exporter-en-pdf-v...entaho-cdecdf/
Entering the chart URL with parameters defined in it onto a browser displays the chart just fine. I can display this chart in PRD using image. Chart URL looks something like this:
Quote:
http: // my ip address:8080/pentaho/content/cgg/Draw?script=/folder/chart.js&outputType=png&userid=admin&password=password¶mstart_date=2013-06-01¶mend_date=2013-07-01
Introducing parameters and using image-field causes the graph to no longer display. Post-processing formula of the parameter of the image looks something like this:
Quote:
="http://myipaddress:8080/pentaho/content/cgg/Draw?script=/folder/chart.js&outputType=png&userid=admin&password=password¶mstart_date="&[first_date]&"¶mend_date"&[second_date]
However I do not believe this is a problem with my URL or with the way I have set up my report. I have another .js file for another CGG chart in the same solution in the same folder that displays just fine in PRD when I replace the relevant variables.
I really do not know what the problem might be, I have been working on this issue for a long time and if anyone could give me some insight it would be greatly appreciated.