Page 1 of 1

404 - Not Found error on multi-chart display

Posted: Thu Jun 08, 2017 1:27 pm
by bnewmanhome
I have a somewhat complicated Profound UI display that contains one Grid, 3 Subfile displays, and 3 Line Charts.

The presentation works fine for all 7 display elements including the 3 "LINE" charts. However, when I switched one line chart to "MSLINE" using JSON code I get a 404 - Not Found error on the MSLINE chart. Please note that the other 6 display elements (Grid/Subfiles/Line Charts) still work fine, as only the MSLINE chart does not display.

I changed the SQLRPG source code to lower case for the recommended JSON code, as I believe that a previous poster had an issue with upper case code.

Is there something else that I am missing? I found another developer who got their MSLINE chart to work using XML code, and if necessary I will switch from JSON to XML to get the MSLINE chart to display.

Please let me know if you have had a similar issue and what else I can check to get the MSLINE chart to display.

Re: 404 - Not Found error on multi-chart display

Posted: Thu Jun 08, 2017 1:48 pm
by Scott Klement
Which URL are you getting the 404 on?

If you're not sure, open up your browser's developer tools (prior to loading the screen) and make sure the network tab is enabled for capturing network tab, and then run the screen. You should then see all network requests made, and be able to see which one (including the URL) that has the 404.