Closed GordonSmith closed 6 years ago
Currently the view.datasource.output id is wrong:
view.datasource.output
{ "id": "TableReferenceBQ", "datasource": { "id": "Ins002_dsOutputFromInput", "output": "Ins002_dsOutputFromInput_View_TableReferenceBQ" },
should be:
{ "id": "TableReferenceBQ", "datasource": { "id": "Ins002_dsOutputFromInput", "output": "View_TableReferenceBQ" },
Fixed by: https://github.com/hpcc-systems/Visualization/pull/2582
Currently the
view.datasource.output
id is wrong:should be: