Using Crystal 9.0 and Timberline database access thorugh odbc.
JCT_Transaction
Cost_Code Amount
51-10-11 5.00
51-10-12 10.00
JCM_Standard_Cost_Codes
Cost_Code Description
51-10-00 Land
51-10-11 Land Aquisition
51-10-12 Land Deposits
Above are the two tables I am using. I am grouping on a formula LEFT(JCT_Transaction.Cost_Code,5)&"-00". I want to display the Description from the JCM_Standard_Cost_Codes table for this group. Normally, I would just do a subreport but i am using a cross tab and I want the row to be based on the formula and description from the Standard_Cost_Code table. I have tried creating sql commands and creating expressions but the driver doesn't seem to like this. Does anyone have any sugestions?
JCT_Transaction
Cost_Code Amount
51-10-11 5.00
51-10-12 10.00
JCM_Standard_Cost_Codes
Cost_Code Description
51-10-00 Land
51-10-11 Land Aquisition
51-10-12 Land Deposits
Above are the two tables I am using. I am grouping on a formula LEFT(JCT_Transaction.Cost_Code,5)&"-00". I want to display the Description from the JCM_Standard_Cost_Codes table for this group. Normally, I would just do a subreport but i am using a cross tab and I want the row to be based on the formula and description from the Standard_Cost_Code table. I have tried creating sql commands and creating expressions but the driver doesn't seem to like this. Does anyone have any sugestions?