<?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>Task counter</title><link>https://community.appian.com/discussions/f/user-interface/27033/task-counter</link><description>i have created a task report and showed in my site navignation menu . I want to show a counter icon near tasks label in the tab ? hows it is possible?</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Task counter</title><link>https://community.appian.com/thread/106141?ContentTypeID=1</link><pubDate>Mon, 02 Jan 2023 17:10:59 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:9542a39d-9c0d-4853-b6c5-54d18db2e55b</guid><dc:creator>sureshm0014</dc:creator><description>&lt;p&gt;worked like charm . I will haver to change only when new tasks (Assigned) i will change the code.Thank you&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Task counter</title><link>https://community.appian.com/thread/106140?ContentTypeID=1</link><pubDate>Mon, 02 Jan 2023 17:09:40 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:d1b0549e-c28b-40a2-905b-a3e83209c580</guid><dc:creator>niteshsakpal</dc:creator><description>&lt;p&gt;The only change I would suggest in the above code is batch size. It can be 1 as we are just referring total count and not the data.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Task counter</title><link>https://community.appian.com/thread/106113?ContentTypeID=1</link><pubDate>Sat, 31 Dec 2022 21:43:45 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:72fbd018-51c1-45cd-96d5-a3376fdf6ec9</guid><dc:creator>Alex Boerescu</dc:creator><description>&lt;p&gt;I&amp;#39;ve done the same with the page name of a site. See the expression below.&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;&amp;quot;My Tasks (&amp;quot; &amp;amp; a!queryProcessAnalytics(
  report: cons!AVM_MY_TASK_REPORT,
  query: a!query(
    pagingInfo: a!pagingInfo(startIndex: 1, batchSize: 100)
  )
).totalCount &amp;amp; &amp;quot;)&amp;quot;&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;The constant is based on an ootb document active_tasks&lt;/p&gt;
&lt;p&gt;&lt;img alt=" " src="/resized-image/__size/640x480/__key/communityserver-discussions-components-files/13/Screen-Shot-2022_2D00_12_2D00_31-at-9.42.28-PM.png" /&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;You can get more info here:&amp;nbsp;&lt;a href="https://docs.appian.com/suite/help/22.3/Task_Report_Tutorial.html"&gt;docs.appian.com/.../Task_Report_Tutorial.html&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>