<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Know the number of sessions for a particular process for a particular day in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/Know-the-number-of-sessions-for-a-particular-process-for-a/m-p/61327#M14643</link>
    <description>Hi All,&amp;nbsp;&lt;BR /&gt;How do we know &amp;nbsp;the number of sessions of a particular process for a particular day?&lt;BR /&gt;Is there any way to know it from control room ?&lt;BR /&gt;If we have to query the DB, may I know the query please&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Yashaswini B&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
    <pubDate>Sat, 12 Mar 2022 07:22:00 GMT</pubDate>
    <dc:creator>YashaswiniB</dc:creator>
    <dc:date>2022-03-12T07:22:00Z</dc:date>
    <item>
      <title>Know the number of sessions for a particular process for a particular day</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Know-the-number-of-sessions-for-a-particular-process-for-a/m-p/61327#M14643</link>
      <description>Hi All,&amp;nbsp;&lt;BR /&gt;How do we know &amp;nbsp;the number of sessions of a particular process for a particular day?&lt;BR /&gt;Is there any way to know it from control room ?&lt;BR /&gt;If we have to query the DB, may I know the query please&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Yashaswini B&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Sat, 12 Mar 2022 07:22:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Know-the-number-of-sessions-for-a-particular-process-for-a/m-p/61327#M14643</guid>
      <dc:creator>YashaswiniB</dc:creator>
      <dc:date>2022-03-12T07:22:00Z</dc:date>
    </item>
    <item>
      <title>RE: Know the number of sessions for a particular process for a particular day</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Know-the-number-of-sessions-for-a-particular-process-for-a/m-p/61328#M14644</link>
      <description>Hi Yashaswini,&lt;BR /&gt;&lt;BR /&gt;The following query can help you to get the number of sessions being run on any particular date and for any particular process:&lt;BR /&gt;&lt;BR /&gt;&lt;CODE&gt;SELECT B.[name] AS process_name, COUNT(A.[processid]) AS session_count &lt;/CODE&gt;&lt;BR /&gt;&lt;CODE&gt;FROM [Blue Prism].[dbo].[BPASession] A INNER JOIN [Blue Prism].[dbo].[BPAProcess] B&lt;/CODE&gt;&lt;BR /&gt;&lt;CODE&gt;ON A.processid = B.processid&lt;/CODE&gt;&lt;BR /&gt;&lt;CODE&gt;WHERE CAST(A.[startdatetime] AS DATE) = '&lt;SPAN style="background-color: #ffff00;"&gt;&amp;lt;DATE_VALUE&amp;gt;&lt;/SPAN&gt;' &lt;/CODE&gt;&lt;BR /&gt;&lt;CODE&gt;AND B.name = '&lt;SPAN style="background-color: #ffff00;"&gt;&amp;lt;PROCESS_NAME&amp;gt;&lt;/SPAN&gt;'&lt;/CODE&gt;&lt;BR /&gt;&lt;CODE&gt;GROUP BY B.[name]&lt;BR /&gt;&lt;BR /&gt;&lt;/CODE&gt;Substitute the highlighted text as per your requirement. Below is a sample query being run:&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="20926.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/21070i465D2978DDB48D6A/image-size/large?v=v2&amp;amp;px=999" role="button" title="20926.png" alt="20926.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;----------------------------------&lt;BR /&gt;Hope it helps you and if it resolves your query please mark it as the best answer so that others having the same problem can track the answer easily&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Devneet Mohanty&lt;BR /&gt;Intelligent Process Automation Consultant | Sr. Consultant - Automation Developer,&lt;BR /&gt;Wonderbotz India Pvt. Ltd.&lt;BR /&gt;Blue Prism Community MVP | Blue Prism 7x Certified Professional&lt;BR /&gt;Website: &lt;A href="https://devneet.github.io/" target="test_blank"&gt;https://devneet.github.io/&lt;/A&gt;&lt;BR /&gt;Email: devneetmohanty07@gmail.com&lt;BR /&gt;&lt;BR /&gt;----------------------------------&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Sat, 12 Mar 2022 09:02:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Know-the-number-of-sessions-for-a-particular-process-for-a/m-p/61328#M14644</guid>
      <dc:creator>devneetmohanty07</dc:creator>
      <dc:date>2022-03-12T09:02:00Z</dc:date>
    </item>
    <item>
      <title>RE: Know the number of sessions for a particular process for a particular day</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Know-the-number-of-sessions-for-a-particular-process-for-a/m-p/61329#M14645</link>
      <description>&lt;DIV class="uconBody"&gt;&lt;DIV&gt; &lt;DIV&gt; &lt;DIV style="color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);" dir="ltr"&gt; Thank you so much, I will try this&lt;/DIV&gt; &lt;/DIV&gt; &lt;DIV&gt; &lt;DIV&gt;&lt;BR /&gt; &lt;/DIV&gt; Get &lt;A href="https://aka.ms/o0ukef"&gt;Outlook for iOS&lt;/A&gt;&lt;/DIV&gt; &lt;/DIV&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sat, 12 Mar 2022 09:07:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Know-the-number-of-sessions-for-a-particular-process-for-a/m-p/61329#M14645</guid>
      <dc:creator>YashaswiniB</dc:creator>
      <dc:date>2022-03-12T09:07:00Z</dc:date>
    </item>
  </channel>
</rss>

