 




<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<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>
	<lastBuildDate>Tue, 21 May 2013 07:47:26 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<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><![CDATA[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 &quot;Who&quot; column?

&lt;i&gt;SentBy := @If(Principal = &quot;&quot;; From; Principal);
Attendees := @Trim(RequiredAttendees : OptionalAttendees);
Who := @If(DeliveredDate != &quot;&quot;; SentBy; @Elements(Attendees) &gt; 0; @Subset(Attendees; 1); SendTo = &quot;&quot;; SentBy; @Subset(SendTo; 1));
W := @Trim(@Name([CN]; Who));
CN:=@LowerCase(W);

AllE := @Explode(W; &quot; &quot;);
NbE := @Elements(@Explode(CN; &quot; &quot;));

E2 := @If( NbE&gt;1; @Subset(@Subset(AllE; NbE-1); -1); &quot;&quot;);
E3 := @If( NbE&gt;2; @Subset(@Subset(AllE; NbE-2); -1); &quot;&quot;);
E4 := @If( NbE&gt;3; @Subset(@Subset(AllE; NbE-3); -1); &quot;&quot;);

miE2 := @If(@Length(E2)=1; @True; @False);
miE3 := @If(@Length(E3)=1; @True; @False);

n2a := W;
xLn := &quot;&quot;;
xFn := &quot;&quot;;

P := @If(

NbE = 1;

@If(
@Like(Who; &quot;%@%.%&quot;);
CN;
@UpperCase(W)
);

Who = @UpperCase(Who);
Who;

&quot;&quot;
);&lt;/i&gt;]]></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>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using memcached
Database Caching 6/9 queries in 0.013 seconds using memcached
Object Caching 268/271 objects using memcached

Served from: itknowledgeexchange.techtarget.com @ 2013-05-21 08:30:22 -->