<?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 40 Excel Reports to produce in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/40-Excel-Reports-to-produce/m-p/72116#M24721</link>
    <description>Hi there,&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I have 40 reports to produce in Excel with Exact same process just the name of the file to call change.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Some of them are weekly other, daily, etc...&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Should I create 40 Schedules? Or get 1 schedule and put all the reports parameters (name of file, schedule (daily, weekly) in a table.&lt;BR /&gt;&lt;BR /&gt;That table would be connect to a loop in a process that would make all the reports for that day and manage all the scheduling of the different reports in a table in a database?&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Bernard Theroux&lt;BR /&gt;Programmer&lt;BR /&gt;Bell&lt;BR /&gt;Montreal&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
    <pubDate>Wed, 17 Feb 2021 20:58:00 GMT</pubDate>
    <dc:creator>BernardTheroux</dc:creator>
    <dc:date>2021-02-17T20:58:00Z</dc:date>
    <item>
      <title>40 Excel Reports to produce</title>
      <link>https://community.blueprism.com/t5/Product-Forum/40-Excel-Reports-to-produce/m-p/72116#M24721</link>
      <description>Hi there,&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I have 40 reports to produce in Excel with Exact same process just the name of the file to call change.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Some of them are weekly other, daily, etc...&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Should I create 40 Schedules? Or get 1 schedule and put all the reports parameters (name of file, schedule (daily, weekly) in a table.&lt;BR /&gt;&lt;BR /&gt;That table would be connect to a loop in a process that would make all the reports for that day and manage all the scheduling of the different reports in a table in a database?&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Bernard Theroux&lt;BR /&gt;Programmer&lt;BR /&gt;Bell&lt;BR /&gt;Montreal&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Wed, 17 Feb 2021 20:58:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/40-Excel-Reports-to-produce/m-p/72116#M24721</guid>
      <dc:creator>BernardTheroux</dc:creator>
      <dc:date>2021-02-17T20:58:00Z</dc:date>
    </item>
    <item>
      <title>RE: 40 Excel Reports to produce</title>
      <link>https://community.blueprism.com/t5/Product-Forum/40-Excel-Reports-to-produce/m-p/72117#M24722</link>
      <description>Hi Bernard,&lt;BR /&gt;&lt;BR /&gt;Creating 40 schedules is not a good practice. You should create one scheduler and use a business logic in your process to execute the reports according to your schedule type. &lt;BR /&gt;Refer to the below table for a sample.&lt;BR /&gt;Steps:&lt;BR /&gt;
&lt;UL&gt;
&lt;LI&gt;Create a master excel file of reports&lt;/LI&gt;
&lt;LI&gt;Get one by one report to loop&lt;/LI&gt;
&lt;LI&gt;Use the business logic based on schedule type, compare the current day value with the "Execution On" value. (refer below table)&lt;/LI&gt;
&lt;LI&gt;If it matches then generate the report else skip&lt;/LI&gt;
&lt;/UL&gt;
&lt;span class="lia-inline-image-display-wrapper" image-alt="31349.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/31476i3C010FDE41C62B28/image-size/large?v=v2&amp;amp;px=999" role="button" title="31349.png" alt="31349.png" /&gt;&lt;/span&gt;&lt;BR /&gt;Hope it will help you.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Susheel Maurya&lt;BR /&gt;Team Leader - Process Excellence&lt;BR /&gt;Metlife&lt;BR /&gt;Noida&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Thu, 18 Feb 2021 06:46:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/40-Excel-Reports-to-produce/m-p/72117#M24722</guid>
      <dc:creator>SusheelMaurya</dc:creator>
      <dc:date>2021-02-18T06:46:00Z</dc:date>
    </item>
    <item>
      <title>RE: 40 Excel Reports to produce</title>
      <link>https://community.blueprism.com/t5/Product-Forum/40-Excel-Reports-to-produce/m-p/72118#M24723</link>
      <description>Blueprism built-in scheduler is just bad and I'd put that logic inside a process itself, but whatever works for you.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Andrey Kudinov&lt;BR /&gt;Project Manager&lt;BR /&gt;MobileTelesystems PJSC&lt;BR /&gt;Europe/Moscow&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Thu, 18 Feb 2021 15:28:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/40-Excel-Reports-to-produce/m-p/72118#M24723</guid>
      <dc:creator>AndreyKudinov</dc:creator>
      <dc:date>2021-02-18T15:28:00Z</dc:date>
    </item>
    <item>
      <title>RE: 40 Excel Reports to produce</title>
      <link>https://community.blueprism.com/t5/Product-Forum/40-Excel-Reports-to-produce/m-p/72119#M24724</link>
      <description>I wouldn't create 40 schedules either. Using a bespoke calendar (ie days when the report should run) is a possibility to consider. Depending on the complexity and maintainability of the data, you could also adapt Susheel's suggestion by housing the table as structured text (eg CSV or XML or JSON) within an environment variable.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;John Carter&lt;BR /&gt;Professional Services&lt;BR /&gt;Blue Prism&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Thu, 18 Feb 2021 17:25:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/40-Excel-Reports-to-produce/m-p/72119#M24724</guid>
      <dc:creator>John__Carter</dc:creator>
      <dc:date>2021-02-18T17:25:00Z</dc:date>
    </item>
  </channel>
</rss>

