Friday, March 9, 2012

how to get report by Month

hi.
i used vb 2005 and CR 11
now .i want to display Report By Month ( from input textbox )
how can i ?What do you mean by report by month?

Do you want to display report in the format Jan, Feb, March ... or you want display data for particular month?|||u can provide parameters field as date time

suppose u define startdate and enddate

and then

report menu select edit selection formula give the range of that field as

currentdate <= startdate and currentdate >= enddate

so wenevr u execute the report it will ask for the range and u can select

Hope this is beneficial for u

With Best Regards
Ruby

No comments:

Post a Comment