Add multiple fields in Org Chart
Hi
I am creating Organization chart using google org chart functionality.
The org chart needs to have the flowing data per box/organization as shown below
o Organization Name
o Current Headcount
o Total FTE
Is it possible to add these values into Org hierarchy report?
I have added extra columns in analysis and tried modifying below code. But I am not getting required result.
myOrgArray.push([{v:"@2".replace(" "," "),.replace(" "," ")},"@1".replace("--",""), "@3"]);