I am using crystal reports 9 and am accessing a set of tables via an odbc connection.
I am printing a report and it contains a pass thru parameter from another program. that parameter is parsed to look like a series of numbers then a tilde then a series of number tilde etc. Example 12~444~239~22 This series can contain 1 value or many. I need to take these numbers and compare it to another table via an odbc connection to extract an epiration date and a more formal number.
I then need to get these items to print on 1 label, along with other data from other tables. I did create a formula to parse out the numbers. When i placed this on my label and ran it i had multiple labels print. I found that I am getting 1 label for every comparision in the odbc connection table.
I wanted to know if anyone new how to overcome this. I basically want the formula to run populate my global variables and print all the data on 1 label.
In my experimentation I found , If i only had 1 number in my parameter I could use a select record option and my label works fine. Unfortunately the quantity of numbers in the parameter will not be 1.
any help would be appreciated.
I am printing a report and it contains a pass thru parameter from another program. that parameter is parsed to look like a series of numbers then a tilde then a series of number tilde etc. Example 12~444~239~22 This series can contain 1 value or many. I need to take these numbers and compare it to another table via an odbc connection to extract an epiration date and a more formal number.
I then need to get these items to print on 1 label, along with other data from other tables. I did create a formula to parse out the numbers. When i placed this on my label and ran it i had multiple labels print. I found that I am getting 1 label for every comparision in the odbc connection table.
I wanted to know if anyone new how to overcome this. I basically want the formula to run populate my global variables and print all the data on 1 label.
In my experimentation I found , If i only had 1 number in my parameter I could use a select record option and my label works fine. Unfortunately the quantity of numbers in the parameter will not be 1.
any help would be appreciated.