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
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...
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...
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.
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.
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
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...
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
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.