Yes, I do want to display sunday dates regardless of which date is in the data and I also want to group by these dates so that I can create a summary field of occurances that took place between Sunday date and Saturday date.
I have data that has a date field. The dates fall on any day of the week. I need to display the beginning Sunday of the minimum date as well as display the leading sunday date for any other entries. Can you help me with the code in CR 8.5, I'm new.
I want to print the details section of a report with decreasing shades of a color for each individual record until the last record reaches white, ie topmost record = dark blue, middle record = lite blue, last record white. I want to do it using variables.
To begin I have a formula as follows that reads the dates in a list then outputs the leading Sunday Dates.
//@Randweek
WhileReadingRecords;
DateVar MyDate := Date({ProcedureName.RandDate});
//DayToStart value will be from 1 to 7. Sunday = 1,
Monday = 2,...Saturday = 7...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.