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 Chris Miller 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. Legend1

    Sub report within a sub report

    I have a report that at the moment shows an Item (Office Desk), and then using a sub-report, shows all the items that are used to create the desk. My problem is, there is actually an item within the subreport, that also has additional items to construct it. Any idea's how I can have all those...
  2. Legend1

    Grouping & Totalling by a variable

    Please, anyone who can point me in the right direction please do so. This one is very urgent. Thanks in advance.
  3. Legend1

    Grouping & Totalling by a variable

    Hi all, I have a report that I need to create a subtotal by a field in a diferent database in a subreport, which I am bringing back to the main report as a variable. Some of the fields in the subreport return nothing which I would want grouped by "Blank" and everything else grouped by whatever...
  4. Legend1

    Recognising Data in separate Subreports

    Thanks Ngolem, I only have one question that I am unsure the meaning of, and that is the section of the init formula that states: shared stringVar array S_Items := ["","","",..."","",""]; shared stringVar array S_Sales := ["","","",..."","",""]; shared stringVar array B_Items :=...
  5. Legend1

    Recognising Data in separate Subreports

    I have the following issues: I have 4 tables CUSTOMER SALES BUDGETS ITEMS I have a main report that is run by a customer record (from CUSTOMER), with 2 separate subreports. 1 for actual customer sales (from SALES) and the other for budgeted customer sales (from BUDGETS). So far, this is easy...
  6. Legend1

    Passing Data from SubR1 to SubR2

    Hi all, New to this forum and new to crystal, so I'm hoping someone can help. This is the scenario: Main Report is driven by the Customer Table and lists all customers being grouped by Customer's Code. Subreport 1 holds customers sales from a diferent table and is also being grouped by...

Part and Inventory Search

Back
Top