Nurohmans Blog New
Share what we can share
Wednesday, June 24, 2009
Crystal Report ~ Period date in report
Just add formula field containing :
//{@DateRange}
WhilePrintingRecords;
DateVar date1;
DateVar date2;
date1:=Minimum (Date Field Here);
date2:=Maximum (Date Field Here);
"Report For Period: " + totext(date1) + " To " + totext(date2)
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment