I added the Code and changed the table.field to the correct ones placed in header of report and no difference. My report has all four fields in it. Not sure what I am doing wrong, Granted I am also selecting by date range.
IF IsNull({V_OE_SHIP_SCHED.ORDER_LINE}) OR...
Crystal Reports 10
Pervasive 10
I am trying to query two tables where when a record exists in Table A and not Table B then display record for Table A. If record exists for Table A and exists in Table B then display Table B. Table A will always have a record if not then one will not exist in...
Thanks MrBill!!
After a couple of tries I got it to work. Hopefully I learn something from it.
Systems/IT Manager
Crystal Report Ver. 10.0.0.533
Pervasive 8.5 ODBC
Hello, First time here. I am Using Pervasive with a date field as string type. Data in string field is consistant yyyymmdd.
I can convert to mm/dd/yyyy for report no problem with following...
local stringvar cvdtin := {TIME_ATTENDANCE.DATE_IN};
local stringvar a := left(cvdtin, 4);
local...
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.