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 derfloh 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 erathosthenes

  1. erathosthenes

    Collecting different Numbers works in 2 groups, but not in the 3rd^

    tested your post, and must say I'am a fool! everything runs fine now, thx again! :)
  2. erathosthenes

    Collecting different Numbers works in 2 groups, but not in the 3rd^

    hi lbass, this seems to be the point! I could not test it now, but I think this is the solution, cause I don't thought about the 0 in the totext method/function. Your other point with the group #3 footer is also right, but this works fine, like I want it to. I'll try, for now big thx! :)
  3. erathosthenes

    Collecting different Numbers works in 2 groups, but not in the 3rd^

    Hi, I excuse for wrong vocabulary, of course not the report, but the stringvar in my formula is that what remembers. I'am very sorry, but I don't know what you mean with 'layout of the tables for this report' :(. If you want to see the underlying data the report should show, then this is the...
  4. erathosthenes

    Collecting different Numbers works in 2 groups, but not in the 3rd^

    Hi everybody, as time goes by I found another big issue in my reports I can't work around, and I don't know what the problem is. I only want to show on screen a single database view, this view has a Cust.No., a delivery date, how much pieces per Cust.No, what kind of piece, and also a price per...
  5. erathosthenes

    about complex grouping, summarizing and showing fields

    I finally made it, with a constructionset of serveral formulas. If anybody has similiar problems, I will write it down here, just send a message to erathosthenes@gmx.net.
  6. erathosthenes

    about complex grouping, summarizing and showing fields

    After ignoring the report for a few days I give it a try again today. I achive it to get a line of all Menge fields as a string, for each group, but not to have different number fields for each customergroup "kundengruppe". I surely can rip each number from the string to get my customergroups as...
  7. erathosthenes

    about complex grouping, summarizing and showing fields

    Hi Rosemary and everybody, I still have no idea how to get my report running... I know this goes forward in very small steps, but perhaps there is some solution out there, and I am willing to find it. Perhaps this is an information overload, but I thought the more information the more...
  8. erathosthenes

    about complex grouping, summarizing and showing fields

    Hi Rosemary, my menge formulas looks like this: whileprintingrecords; numbervar array kundengruppe; kundengruppe[1]; (or kundengruppe[2]; and so on) They only should return the value from the collected kundengruppe array (in the details section through {@Count} filled) only for group#2...
  9. erathosthenes

    about complex grouping, summarizing and showing fields

    It's okay, I try to learn how to ask the right questions. If you will look at picture6, you can see what I will explain. I have 12 records, these records are one menue (this is group #1) and contain different menu components (this is group #2). Group1 is build through 'menunummer' and group2...
  10. erathosthenes

    about complex grouping, summarizing and showing fields

    Hi Rosemary, I call this field name, because the formula editor doesn't allows me to return an array, and to see if the actual value is the same as the needed value, I don't know if this is wrong. The example data is mainly shown in picture7 I thought. I want the details, that show 666,00 or...
  11. erathosthenes

    about complex grouping, summarizing and showing fields

    Hi! I need the help of you and I'am thankful for any inspiration how to solve my problem. I need to write a report in Crystal Reports for Visual Studio .NET, with the latest CR service pack installed. The report itself already has all data from the database I need, but I have problems with...

Part and Inventory Search

Back
Top