barefoottraveler
Programmer
I am using CR v8.5 Dev and v9 Pro. I have created a letter using information from Oracle 10g datasource in letter header. I run a print procedure that creates one letter per record in the data. In order to run the procedure I have to set a record selector with one of the fields in the table.
I created a Basic Syntax formula:
@HCID-- formula = " "
and in the record selector I set @HCID = tblnm.HCID
Without the record selection criteria I preview the report and all the records show and all associated header fields. Once I place the above formula in the record selector I only see one letter and one particular field does not print. The culprit is a string value with 1 character. The data in the field is (1,2,4,9 or C). I have discussed this with my IT and no one seems to know why this field will not print.
It makes no logical sense to me. Any insight would be much appreciated.
I created a Basic Syntax formula:
@HCID-- formula = " "
and in the record selector I set @HCID = tblnm.HCID
Without the record selection criteria I preview the report and all the records show and all associated header fields. Once I place the above formula in the record selector I only see one letter and one particular field does not print. The culprit is a string value with 1 character. The data in the field is (1,2,4,9 or C). I have discussed this with my IT and no one seems to know why this field will not print.
It makes no logical sense to me. Any insight would be much appreciated.