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!

Search results for query: *

  • Users: gmman
  • Order by date
  1. gmman

    spacing between rows.

    I need to add that if it is a sub report you may have to set up the suppress blank section there.
  2. gmman

    spacing between rows.

    You probably want to go to format section and suppress blank section. That should eliminate the spacing.
  3. gmman

    Repeating box in detail

    Rosemary, I will check with the DBA tomorrow, I tried the statement with substr and I get a Crystal Reports: Database Error ORA-00936: missing expression
  4. gmman

    Repeating box in detail

    Rosemary, Our database is Oracle8i so I expect that that will not work for me.
  5. gmman

    Repeating box in detail

    I am using Crystal 8.5 and I am tring to make a box repeat in the detail that may grow several lines. Below is an example of the text. This comes from a data type LONG. I am setting it up in 3 columns so one of the lines will wrap. Placarding at proper location on tool. Energy isolating device...
  6. gmman

    Sorting fields

    That did the trick, no errors!!!! Thanks Brian
  7. gmman

    Sorting fields

    Just ignore them so that formula does not apply
  8. gmman

    Sorting fields

    Well I would like to say that it was bad data but there are a few locations that don't use a rack number. Example: "1-A1" rack "1" row "A" bin "1" , some locations just use row and bin "A1". I was just wondering if there is a way to ignore the...
  9. gmman

    Sorting fields

    Brian I tried your formula after I got rid of the spaces and it worked fine when I filter out the data that does not have the "-" in it. If that data is included I get the error: String length is less than 0 or not an integer.
  10. gmman

    Sorting fields

    There is also some other data in that field that does not have the "-" in it. Is there a way to ignore that so that I don't get the error: String length is less than 0 or not an integer.
  11. gmman

    Sorting fields

    After looking through the field I found a lot of them with spaces, once I removed them it worked without an error.
  12. gmman

    Sorting fields

    lbass when run it before I put it in the sort the data looks ok, but when I add it to the sort I get this error: String length is less than 0 or not an integer. Thanks for all the help so far, I am shutting down for the night so I will check in tomorrow. It looks like it is getting close
  13. gmman

    Sorting fields

    lbass I had to change your formula to: left({INVENTORY.BINNUM}, instr({INVENTORY.BINNUM},"-")+1)+ totext(val(mid({INVENTORY.BINNUM},5)),"00") I was just getting "00" as the last 2 digits. Also it does not sort by the first 2 digits. It starts with 10, 11, 12 ect...
  14. gmman

    Sorting fields

    Well I thought that fixed it until I found the number before the "-" goes up to 20 in some locations so that messes the formula up.
  15. gmman

    Sorting fields

    lbass your formula worked just right, thanks a bunch!! Brian I'll try yours to see if it works, thank you for quick response!!
  16. gmman

    Sorting fields

    I tried the formula and when I sorted by it there was an error: String length is less than 0 or not an integer.
  17. gmman

    Sorting fields

    The first character can be from "1 to 8". The next character is always a "-". The third character can be from "A to E".
  18. gmman

    Sorting fields

    Is there a way to get Crystal to sort fields with letters and numbers. This is the results that I am getting: 2-B1 2-B10 2-B11 2-B12 2-B13 2-B14 2-B15 2-B16 2-B17 2-B2 2-B3 This is what I want: 2-B1 2-B2 2-B3 2-B10 2-B11 2-B12 2-B13 2-B14 2-B15 2-B16 2-B17 Thanks for any help
  19. gmman

    Shifting values in detail section

    That worked perfect!!!! Thanks for the help.
  20. gmman

    Shifting values in detail section

    I had to do a conversion, the opduration field is in tenths of an hour so I had to convert to minutes with this formula: 60*{WPOPERATION.OPDURATION} if you look at raw data from opduration it looks like this: 2 min = 0.0333333 10 min = 0.1666667 15 min = 0.25000 After I convert then I do...

Part and Inventory Search

Back
Top