Grouping a report data starting from date 01.04.2013 to 31.03.2014 ??

jbkhunda

New member
Local time
Today, 09:28
Joined
May 31, 2014
Messages
1
please help grouping a report data starting from date 01.04.2013 to 31.03.2014 ??
 
Your report must be based on a Query to do this

Queries are Magician who pulls specific data relevant to our thrust

So in query, specify following criteria in Date Type Field (anyone date type field)
Between [FromDate] And [ToDate]

And your report will only get those data filt. by query

and if you want to group on a Field ! then Lookin Design mode of Report
on top below file menu, there's a Icon , hover it says "Sorting & Grouping"
If you want to group on, feed it/Set it and Relax
 
So when you open Report based on above query
a dialogbox will pop-up saying "Fromdate" [ Type start date]
and press enter

Next dialog pop-up as "Todate" [Type End Date Here]
Press enter
 

Users who are viewing this thread

Back
Top Bottom