Advertisement

07.15.2008 at 12:16PM PDT, ID: 23567265
[x]
Attachment Details

exporting table but only showing one result

Asked by fordraiders in Lotus Notes

Lotus Notes 5

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)

Thanks
fordraiders

Start Free Trial
1:
2:
3:
4:
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
 
Loading Advertisement...
 
[+][-]07.16.2008 at 10:57AM PDT, ID: 22018439

View this solution now by starting your 7-day free trial. Setting up your free trial is quick, easy, and secure. We will return you to this solution, unlocked, when you're done.

 

About this solution

Zone: Lotus Notes
Sign Up Now!
Solution Provided By: SysExpert
Participating Experts: 2
Solution Grade: A
 
 
[+][-]07.16.2008 at 01:15PM PDT, ID: 22019708

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]07.17.2008 at 08:07AM PDT, ID: 22026249

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 7-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]07.17.2008 at 01:34PM PDT, ID: 22029965

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 7-day free trial to view this Author Comment or ask the Experts your question.

 
 
Loading Advertisement...
20080716-EE-VQP-32 / EE_QW_EXPERT_20070906