group by / sum createDataExporter aso data exports
I'd like to use createDataExporter to extract data from ASO but i'd like to extract only the totals of some dimensions. This isn't possible without extra steps because you can only export level 0.
In theory I'd use the .setRowDimensions(["Entity","Project"]) to only export entity and project members in my row leaving me with repeating entity/project combinations as a result of not including the other row dimensions. Instead I'd like to group by / sum these combinations somehow. Has anyone done this sort of thing?
Tagged:
0