<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: Lotus Notes View &#8220;by Person&#8221;</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/lotus-notes-view-by-person/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers/lotus-notes-view-by-person/</link>
	<description></description>
	<pubDate>Sun, 29 Nov 2009 05:50:50 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
		<item>
		<title>By: Testo</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/lotus-notes-view-by-person/#comment-65166</link>
		<dc:creator>Testo</dc:creator>
		<pubDate>Tue, 07 Jul 2009 10:39:43 +0000</pubDate>
		<guid isPermaLink="false">#comment-65166</guid>
		<description>Thanks Steve, seems to be the correct method.
Not being a Lotus Notes expert, can you also suggest me how I can integrate it into the formula that I have in the design option for the "Who" column?

[I]SentBy := @If(Principal = ""; From; Principal);
Attendees := @Trim(RequiredAttendees : OptionalAttendees);
Who := @If(DeliveredDate != ""; SentBy; @Elements(Attendees) &#62; 0; @Subset(Attendees; 1); SendTo = ""; SentBy; @Subset(SendTo; 1));
W := @Trim(@Name([CN]; Who));
CN:=@LowerCase(W);

AllE := @Explode(W; " ");
NbE := @Elements(@Explode(CN; " "));

E2 := @If( NbE&#62;1; @Subset(@Subset(AllE; NbE-1); -1); "");
E3 := @If( NbE&#62;2; @Subset(@Subset(AllE; NbE-2); -1); "");
E4 := @If( NbE&#62;3; @Subset(@Subset(AllE; NbE-3); -1); "");

miE2 := @If(@Length(E2)=1; @True; @False);
miE3 := @If(@Length(E3)=1; @True; @False);

n2a := W;
xLn := "";
xFn := "";

P := @If(

NbE = 1;

@If(
@Like(Who; "%@%.%");
CN;
@UpperCase(W)
);

Who = @UpperCase(Who);
Who;

""
);[/I]</description>
		<content:encoded><![CDATA[<p>Thanks Steve, seems to be the correct method.<br />
Not being a Lotus Notes expert, can you also suggest me how I can integrate it into the formula that I have in the design option for the &#8220;Who&#8221; column?</p>
<p><i>SentBy := @If(Principal = &#8220;&#8221;; From; Principal);<br />
Attendees := @Trim(RequiredAttendees : OptionalAttendees);<br />
Who := @If(DeliveredDate != &#8220;&#8221;; SentBy; @Elements(Attendees) &gt; 0; @Subset(Attendees; 1); SendTo = &#8220;&#8221;; SentBy; @Subset(SendTo; 1));<br />
W := @Trim(@Name([CN]; Who));<br />
CN:=@LowerCase(W);</p>
<p>AllE := @Explode(W; &#8221; &#8220;);<br />
NbE := @Elements(@Explode(CN; &#8221; &#8220;));</p>
<p>E2 := @If( NbE&gt;1; @Subset(@Subset(AllE; NbE-1); -1); &#8220;&#8221;);<br />
E3 := @If( NbE&gt;2; @Subset(@Subset(AllE; NbE-2); -1); &#8220;&#8221;);<br />
E4 := @If( NbE&gt;3; @Subset(@Subset(AllE; NbE-3); -1); &#8220;&#8221;);</p>
<p>miE2 := @If(@Length(E2)=1; @True; @False);<br />
miE3 := @If(@Length(E3)=1; @True; @False);</p>
<p>n2a := W;<br />
xLn := &#8220;&#8221;;<br />
xFn := &#8220;&#8221;;</p>
<p>P := @If(</p>
<p>NbE = 1;</p>
<p>@If(<br />
@Like(Who; &#8220;%@%.%&#8221;);<br />
CN;<br />
@UpperCase(W)<br />
);</p>
<p>Who = @UpperCase(Who);<br />
Who;</p>
<p>&#8220;&#8221;<br />
);</i></p>
]]></content:encoded>
	</item>
</channel>
</rss>
<!-- dynamic -->