Hi -
I have a dashboard that is displaying data in a column chart by month. I have a view on the Opportunity table. I created a calculated field with this view to get the string representation of the month for the Opportunity's created date. When creating the filter for the Opportunity entity, it works fine if I choose "Distinct" for the type. Howerever, it seems be displaying the months in order of items (so the values start high and end low) How it is possible to make these months organize by date instead (i.e. Jan, Feb, Mar ..)
Thanks