Benjamin Becker
Technical User
Problem: I need to convert character types and then link a SubReport via the new character type.
Example: Job_Operation.Job_Operation (number) and Attachment.Owner_ID (string)
I have attempted to use the SQL Expression as follows: {fn CONVERT('job_operation.job.operation',SQL_varchar)}. Then I am using the SQL Expression as a parameter to link with the Attachment.Owner_ID (string) field.
So far, no luck. The SubReport returns no data.
Any thoughts?
Thanks,
BMB
Example: Job_Operation.Job_Operation (number) and Attachment.Owner_ID (string)
I have attempted to use the SQL Expression as follows: {fn CONVERT('job_operation.job.operation',SQL_varchar)}. Then I am using the SQL Expression as a parameter to link with the Attachment.Owner_ID (string) field.
So far, no luck. The SubReport returns no data.
Any thoughts?
Thanks,
BMB