Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by crystalbeginner15

  1. crystalbeginner15

    monthly report by Week

    I want to get the week of the month not the year.
  2. crystalbeginner15

    monthly report by Week

    I am using CR 11 and a i am trying to create a monthly report The report looks something like this Day Sunday Monday Tues Wed Thur Fri Dir north south North South 1 2 3 . . . 24 for 24 hours each day I will have a six page report one for each week .If first of the...
  3. crystalbeginner15

    Date Range

    I have a monthly report for which I need to have all 4 weeks or 6 weeks of data. So I just want to put a condition while selecting the date that when the user selects the date range , I want the user to always select the first day of month as start date and last day of the month as end date. Is...
  4. crystalbeginner15

    Maximum

    Sorry for the confusion. I have report header for the report and the report consist of a main report and a subreport In the reportheader I am tring to give a text which uses a formula(which is in the subreport) Instead of using the formula I thought let me use the running total when I use it...
  5. crystalbeginner15

    Maximum

    Actually I am trying to use the formula in the report header and not in the main report.
  6. crystalbeginner15

    Maximum

    so I moved the formula down that is put it in the subreport and tried to access the totaldays still I get zero.
  7. crystalbeginner15

    Maximum

    the main report is in section above the section containing the subreport.
  8. crystalbeginner15

    Maximum

    I did the same way and I am trying to access the shared varible from subreport in the main report and I get the result as zero.here is the code which I wrote in the main report. whileprintingrecords; shared numbervar moncount; shared numbervar tuecount; shared numbervar wedcount; shared...
  9. crystalbeginner15

    Cross-tab

    I added the formula in the summary field with sum as summary but when I preview the report I don't see a seperate column for percent instead I see the percent for each column put in each cell.
  10. crystalbeginner15

    Maximum

    I am using CR11. I have main report with two groups i)date and the other hour sample report I get the volume fo each hour for each type(1,2,3.....10) for a day date 1 2 3 4 5 6 7 8 10 total xx h1 h2 h3 h24 I have a subreport which calculates the peak volume for a day so I need to find the...
  11. crystalbeginner15

    pageheader

    where should i put pagenumber = totalpagecount
  12. crystalbeginner15

    pageheader

    I have column fields in page header b section and subreports in report footer. When I print the record I have subreport on the last page but it shows the column fields.How can I suppress the column fields not showing up.
  13. crystalbeginner15

    Summary Report

    I have the subreport like this.I have two groups first group direction and second group lane so I get 3 lanes in each direction Lane AMTotal AMAvg PMTotal PMAVG l1 l2 l3 l1 l2 l3 My main report looks like this Date ln h1 h2 h3 h4 h5.................h24 total Basically this report gives for...
  14. crystalbeginner15

    Summary Report

    What do you mean by that. if you can help then pass helpful information .Don't try to pass comments.
  15. crystalbeginner15

    Running total

    I am using CR11 can we access the running totals from one subreport to other subreport I know we can access the variables by declaring them shared.

Part and Inventory Search

Back
Top