Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Natalie
Contributor II
Contributor II

How can I organize the sequence of the mounths?

Hey people, my application was in this way currentily:

 

evidenc.png

(in english:  january/december/august/july/octuber/september/november!)


the months are cluttered, is there any way i can ask to order? (from the oldest to the most current month)

1 Solution

Accepted Solutions
mrtinsjoao
Contributor III
Contributor III

Hey @Natalie

Do this  !

Natalie.PNG

 

And the problem was solved 😉

 

View solution in original post

4 Replies
Taoufiq_Zarra

Hi,

you can use Dual function and sort by MonthNumber

see Dual

Regards,
Taoufiq ZARRA

"Please LIKE posts and "Accept as Solution" if the provided solution is helpful "

(you can mark up to 3 "solutions") 😉
Vegar
MVP
MVP

If the abbrevation in your chart is the same as the ones defined in the system variable MonthNames then you can do as in my picture below using  Date#(field, 'MMM').

Notice in my picture that my field values are the same as in my MonthNames variable.

image.png

mrtinsjoao
Contributor III
Contributor III

Hey @Natalie

Do this  !

Natalie.PNG

 

And the problem was solved 😉

 

Vegar
MVP
MVP

What exactly are you doing @mrtinsjoao ?

Could you explain the numeric in front of the name?
01 jan; 02 fev;...