Exporting Options in SisenseJS
Published 03-17-2023
I am trying to implement this and have been able to implement the excel portion succesfully. The CSV portion is giving me a few issues.
query.metadata.filter((item) => { return defined(item.format); })
In the above section, I get an error message saying that 'defined is undefined'. I am only able to move past this by commenting it out but do not get a successful response from the server.