Hi All,
Using XI, I am trying to do record selection using a dynamic cascading prompt that allows multiple values. The problem (I think?) is that the database field is right justified. Some of the database values are 7 long with 5 preceeding spaces , some are 8 with 4 preceeding spaces. The field is always 12 long. The problem is that even when giving the user the list of values, it left justifies it. So, I'm assuming that Crystal is seeing it as "1234567" and not " 1234567". This prevents the data from coming in. Here is the record selection that works when the user entered the job number with the preceeding zeros. It currently works but the users want to pull more than one job at a time.
Current record selection:
{F0006.MCMCU} = {?job number}
I need to ltrim the F0006.MCMCU somehow or pad the {?job number} which is a multi value parm. I just don't know how to format the multi value (array) parameter.
Any help or suggestions are very much appreciated!
Using XI, I am trying to do record selection using a dynamic cascading prompt that allows multiple values. The problem (I think?) is that the database field is right justified. Some of the database values are 7 long with 5 preceeding spaces , some are 8 with 4 preceeding spaces. The field is always 12 long. The problem is that even when giving the user the list of values, it left justifies it. So, I'm assuming that Crystal is seeing it as "1234567" and not " 1234567". This prevents the data from coming in. Here is the record selection that works when the user entered the job number with the preceeding zeros. It currently works but the users want to pull more than one job at a time.
Current record selection:
{F0006.MCMCU} = {?job number}
I need to ltrim the F0006.MCMCU somehow or pad the {?job number} which is a multi value parm. I just don't know how to format the multi value (array) parameter.
Any help or suggestions are very much appreciated!