ContributionsMost RecentNewest TopicsMost LikesSolutionsRe: Correctly render Tabber with SisenseJs Had the same issue, needed to mimic the functionality using javascript. In the widget metadata there is an attribute called tabs that is an array of each tab and contains the IDs of which widgets to hide or display when that tab is clicked. Re: Exporting Options in SisenseJS 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.