<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://community.appian.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>how to  separate logged user name and submitted user?</title><link>https://community.appian.com/discussions/f/new-to-appian/19766/how-to-separate-logged-user-name-and-submitted-user</link><description>i have requirement that i need to separate the logged in user and othernames?</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: how to  separate logged user name and submitted user?</title><link>https://community.appian.com/thread/77327?ContentTypeID=1</link><pubDate>Sat, 17 Oct 2020 18:46:20 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:e6c69310-c588-492c-a7cb-9590e8342459</guid><dc:creator>swethasri</dc:creator><description>&lt;p&gt;thank you so much paresh&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: how to  separate logged user name and submitted user?</title><link>https://community.appian.com/thread/77326?ContentTypeID=1</link><pubDate>Sat, 17 Oct 2020 18:01:34 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:20620da0-500d-4b35-88d9-0963ba27e460</guid><dc:creator>Paresh Singh Rajoriya</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Please find below code to bifurcate the data:&lt;/p&gt;
&lt;p&gt;load(&lt;br /&gt; local!timesheetdata,&lt;br /&gt; /*Existing Data*/&lt;br /&gt; local!timesheetdataForLoggedInUser: index(&lt;br /&gt; local!timesheetdata,&lt;br /&gt; wherecontains(&lt;br /&gt; tostring(loggedInUser()),&lt;br /&gt; touniformstring(&lt;br /&gt; index(&lt;br /&gt; local!timesheetdata,&lt;br /&gt; &amp;quot;user&amp;quot;,&lt;br /&gt; /*Field Name in which you are capturing Employee Name*/&lt;br /&gt; {}&lt;br /&gt; )&lt;br /&gt; )&lt;br /&gt; ),&lt;br /&gt; {}&lt;br /&gt; ),&lt;br /&gt; local!timesheetdataForOtherUsers: remove(&lt;br /&gt; local!timesheetdata,&lt;br /&gt; wherecontains(&lt;br /&gt; tostring(loggedInUser()),&lt;br /&gt; touniformstring(&lt;br /&gt; index(&lt;br /&gt; local!timesheetdata,&lt;br /&gt; &amp;quot;user&amp;quot;,&lt;br /&gt; /*Field Name in which you are capturing Employee Name*/&lt;br /&gt; {}&lt;br /&gt; )&lt;br /&gt; )&lt;br /&gt; )&lt;br /&gt; ),&lt;br /&gt; {&lt;br /&gt; local!timesheetdataForLoggedInUser, /*Data Based on logged in user*/&lt;br /&gt; local!timesheetdataForOtherUsers /*Data Based on other Users*/&lt;br /&gt; }&lt;br /&gt;)&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>