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 gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. cmyoung

    Parameter Selection format

    I think that a dynamic parameter can only take the format of the table itself. If I am wrong let me know. :)
  2. cmyoung

    Parameter Selection format

    Hey all, This might be a simple one to answer but I was wondering if there was a way in Crystal Reports 8 to format what the user selects in a parameter. I have a datetime that I have set up as a dynamic parameter and was wondering if I could just make it a date without the time. Thanks in...
  3. cmyoung

    date parameter for last day of the month

    I know the formula to achieve the last day of the month but I was just wondering if there is a parameter option so that the user only selects the month/date from a date serial. If not I have other ways to solve this, so if you are replying this you don't really need to write out all the code...
  4. cmyoung

    date parameter for last day of the month

    Hey all, I am using crystal reports 8 and was wondering if there is some way I can create a date parameter that only asks for the month and year and automatically selects the last day of the selected month. I was thinking about just entering values, but would I have to go 1-12 and something...
  5. cmyoung

    Formatting question on making an immitation table.

    Yeah, yesterday I had realized that a line from the Page Header was crossing into the next section which was on purpose. But that section had not always repeated on the next page so it would continue through the detailed information. Just a case of telling a computer to do something and then...
  6. cmyoung

    Formatting question on making an immitation table.

    Yeah I had thought about this but unfortunately my stupid summaries are all variable equations because I had to use a running total in my equations. So they don't show up as something that can be added to a crosstab. As for creating new equations for a crosstab to work I don't think I am ready...
  7. cmyoung

    Formatting question on making an immitation table.

    Hey everyone, So I have a report that I have to seperate the columns with vertical lines, sort of to immitate a table. The kicker is that I have a parameter to show detailed information. So when the detailed information is shown the lines cut right through there. The detailed information...
  8. cmyoung

    I am going to run into a problem where I cannot sum...

    and just so I don't confuse anyone, when i said double, i really just meant make another equation for the accumulation of the equation but give it a different variable. This way the restriction did not affect the new variable and I was able to sum it as a report total. All thanks to LBass's...
  9. cmyoung

    I am going to run into a problem where I cannot sum...

    Sweet that worked. Thanks LBass for your help!
  10. cmyoung

    I am going to run into a problem where I cannot sum...

    wait could i just double the accumulation by giving it another variable and then just totaling it as a different variable correct?
  11. cmyoung

    I am going to run into a problem where I cannot sum...

    That works great! Ofcourse that resets my report totals. Would I be able to place a statement in the report header so that the report footer total works again? Thanks again and again
  12. cmyoung

    I am going to run into a problem where I cannot sum...

    Uh oh. problem with my report... is it possible to have this equation not make a cummulative total? because what I have is multiple companies on the same report as groups. So I have: Company 1: Totals: x Company 2: Totals: x+y Company 3: Totals: x+y+z Hope that makes sense but the total...
  13. cmyoung

    I am going to run into a problem where I cannot sum...

    That's a Bingo! I had seen this around the forums but I didn't quite get where to put it in my report. Thanks a bunch for your help lbass, it works, i just don't fully understand :P I understand the variable part but what does the whileprintingrecords do? forcing a second-pass?
  14. cmyoung

    I am going to run into a problem where I cannot sum...

    Thanks lbass for your reply, I have set up my report with the sum of the pmts and I get the numbers that I need but I also need to sum my formula that uses the sum of the pmts in it. So I cannot sum the formula. Here is the a part of the formula that i am using: if {OITR.ReconDate} <=...
  15. cmyoung

    I am going to run into a problem where I cannot sum...

    Hey everyone, thanks for taking the time. I am trying to avoid using a sum to solve this problem I have, because later on I need to summarize my formula. What I have right now is a invoice totals and the payments to that invoice. But the invoices are paid gradually. So in my report I am faced...

Part and Inventory Search

Back
Top