When I am editing a report, I can click on "Report Code" to see information about the report structure. It loks like this:
{
"classID": "ic3.ReportGuts",
"guts_": {
"ic3Version": 12,
"schemaName": "test_schema",
"cubeName": "Cube",
"layout": {
"classID": "ic3.FixedLayout",
"guts_": {
"ic3Version": 12,
"grid": 10,
"boxes": [
{
"classID": "ic3.FixedLayoutBox",
"guts_": {
"ic3Version":...
How can I access this Information with Javascript? context.$report apparently doesn't give this information.
Also is there a way to get the information, what MDX statements are used in the different charts of a report? And can this be altered with Javascript?