Hi Support,
Is it possible to allow exporting (specifically to Excel), but exclude **all** measures (values), allowing only the dimensions to be exported?
e.g. In the screenshot, we would want to allow export to Excel, but the resulting Excel file should not contain any of the measures 'Billed Qty', 'Billed Val', 'Billed COS'.
The Excel file should only contain the list of 'PROD' dimensions.
Without specifically hard-coding each value to exclude (we would want all values, including any potential future values to be excluded from the export).
Kind regards,
Hello Adrian,
Thank you for contacting us.
Kindly note that the slice without values is considered invalid for Flexmonster. However, you can use export customization and follow these steps to customize the exported file:
destinationType: "plain"
parameter of the exportTo()
API call to retrieve the grid content as a Uint8Array returned in the callbackHandler
.We hope it helps. You are welcome to contact us if other questions arise.
Kind regards,
Nadia