<?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>Show all logged In users in the interface.</title><link>https://community.appian.com/discussions/f/general/27361/show-all-logged-in-users-in-the-interface</link><description>Is there anyway can we show all the currently logged in users in the interface</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Show all logged In users in the interface.</title><link>https://community.appian.com/thread/108162?ContentTypeID=1</link><pubDate>Mon, 20 Feb 2023 06:38:35 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:cda1b2c7-b444-4a88-a457-aacc191e7975</guid><dc:creator>mayolal4475</dc:creator><description>&lt;p&gt;Hello! how do i do with kdb files?&amp;nbsp;Is there a fee for this program? &lt;span style="color:#ffffff;"&gt;&lt;a style="color:#ffffff;" href="https://mines-weeper.io/"&gt;minesweeper&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Show all logged In users in the interface.</title><link>https://community.appian.com/thread/107904?ContentTypeID=1</link><pubDate>Tue, 14 Feb 2023 04:27:51 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:29796468-5785-4c79-961f-d96317b21367</guid><dc:creator>harshavardhanv</dc:creator><description>&lt;p&gt;&lt;a href="/b/appmarket/posts/log-reader"&gt;https://community.appian.com/b/appmarket/posts/log-reader#&lt;/a&gt;&amp;nbsp;may be we can try this.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Show all logged In users in the interface.</title><link>https://community.appian.com/thread/107872?ContentTypeID=1</link><pubDate>Mon, 13 Feb 2023 16:26:09 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:b73146b4-1c4c-4af6-9236-e394bbd6ac93</guid><dc:creator>Abhay Dalsaniya</dc:creator><description>&lt;p&gt;The question is how do you populate&amp;nbsp;&lt;span&gt;cons!GET_ALL_USERS_POINTER. if you are doing it manually there is no point, since it will be a static list. The ask is&amp;nbsp;to dynamically retrieve all the logged-in users.&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Show all logged In users in the interface.</title><link>https://community.appian.com/thread/107871?ContentTypeID=1</link><pubDate>Mon, 13 Feb 2023 16:23:10 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:ed9c96d0-8c26-4e87-8669-1e9ce3929d8d</guid><dc:creator>Abhay Dalsaniya</dc:creator><description>&lt;p&gt;Interesting. I couldn&amp;#39;t find any of these function.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Show all logged In users in the interface.</title><link>https://community.appian.com/thread/107800?ContentTypeID=1</link><pubDate>Mon, 13 Feb 2023 03:57:05 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:6c224a86-a55e-4523-9941-2bb4f71bbb74</guid><dc:creator>harshavardhanv</dc:creator><description>&lt;p&gt;There are 2 Functions which are available like queryappianlogs() or readlog() which can help you get the data into the interface and can show the data in the screen.&lt;/p&gt;
&lt;p&gt;Alternatively, you can write a plugin which does the same thing as per your specification.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Show all logged In users in the interface.</title><link>https://community.appian.com/thread/107797?ContentTypeID=1</link><pubDate>Sun, 12 Feb 2023 19:32:15 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:d6a15536-720a-4de1-8795-b43683a34fd0</guid><dc:creator>juliah0004</dc:creator><description>&lt;p&gt;I needed something&amp;nbsp;similar and created a constant&amp;nbsp;for all users, then used an expression rule with a!forEach. There may be an easier way but this worked for what I needed.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;a!forEach(&lt;br /&gt; items:getdistinctusers(cons!GET_ALL_USERS_POINTER),&lt;br /&gt; expression: fv!item &amp;amp; &amp;quot;:&amp;quot; &amp;amp;&lt;br /&gt; user(fv!item,&amp;quot;firstName&amp;quot;)&amp;amp; &amp;quot;:&amp;quot; &amp;amp; &lt;br /&gt; user(fv!item,&amp;quot;lastName&amp;quot;)&amp;amp; &amp;quot;:&amp;quot; &amp;amp; &lt;br /&gt; user(fv!item,&amp;quot;email&amp;quot;)&amp;amp; &amp;quot;:&amp;quot; &amp;amp;&lt;br /&gt; user(fv!item, &amp;quot;status&amp;quot;)&lt;br /&gt;)&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Show all logged In users in the interface.</title><link>https://community.appian.com/thread/107769?ContentTypeID=1</link><pubDate>Sat, 11 Feb 2023 23:03:16 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:9fdd0dfd-0946-4185-89bb-9af55893e760</guid><dc:creator>Abhay Dalsaniya</dc:creator><description>&lt;p&gt;I think you are looking for a list of all the logged-in user to the environment, I am not sure&amp;nbsp;it is available OOTB.&amp;nbsp;You might have to play with kdb files.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Show all logged In users in the interface.</title><link>https://community.appian.com/thread/107244?ContentTypeID=1</link><pubDate>Tue, 31 Jan 2023 14:05:21 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:62770e29-541f-42ad-bcfe-81bdf31e2e76</guid><dc:creator>Konduru Chaitanya</dc:creator><description>&lt;p&gt;Hello&amp;nbsp;&lt;a class="internal-link view-user-profile" href="/members/thiliniu0001"&gt;Umesha K.A.T&lt;/a&gt;, is this a portal or site? Since you are using the word logged in users, I am assuming that it is a Site. In case of Site the answer is no, we do not have an option as of now. But if it is a portal may be I can&amp;nbsp;suggest&amp;nbsp;some ideas.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Show all logged In users in the interface.</title><link>https://community.appian.com/thread/107231?ContentTypeID=1</link><pubDate>Tue, 31 Jan 2023 10:02:26 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:38647281-7d5f-44ae-8ac9-ecd07b4d6511</guid><dc:creator>Stefan Helzle</dc:creator><description>&lt;p&gt;OK, but for what purpose?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Show all logged In users in the interface.</title><link>https://community.appian.com/thread/107229?ContentTypeID=1</link><pubDate>Tue, 31 Jan 2023 09:55:16 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:dbefc58d-2454-4f6a-8731-9eeffcfbf5fb</guid><dc:creator>thiliniumesha</dc:creator><description>&lt;p&gt;i wanted to showcase all the currently logged in users.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Show all logged In users in the interface.</title><link>https://community.appian.com/thread/107224?ContentTypeID=1</link><pubDate>Tue, 31 Jan 2023 07:36:59 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:9f132a1b-e821-4d12-bdc6-4071af28faae</guid><dc:creator>Stefan Helzle</dc:creator><description>&lt;p&gt;I do not know of a way to do that. What is your use case?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>