<?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 Re: Data formating for alerts and dimensions selection in Reporting Service &amp; Alerting</title>
    <link>https://community.qlik.com/t5/Reporting-Service-Alerting/Data-formating-for-alerts-and-dimensions-selection/m-p/2549283#M2779</link>
    <description>&lt;P&gt;Many thanks&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/35867"&gt;@avinashelite&lt;/a&gt;,&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/49432"&gt;@Chanty4u&lt;/a&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 18 May 2026 08:01:51 GMT</pubDate>
    <dc:creator>Tenuki</dc:creator>
    <dc:date>2026-05-18T08:01:51Z</dc:date>
    <item>
      <title>Data formating for alerts and dimensions selection</title>
      <link>https://community.qlik.com/t5/Reporting-Service-Alerting/Data-formating-for-alerts-and-dimensions-selection/m-p/2549193#M2776</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;I manage to create a simple alert to test my SMTP parameters and it worked.&lt;/P&gt;
&lt;P&gt;Thus, I would to have my data in the right format, and Qlik send me a CSV file where each row look like this :&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;5515,1, 39 â‚¬ ,2 â‚¬,"5,74%"&lt;/P&gt;
&lt;P&gt;I think this "â‚¬" is "€"&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Is there a possibility to choose the format in the csv file ? Or have a excel file instead ?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Second question :&lt;/P&gt;
&lt;P&gt;When I create my alert, I would like to add multiple dimension, but I didn't manage to do so.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is it possible ?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Many thanks for your help.&lt;/P&gt;</description>
      <pubDate>Fri, 15 May 2026 08:31:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Reporting-Service-Alerting/Data-formating-for-alerts-and-dimensions-selection/m-p/2549193#M2776</guid>
      <dc:creator>Tenuki</dc:creator>
      <dc:date>2026-05-15T08:31:48Z</dc:date>
    </item>
    <item>
      <title>Re: Data formating for alerts and dimensions selection</title>
      <link>https://community.qlik.com/t5/Reporting-Service-Alerting/Data-formating-for-alerts-and-dimensions-selection/m-p/2549256#M2777</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;May be try this&amp;nbsp;&lt;/P&gt;&lt;P&gt;Num(Amount,'#,##0 €')&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Or&lt;/P&gt;&lt;P&gt;Num(Amount,'#,##0 [$€]')&lt;/P&gt;&lt;P&gt;Or in Load script&amp;nbsp; set below&amp;nbsp;&lt;/P&gt;&lt;P&gt;SET MoneyFormat='#,##0.00 €;-#,##0.00 €';&lt;/P&gt;</description>
      <pubDate>Sun, 17 May 2026 12:13:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Reporting-Service-Alerting/Data-formating-for-alerts-and-dimensions-selection/m-p/2549256#M2777</guid>
      <dc:creator>Chanty4u</dc:creator>
      <dc:date>2026-05-17T12:13:39Z</dc:date>
    </item>
    <item>
      <title>Re: Data formating for alerts and dimensions selection</title>
      <link>https://community.qlik.com/t5/Reporting-Service-Alerting/Data-formating-for-alerts-and-dimensions-selection/m-p/2549282#M2778</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;SPAN class=""&gt;&lt;STRONG&gt;If under 10 rows:&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;The alert data appears directly in the email body.&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN class=""&gt;&lt;STRONG&gt;If over 10 rows:&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;Qlik attaches a CSV file to the email containing all triggered rows.&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN class=""&gt;&lt;STRONG&gt;Important Note:&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;Because Qlik exports these CSV files with Tab delimiters, you must open them properly in Excel. Open a blank Excel workbook, go to the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;Data&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;tab, click&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;Get Data&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;(or From Text/CSV), and specify&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;Tab&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;as the delimiter so your columns line up perfectly.&lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;SPAN class=""&gt;For the Excel part , check this , but its available only in Qlik cloud I think.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;&lt;A href="https://help.qlik.com/en-US/cloud-services/Subsystems/Hub/Content/Sense_Hub/Reporting/Design/OfficeCommon/add-in-get-started.htm" target="_blank" rel="noopener"&gt;https://help.qlik.com/en-US/cloud-services/Subsystems/Hub/Content/Sense_Hub/Reporting/Design/OfficeCommon/add-in-get-started.htm&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 18 May 2026 07:39:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Reporting-Service-Alerting/Data-formating-for-alerts-and-dimensions-selection/m-p/2549282#M2778</guid>
      <dc:creator>avinashelite</dc:creator>
      <dc:date>2026-05-18T07:39:47Z</dc:date>
    </item>
    <item>
      <title>Re: Data formating for alerts and dimensions selection</title>
      <link>https://community.qlik.com/t5/Reporting-Service-Alerting/Data-formating-for-alerts-and-dimensions-selection/m-p/2549283#M2779</link>
      <description>&lt;P&gt;Many thanks&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/35867"&gt;@avinashelite&lt;/a&gt;,&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/49432"&gt;@Chanty4u&lt;/a&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 18 May 2026 08:01:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Reporting-Service-Alerting/Data-formating-for-alerts-and-dimensions-selection/m-p/2549283#M2779</guid>
      <dc:creator>Tenuki</dc:creator>
      <dc:date>2026-05-18T08:01:51Z</dc:date>
    </item>
  </channel>
</rss>

