What I have :
Table with several rows and columns:
Problem. In column One I have a drop down where you can choose a name.
If more than One person is selected.
The code I have will repeat the names in Excel but will only give the results for the first person selected..
i.e. for the column "Exact"
I have a computed field: called REexactCombined
tmpR1E := @Text(R1E);
tmpR2E := @Text(R2E);
tmpR3E := @Text(R3E);
tmpR4E := @Text(R4E);
tmpR5E := @Text(R5E);
tmpR6E := @Text(R6E);
tmpR7E := @Text(R7E);
tmpR8E := @Text(R8E);
tmpR9E := @Text(R9E);
tmpR10E := @Text(R10E);
@Trim(tmpR1E : tmpR2E : tmpR3E : tmpR4E : tmpR5E : tmpR6E : tmpR7E : tmpR8E : tmpR9E : tmpR10E)
CRS Name SKUs Exact FMatch Description Match
John 2712 60 1700 0
Peggy 2712 60 1700 0 <--- these are from the first row
Tim 2712 60 1700 0 <--- these are from the first row
Software/Hardware used:
ASKED:
July 16, 2008 3:07 PM
UPDATED:
July 16, 2008 3:12 PM