<?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 Variable Month in E-Mail Subject and Text in Reporting Service &amp; Alerting</title>
    <link>https://community.qlik.com/t5/Reporting-Service-Alerting/Variable-Month-in-E-Mail-Subject-and-Text/m-p/2487584#M1202</link>
    <description>&lt;P&gt;I am sending out a weekly Report via the Reporting Service and want to include the current month inside of the title and text of the Mail. Is there any automated way of doing this like:&lt;/P&gt;
&lt;P&gt;Bonus Report &amp;lt;Month&amp;gt;?&lt;/P&gt;</description>
    <pubDate>Fri, 15 Nov 2024 20:56:34 GMT</pubDate>
    <dc:creator>olenedderhoff</dc:creator>
    <dc:date>2024-11-15T20:56:34Z</dc:date>
    <item>
      <title>Variable Month in E-Mail Subject and Text</title>
      <link>https://community.qlik.com/t5/Reporting-Service-Alerting/Variable-Month-in-E-Mail-Subject-and-Text/m-p/2487584#M1202</link>
      <description>&lt;P&gt;I am sending out a weekly Report via the Reporting Service and want to include the current month inside of the title and text of the Mail. Is there any automated way of doing this like:&lt;/P&gt;
&lt;P&gt;Bonus Report &amp;lt;Month&amp;gt;?&lt;/P&gt;</description>
      <pubDate>Fri, 15 Nov 2024 20:56:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Reporting-Service-Alerting/Variable-Month-in-E-Mail-Subject-and-Text/m-p/2487584#M1202</guid>
      <dc:creator>olenedderhoff</dc:creator>
      <dc:date>2024-11-15T20:56:34Z</dc:date>
    </item>
    <item>
      <title>Re: Variable Month in E-Mail Subject and Text</title>
      <link>https://community.qlik.com/t5/Reporting-Service-Alerting/Variable-Month-in-E-Mail-Subject-and-Text/m-p/2489103#M1210</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/260184"&gt;@olenedderhoff&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;are you sending reports using Subscription, Tabular Reporting or Appllication Automation?&lt;/P&gt;</description>
      <pubDate>Fri, 25 Oct 2024 06:56:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Reporting-Service-Alerting/Variable-Month-in-E-Mail-Subject-and-Text/m-p/2489103#M1210</guid>
      <dc:creator>F_B</dc:creator>
      <dc:date>2024-10-25T06:56:50Z</dc:date>
    </item>
    <item>
      <title>Re: Variable Month in E-Mail Subject and Text</title>
      <link>https://community.qlik.com/t5/Reporting-Service-Alerting/Variable-Month-in-E-Mail-Subject-and-Text/m-p/2489124#M1211</link>
      <description>&lt;P&gt;I am using tabular reporting via the Excel Add-In and create the Report in the Reporting Section of my App.&lt;/P&gt;</description>
      <pubDate>Fri, 25 Oct 2024 08:51:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Reporting-Service-Alerting/Variable-Month-in-E-Mail-Subject-and-Text/m-p/2489124#M1211</guid>
      <dc:creator>olenedderhoff</dc:creator>
      <dc:date>2024-10-25T08:51:29Z</dc:date>
    </item>
    <item>
      <title>Re: Variable Month in E-Mail Subject and Text</title>
      <link>https://community.qlik.com/t5/Reporting-Service-Alerting/Variable-Month-in-E-Mail-Subject-and-Text/m-p/2489157#M1212</link>
      <description>&lt;P&gt;Hi! &lt;BR /&gt;You can create a variable, e.g., vCurrentMonth, and set its expression to display the current month dynamically. You can use Date(Today(), 'MMMM') to get the current month in full name (e.g., "October").&lt;/P&gt;
&lt;P&gt;Then when configuring the email subject or body in your Reporting Section, you can reference the variable you created:&lt;/P&gt;
&lt;P&gt;In the subject line of the report, include $(vCurrentMonth) where you want the month to appear. For example:&lt;/P&gt;
&lt;P&gt;Bonus Report $(vCurrentMonth)&lt;BR /&gt;This will automatically replace $(vCurrentMonth) with the current month name in both the subject line and body of the email when the report is sent.&lt;/P&gt;
&lt;P&gt;Run a test to ensure that $(vCurrentMonth) correctly resolves to the current month. This should now automatically update every time the report is generated.&lt;/P&gt;</description>
      <pubDate>Fri, 25 Oct 2024 11:27:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Reporting-Service-Alerting/Variable-Month-in-E-Mail-Subject-and-Text/m-p/2489157#M1212</guid>
      <dc:creator>diegozecchini</dc:creator>
      <dc:date>2024-10-25T11:27:56Z</dc:date>
    </item>
    <item>
      <title>Re: Variable Month in E-Mail Subject and Text</title>
      <link>https://community.qlik.com/t5/Reporting-Service-Alerting/Variable-Month-in-E-Mail-Subject-and-Text/m-p/2489165#M1213</link>
      <description>&lt;P&gt;With these Setups:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;let vCurrentMonth = Date(Today(), 'MMMM');&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="olenedderhoff_3-1729856513405.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/173433i9CB594784D3EA031/image-size/medium?v=v2&amp;amp;px=400" role="button" title="olenedderhoff_3-1729856513405.png" alt="olenedderhoff_3-1729856513405.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="olenedderhoff_1-1729856462910.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/173431iB410D35975E92FBE/image-size/medium?v=v2&amp;amp;px=400" role="button" title="olenedderhoff_1-1729856462910.png" alt="olenedderhoff_1-1729856462910.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;I unfortunately get this result in the Mail:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="olenedderhoff_4-1729856556719.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/173434iD0BF3CB2C1C94F54/image-size/medium?v=v2&amp;amp;px=400" role="button" title="olenedderhoff_4-1729856556719.png" alt="olenedderhoff_4-1729856556719.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;So this approach does not work.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 25 Oct 2024 11:44:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Reporting-Service-Alerting/Variable-Month-in-E-Mail-Subject-and-Text/m-p/2489165#M1213</guid>
      <dc:creator>olenedderhoff</dc:creator>
      <dc:date>2024-10-25T11:44:06Z</dc:date>
    </item>
    <item>
      <title>Re: Variable Month in E-Mail Subject and Text</title>
      <link>https://community.qlik.com/t5/Reporting-Service-Alerting/Variable-Month-in-E-Mail-Subject-and-Text/m-p/2490315#M1220</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/260184"&gt;@olenedderhoff&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;There is no way to currently get variables into email subject and text when using Tabular Reporting solution for now.&lt;/P&gt;
&lt;P&gt;Sorry&lt;/P&gt;
&lt;P&gt;cheers&lt;/P&gt;</description>
      <pubDate>Fri, 01 Nov 2024 09:18:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Reporting-Service-Alerting/Variable-Month-in-E-Mail-Subject-and-Text/m-p/2490315#M1220</guid>
      <dc:creator>Lech_Miszkiewicz</dc:creator>
      <dc:date>2024-11-01T09:18:06Z</dc:date>
    </item>
  </channel>
</rss>

