0

Getting data from specific date range?

Hi all,
I'm a new user of Jet Report so I'm still trying to figure things out :)

I have a date range of May 10th 2014 to July 15 2014 and I want to get whatever sales amount happened in each month (10 May 14 to 31 May 14 & 1st Jun 14 to 30th Jun 14 & 1st Jul 14 to 15th Jul 14) but when I use the function to get the period of times, it only gives me the full month.

For example:

DateRange: 051014..071514

I want to get whatever sales amount happen in that period separated by month (filtered by Posting Date of Sales Invoice)

but when I use the NF to get the starting date and ending date of the period like this
"NF("Colums", "Date","Period Start", "Period Type", "Month", "Period Start",<DateRangeCell>" >> This one will give me 1st June instead of 10th May?
then for the last day of the Month I use "NL ("first", "date", "period End", "period type", "month", "period start", <BeginningDateCell>" in this case the BeginningDateCell is the one to be returned by the fomular above, and it will give 31st Jun instead of 31st May.

May I ask how to get the beginning and ending date of the period correct?

thank you in advance

4 comments

Please sign in to leave a comment.