nilsbinnemans
Programmer
Hi,
Using Crystal report 2011
I need to link two views by one field. The field type however is different in both views, so I am not able to link them.
I have VWSCHEDULEVOLUNTEER.VOLUNTEER_KEY with numbers from 1 to ...
I have VWSRVOLUNTEERDEMOGRAPHICS with strings like VRN-1 to VRN-...
I never used sql commands as I don't really know how to write them. But would it be possible adding below formula
VRN = "VRN-"& cstr({VWSCHEDULEVOLUNTEERSTUDY.VOLUNTEER_KEY},0,"","")
to below command so that I could link these fields?
SELECT
"VWSCHEDULEVOLUNTEERSTUDY"."VOLUNTEER_KEY"
FROM
"LABPAS"."VWSCHEDULEVOLUNTEERSTUDY"
Thanks,
Nils
Using Crystal report 2011
I need to link two views by one field. The field type however is different in both views, so I am not able to link them.
I have VWSCHEDULEVOLUNTEER.VOLUNTEER_KEY with numbers from 1 to ...
I have VWSRVOLUNTEERDEMOGRAPHICS with strings like VRN-1 to VRN-...
I never used sql commands as I don't really know how to write them. But would it be possible adding below formula
VRN = "VRN-"& cstr({VWSCHEDULEVOLUNTEERSTUDY.VOLUNTEER_KEY},0,"","")
to below command so that I could link these fields?
SELECT
"VWSCHEDULEVOLUNTEERSTUDY"."VOLUNTEER_KEY"
FROM
"LABPAS"."VWSCHEDULEVOLUNTEERSTUDY"
Thanks,
Nils