We have updated Flexmonster Software License Agreement, effective as of September 30, 2024. Learn more about what’s changed.

getReport issue

Closed
Albert Ryan Banez asked on January 13, 2021

How come I am getting null value when I do the getReport() here. 
Please help.
pivot[x] = new Flexmonster({
container: "#pivot-container" + x,
licenseKey: "???",
componentFolder: "assets/plugins/flexmonster/",
width: "100%",
height: "50%",
toolbar: true
});
var flex = {
"dataSource": {
"type": "json", "data": JSON.parse(obj.content)
},
"options": {
"defaultDateType": "date string"
}
};
pivot[x].setReport(
flex
);
console.log(pivot[x].getReport());
 
 

2 answers

Public
Illia Yatsyshyn Illia Yatsyshyn Flexmonster January 13, 2021

Hello,
 
Thank you for reaching out to us.
 
Our team did not manage to reproduce the described issue.
 
You are welcome to see the JSFiddle we have prepared for the demonstration: https://jsfiddle.net/flexmonster/6d4w1n3r/.
 
Please let us know if it helps.
 
Kind regards,
Illia

Public
Albert Ryan Banez January 29, 2021

thank you working alreeady.

This question is now closed