On the web page, I have an option for the users to group it by day, week, quarter or month. In asp, I use this code to tell the report:
Select Case Request.Item("cboDateGroup")
Case "Day"
session("oRpt").Areas.Item("GH").GroupCondition = 0
Case...
I have the user pick, through ASP, if they want to print the reports daily,monthly, or yearly. In a formula field, I want to find out what they have chosen. Is there a parameter in CR, that I could pull in a formula field, that tells me if the group is by day, month, week, etc.?
for example...
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.