Hi, I have a report, which gets data from Oracle Database to generate report. I have a parameter field, based on the parameter value, the report will view the records. I need to check the length of the Parameter value, if the value is, assume 4, it should compare that value with the records of a field, say field1. if the length of the parameter value is greater than 4, it should view records, comparing that value with another field, say field2.
How could i do this? Kindly help me in this. I am executing the report from VB 6 application and i send the parameter value from VB 6 environment.