<?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: Alerts Messages in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Alerts-Messages/m-p/328660#M496807</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rob&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know if the File Age Monitor can be used to shoot mails to the intended reciepent in both the cases i.e Successful and failure reload both.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If yes than what code changes are required. and will it work on the version 11 as I am suppose to implement the same in QV 11.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your help will be highly appreciated&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Bhupesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 07 May 2013 10:03:00 GMT</pubDate>
    <dc:creator>bhupesh_gupta</dc:creator>
    <dc:date>2013-05-07T10:03:00Z</dc:date>
    <item>
      <title>Alerts Messages</title>
      <link>https://community.qlik.com/t5/QlikView/Alerts-Messages/m-p/328657#M496803</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;G'day QlikView Community;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have been playing with our very new QV10 set-up which is a lot of fun. I have set up a File Age Monitor QVW (Found on Rob Wunderlich's blog - &lt;A class="active_link" href="http://robwunderlich.com/downloads/FileAgeMonitor.zip"&gt;http://robwunderlich.com/downloads/FileAgeMonitor.zip&lt;/A&gt;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However I have a request to make the message generated by the alert to be a little more readable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Currently the message code is: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_text_macro jive_macro_code"&gt;&lt;P&gt;=sum([Is Overdue?]) &amp;amp; ' documents overdue: ' &amp;amp; concat(FileName, ', ') &lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So when there are multiple QVWs outside of their accepted age parameter, they are just listed and separeted by a comma.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How would I go about separating the file names to be one per line? Is there any decent customisation available for the messages generated by alerts aside from the generic images available in QlikView?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope you may be able to assist;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kieran Boyce&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Nov 2011 00:44:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Alerts-Messages/m-p/328657#M496803</guid>
      <dc:creator />
      <dc:date>2011-11-18T00:44:41Z</dc:date>
    </item>
    <item>
      <title>Alerts Messages</title>
      <link>https://community.qlik.com/t5/QlikView/Alerts-Messages/m-p/328658#M496804</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To make a file per line, use &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chr(10) as your separator in the concat function.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Concat(FileName, chr(10))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Nov 2011 03:35:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Alerts-Messages/m-p/328658#M496804</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2011-11-18T03:35:48Z</dc:date>
    </item>
    <item>
      <title>Alerts Messages</title>
      <link>https://community.qlik.com/t5/QlikView/Alerts-Messages/m-p/328659#M496806</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks heaps Rob. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Nov 2011 03:44:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Alerts-Messages/m-p/328659#M496806</guid>
      <dc:creator />
      <dc:date>2011-11-18T03:44:06Z</dc:date>
    </item>
    <item>
      <title>Re: Alerts Messages</title>
      <link>https://community.qlik.com/t5/QlikView/Alerts-Messages/m-p/328660#M496807</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rob&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know if the File Age Monitor can be used to shoot mails to the intended reciepent in both the cases i.e Successful and failure reload both.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If yes than what code changes are required. and will it work on the version 11 as I am suppose to implement the same in QV 11.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your help will be highly appreciated&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Bhupesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 May 2013 10:03:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Alerts-Messages/m-p/328660#M496807</guid>
      <dc:creator>bhupesh_gupta</dc:creator>
      <dc:date>2013-05-07T10:03:00Z</dc:date>
    </item>
  </channel>
</rss>

