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 dencom 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: *

  • Users: eliasc
  • Content: Threads
  • Order by date
  1. eliasc

    Using an array in a cross-tab

    I am using CR 10. I have a report where I am using a formula to use as a column header for a cross-tab. Below is an example of what I am trying to achieve. ATLANTA INVOICE ATLANTA SERVICE ATLANTA WARR. BIRMINGHAM INVOICE BIRMINGHAM SERVICE BIRMINGHAM WARR. ETC.. Below is the array in my...
  2. eliasc

    Array in a Cross-Tab

    Hi, I am using CR 10, and I am trying to populate the columns to look like below: ATL INVOICE ATL SERVICE ATL WARR. BIRM INVOICE BIRM SERVICE. Below is the array I am trying to use, but CR is telling me I cannot use it. Can someone please help me. The Array: StringVar Array Companies := [...
  3. eliasc

    Need help listing working days

    I am trying to list the dates of the working days. I am using Ken's code. Below is the code. WhilePrintingRecords; Local DateVar Start := {?StartDate}; // place your Starting Date here Local DateVar End := {?EndDate}; // place your Ending Date here Local NumberVar Weeks; Local NumberVar...
  4. eliasc

    Creating a cross tab

    I need to have a cross tab look like the following. Jan Feb Mar YTD 2006 YTD Plus/Minus % 2007 Full Year A&W $50 $10 $30 $90 $100 -10 10% $1500 Buddy $10 $10 $10 $30 $15 15 50% $1000 Right now I have Jan Feb Mar YTD 2006 YTD...
  5. eliasc

    Help with formula in Group Footer

    I have ten different formulas, all are the same for the exception that each one only puts information in the group footer if the date is in the specified date range. The problem I am having is that it is not putting hte correct information in the group footer. Below is one of the formulas...

Part and Inventory Search

Back
Top