5 pts.
 exporting table but only showing one result : domino designer Lotus Notes
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

Answer Wiki:
Last Wiki Answer Submitted:  Be the first to answer this question.
All Answer Wiki Contributors:  Be the first to answer this question.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _