Advertisement

07.16.2008 at 09:25AM PDT, ID: 23570296
[x]
Attachment Details

Newbie:  formula translation

Asked by fordraiders in Lotus Domino Email Server

LN DOMINO 5

R1 TO R10 refer to fields in a table grid.
 r1e to r10e   are a column in the table

the rows are dependent on the number  of employees I enter.


I need to know what exactly this formula is telling me...

What I'am hoping is:
if  @Text(R1E)  has data in the cell...give me the value  associated to the  name in row 1
if  @Text(R2E);  has data in the cell...give me the value  associated to the  name in row 2

??


Thanks
fordraiders





Start Free Trial
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
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)
 
Loading Advertisement...
 
[+][-]07.16.2008 at 10:55AM PDT, ID: 22018417

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 Domino Email Server
Sign Up Now!
Solution Provided By: SysExpert
Participating Experts: 1
Solution Grade: A
 
 
 
Loading Advertisement...
20080716-EE-VQP-32 / EE_QW_EXPERT_20070906