ContributionsMost RecentNewest TopicsMost LikesSolutionsRe: Include All Dimension Values (Left Outer Join) Ho Martha , I stopped using it, and I don't remember exactly what I had done. I'd suggest you make this change in blue below. It's in line 87 of the ojay.js file. function isSupportedType(wType) { return ('pivot2|chart/line|chart/column|chart/bar'.indexOf(wType) > -1); } Re: Ability to sort filter items by a secondary field (Like for Days of the Week) Thanks DRay 👍. Ability to sort filter items by a secondary field (Like for Days of the Week) Ability to sort the items of a filter by a secondary item. Currently. for days of the week, for example, they will naturally be displayed in alphabetical order. Instead of "Mon, Tue, Wed, Thu, Fri, Sat, Sun". Sisense is only capable of displaying it as "Fri, Mon, Sat, Sun, Thu, Tue, Wed". Re: Include All Dimension Values (Left Outer Join) Hey intapiuser , thanks for the plugin; it helped my team a lot. I did a small change to allow it to work on Bar Charts too. Don't you have a github repo for it? Thanks Re: How to make a filter mandatory? Hi harikm007, thanks for replying. I thought that was the solution initially, but if you collapse the widget, you can "de-select" it by simply clicking on the value 😕 . Re: How to make a filter mandatory? If the filter is expanded, it's harder for the users to do it. But if it's collapsed (image), it is easily done. Re: How to make a filter mandatory? I was even considering the creation of a plugin where the user could mark the filter as mandatory (= that should contain at least 1 selected value), but I couldn't find a good event to link it to. I would need something similar to 'beforeFilterSelectionChange'... but again, I couldn't find any good event to attach it to. How to make a filter mandatory? Hi everyone, I have a peculiar scenario where we want to make a filter 'mandatory'. It is a single select filter with a pre-defined value but we don't the users to select none. Is it possible? Re: Turn a dashboard into a card view - Spaces between widgets Hello o/ Is there any recommended solution for customizing the dashboards using CSS files?