Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

order by year

Hi, currently I have this:

Untitled4.png

How can I make it such that it is ordered by year? meaning 2013 on top. Thanks.

1 Solution

Accepted Solutions
MK_QSL
MVP
MVP

Go to Sort tab

Expression

DUAL(Date#(SummaryMonth,'M/YYYY'),Date(Date#(SummaryMonth,'M/YYYY'),'YYYYMM'))

View solution in original post

4 Replies
selvakumarsr
Creator
Creator

In Sort tab..In Expression (=Year) and  select Ascending

MK_QSL
MVP
MVP

Go to Sort tab

Expression

DUAL(Date#(SummaryMonth,'M/YYYY'),Date(Date#(SummaryMonth,'M/YYYY'),'YYYYMM'))

alexandros17
Partner - Champion III
Partner - Champion III

In the sort tab check only expression and write:

=Right(myField, 4) & Num(Mid(1,index(myField, '/')-1),'00')

where myField is the field you have used

let me know

sujeetsingh
Master III
Master III

The correct way use expression sorting