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

quater - date

Hello,

I am trying to build a sales report,

I want to show the sales based on the first Quarter, second quarter and esc,

I have a date field how can I preform it?

1 Solution

Accepted Solutions
sunny_talwar

With a extra parenthesis at the end:

'Quater' &'- '& Ceil(Month(INV_IVDATE)/3)

View solution in original post

6 Replies
oknotsen
Master III
Master III

I suggest adding a Quarter field to your data model:

'Quarter ' & ceil(month(someDate)/3) as Quarter,

May you live in interesting times!
Not applicable
Author

YOU MEAN THAT IF MY FIELD IS INV_IVDATE

I SHOULD wright it like this:

'Quater' &'- '&ceil(month(INV_IVDATE)/3 as quater ?

sunny_talwar

With a extra parenthesis at the end:

'Quater' &'- '& Ceil(Month(INV_IVDATE)/3)

oknotsen
Master III
Master III

Yes; add that as field in the table during your reload .

May you live in interesting times!
oknotsen
Master III
Master III

Silly me; I overlooked that one . Sharp one, Sunny!

May you live in interesting times!
sunny_talwar

No problemo