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: Ohioste
  • Content: Threads
  • Order by date
  1. Ohioste

    Return Results Based on Max Of Another Field

    Ok, so I'll first admit that I'm not a great SQL writer. I can get by with the basics and am learning more every day. I haven't had to do this in while. Here's my current code: SELECT CHCASN Carton_#, max(CEDIVT) Divert_Location, max(CECRTS) , max(CDTBPU) Units, CDSTYL||CDSSFX||CDCOLR SKU...
  2. Ohioste

    Distinct Count With Multiple Qualifiers

    First time posting over in the Office thread. I'm a Crystal guy through and through, but the company is moving directions with reporting and dragging me with them! I've written a SQL refreshable query in a tab called "Data Pull". Within this tab, there are multiple reports be refreshed. I...
  3. Ohioste

    Grouping Issue

    I seem to be drawing a blank on this problem, even though in my head it seems easy. Could be the cold I'm battling... So I have two tables that I'm pulling data from: orders ord_list "orders" is a header file that lists all the header data. "ord_list" is a details file and lists all details...
  4. Ohioste

    Reset After Group 1 Changes

    I have two groups in this report. I'm trying to find the number of errors made by a user. My first group is the user, my second is the task. The task could have multiple detail lines so I've written the below formula: whileprintingrecords; booleanvar x; numbervar y; if Sum...
  5. Ohioste

    Showing only Goal Route

    I'm trying to create a report to show what route we need to hit in order to hit goal. In my report, I've pulled in the route #, total units remaining to ship and cumulative total of units remaining to ship my route. I've also added a cumulative total to see after each route, how many units will...
  6. Ohioste

    Cross Tab Formatting

    This is not a big question, but I like for my reports to look nice and would like to know how to use this option if available. I have a crosstab with two summarized fields. Is there a way to have a line drawn between the two? I've currently formatted as best I can to have a line drawn...
  7. Ohioste

    Suppress Group Header based on above group header

    I'm working with a report that is first grouped by item number and then grouped by locations. It's possible to have more than one location per item number. In my details section, I have a list of sales by order number. The order numbers show up as many times as there are locations and that's...
  8. Ohioste

    Selecting Certain Data in a Group Header 2 section

    I have a report that is grouped first on an item number and then grouped on location(s). In many instances, I have two locations for one item. However, I want to bring some of this data into the GH1 section. For the locations we may have a permanent(P) location or a temporary(T) location. Or...
  9. Ohioste

    Only 1000 Records in Crystal Selection Expert

    Alright...so I am constantly running or looking for a set amount of data in Crystal reports. Before now, I've just been running the report each time or creating multiple formulas for each list. For example...I have 20,000 SKNs that I want looked up from a list of 50,000. I cannot input all...
  10. Ohioste

    Date Time Average

    Alright, so I've gone through the majority of the threads and I think I'm almost there. I'm trying to determine the amount of time it takes from when a task is created to when it is completed. I have two datetime formulas. One for start and one for end. I'm all the way to trying to get an...
  11. Ohioste

    Linking to an Access Database

    I'm trying to link an access database to table in a Warehouse Management system. The customer provides projected sales in an Excel spreadsheet and I imported into an access database. Before hand, I created fields that could be linked to my WM databases. I have five fields that need to be...
  12. Ohioste

    Counting Within A Group

    This is probably the simplest of problems...however, I'm trying to show data from each "detail" of a group. For example I'm grouping by @location: So my return will be Location Qty Expd Qty Count Date Counted Time Counted Qty Expd Qty Count Date Counted Time Counted...
  13. Ohioste

    Gaining More "Is One Of" Records

    I know currently we are only able to include 1000 records to search. Is it possible to expand this number? I have searchedw the forums and haven't hit on any keywords. Your help is appreciated. Thanks, Ryan
  14. Ohioste

    Shared Variable Returning the Same Number

    I'm having a problem with a shared variable that returns the same data in the main report. I have it sorted and linked by a SKU, but some data does not exist in the sub report that's in the main report. If the SKU does not exist in both reports, it will return the data from the last SKU that is...
  15. Ohioste

    Random Generator

    I'm trying assign empty locations in a random order to a list of SKUs. I know how to eliminate locations that aren't empty and put it sequentially, but that would fill up one part too quick. Is there a random generator? If you need more information, please let me know. Thanks!
  16. Ohioste

    Problems with a shared variable

    I'm running a report trying to pull in data for sales. In a subreport that is above the main report, I'm trying to share the sales. However, on the main report, it keeps returning the last piece of data it looked at. In my sub report, my formula is: whileprintingrecords; shared numbervar x...

Part and Inventory Search

Back
Top