<?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: alert in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/alert/m-p/791896#M280002</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;For exemple&lt;/P&gt;&lt;P&gt;I have a straight table in which i count the nomber of case with dateA &amp;gt;dateB&lt;/P&gt;&lt;P&gt;if this table is not empty i want to send it to someone.&lt;/P&gt;&lt;P&gt;this is not requirement complicated, so i want to juste find a solution very simple to resoluve it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 30 Dec 2014 12:34:55 GMT</pubDate>
    <dc:creator>syukyo_zhu</dc:creator>
    <dc:date>2014-12-30T12:34:55Z</dc:date>
    <item>
      <title>alert</title>
      <link>https://community.qlik.com/t5/QlikView/alert/m-p/791888#M279994</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I created an alert(tools\alerts) in my application qvw. but i don't find how can i attach my chart in my alert.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Dec 2014 14:37:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/alert/m-p/791888#M279994</guid>
      <dc:creator>syukyo_zhu</dc:creator>
      <dc:date>2014-12-26T14:37:05Z</dc:date>
    </item>
    <item>
      <title>Re: alert</title>
      <link>https://community.qlik.com/t5/QlikView/alert/m-p/791889#M279995</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can't. An alert can send a simple text only email. It is not possible to attach anything to the email.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Dec 2014 16:11:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/alert/m-p/791889#M279995</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2014-12-26T16:11:31Z</dc:date>
    </item>
    <item>
      <title>Re: alert</title>
      <link>https://community.qlik.com/t5/QlikView/alert/m-p/791890#M279996</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Dec 2014 16:18:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/alert/m-p/791890#M279996</guid>
      <dc:creator>syukyo_zhu</dc:creator>
      <dc:date>2014-12-26T16:18:56Z</dc:date>
    </item>
    <item>
      <title>Re: alert</title>
      <link>https://community.qlik.com/t5/QlikView/alert/m-p/791891#M279997</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, it is possible. Just use your imagination. A macro can be invoked from the Alert Setup. This macro can save the chart as PNG on a folder (ie: \alertsPng\) . Following the pseudo code: I just put some code together from these two great posts: &lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-4315"&gt;QlikView App: Export Chart and Sheet to an Image File&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/thread/74788"&gt;Sending Emails using Macro&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;//So in the Alert, just call alertWithAttachment Macro &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;public function alertWithAttachment&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;//replace YOURCHARTID with the OBJECT ID of the Chart you would like to save&lt;/P&gt;&lt;P style="font-size: 12.8000001907349px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;set obj = ActiveDocument.GetSheetObject("YOURCHARTID")&lt;/P&gt;&lt;P style="font-size: 12.8000001907349px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;ActiveDocument.GetApplication.WaitForIdle&lt;/P&gt;&lt;P style="font-size: 12.8000001907349px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;//just create the directory alertPngs on the current document directory&lt;/P&gt;&lt;P style="font-size: 12.8000001907349px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 12.8000001907349px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;fileName = "\alertPngs\alertChart_" &amp;amp; replace(replace(replace(date() &amp;amp; "_" &amp;amp; time(), "/", ""), ".", ""), ":", "") &amp;amp; ".png"&lt;/P&gt;&lt;P style="font-size: 12.8000001907349px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; ActiveDocument.GetApplication.WaitForIdle&lt;/P&gt;&lt;P style="font-size: 12.8000001907349px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; obj.ExportBitmapToFile fileName&lt;/P&gt;&lt;P style="font-size: 12.8000001907349px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 12.8000001907349px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;//Configure the Email Server You will use to send the Email&lt;/P&gt;&lt;P style="font-size: 12.8000001907349px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;//Local account with password, smtp full qualify name etc.&lt;/P&gt;&lt;P style="font-size: 12.8000001907349px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;//in summary: the credentials for sending out Emails from the computer where the document is being opened&lt;/P&gt;&lt;P style="font-size: 12.8000001907349px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Set &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12.8000001907349px;"&gt;serverConf&lt;/SPAN&gt; = CreateObject("CDO.Configuration")&lt;/P&gt;&lt;P style="font-size: 12.8000001907349px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 12.8000001907349px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;'Server Configuration&lt;/P&gt;&lt;P style="font-size: 12.8000001907349px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 12.8000001907349px; font-family: inherit;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12.8000001907349px;"&gt;serverConf&lt;/SPAN&gt;.Fields.Item("&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://schemas.microsoft.com/cdo/configuration/sendusing" style="font-weight: inherit; font-style: inherit; font-size: 12.8000001907349px; font-family: inherit; color: #3778c7;"&gt;http://schemas.microsoft.com/cdo/configuration/sendusing&lt;/A&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 12.8000001907349px; font-family: inherit;"&gt;") = 2&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12.8000001907349px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 12.8000001907349px; font-family: inherit;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12.8000001907349px;"&gt;serverConf&lt;/SPAN&gt;.Fields.Item("&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://schemas.microsoft.com/cdo/configuration/smtpserver" style="font-weight: inherit; font-style: inherit; font-size: 12.8000001907349px; font-family: inherit; color: #3778c7;"&gt;http://schemas.microsoft.com/cdo/configuration/smtpserver&lt;/A&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 12.8000001907349px; font-family: inherit;"&gt;") = "smtp.yourcompany.com"&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12.8000001907349px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 12.8000001907349px; font-family: inherit;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12.8000001907349px;"&gt;serverConf&lt;/SPAN&gt;.Fields.Item("&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://schemas.microsoft.com/cdo/configuration/smtpserverport" style="font-weight: inherit; font-style: inherit; font-size: 12.8000001907349px; font-family: inherit; color: #3778c7;"&gt;http://schemas.microsoft.com/cdo/configuration/smtpserverport&lt;/A&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 12.8000001907349px; font-family: inherit;"&gt;") = 25&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12.8000001907349px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 12.8000001907349px; font-family: inherit;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12.8000001907349px;"&gt;serverConf&lt;/SPAN&gt;.Fields.Item("&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://schemas.microsoft.com/cdo/configuration/smtpauthenticate" style="font-weight: inherit; font-style: inherit; font-size: 12.8000001907349px; font-family: inherit; color: #3778c7;"&gt;http://schemas.microsoft.com/cdo/configuration/smtpauthenticate&lt;/A&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 12.8000001907349px; font-family: inherit;"&gt;") = 1&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12.8000001907349px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 12.8000001907349px; font-family: inherit;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12.8000001907349px;"&gt;serverConf&lt;/SPAN&gt;.Fields.Item("&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://schemas.microsoft.com/cdo/configuration/sendusername" style="font-weight: inherit; font-style: inherit; font-size: 12.8000001907349px; font-family: inherit; color: #3778c7;"&gt;http://schemas.microsoft.com/cdo/configuration/sendusername&lt;/A&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 12.8000001907349px; font-family: inherit;"&gt;&lt;SPAN&gt;") = "&lt;/SPAN&gt;&lt;A class="jive-link-email-small" href="mailto:youremail@yourcompany.com"&gt;youremail@yourcompany.com&lt;/A&gt;&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 12.8000001907349px; font-family: inherit;"&gt;"&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12.8000001907349px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 12.8000001907349px; font-family: inherit;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12.8000001907349px;"&gt;serverConf&lt;/SPAN&gt;.Fields.Item("&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://schemas.microsoft.com/cdo/configuration/sendpassword" style="font-weight: inherit; font-style: inherit; font-size: 12.8000001907349px; font-family: inherit; color: #3778c7;"&gt;http://schemas.microsoft.com/cdo/configuration/sendpassword&lt;/A&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 12.8000001907349px; font-family: inherit;"&gt;") = "**********" &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12.8000001907349px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 12.8000001907349px; font-family: inherit;"&gt;'Type your acccount Password&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12.8000001907349px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 12.8000001907349px; font-family: inherit;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12.8000001907349px;"&gt;serverConf&lt;/SPAN&gt;.Fields.Item("&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://schemas.microsoft.com/cdo/configuration/smtpusessl" style="font-weight: inherit; font-style: inherit; font-size: 12.8000001907349px; font-family: inherit; color: #3778c7;"&gt;http://schemas.microsoft.com/cdo/configuration/smtpusessl&lt;/A&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 12.8000001907349px; font-family: inherit;"&gt;") = 1&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12.8000001907349px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12.8000001907349px;"&gt;serverConf&lt;/SPAN&gt;.Fields.Update&lt;/P&gt;&lt;P style="font-size: 12.8000001907349px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P&gt;//and then send it thru Email&lt;/P&gt;&lt;P&gt;Set myEmailMsg = CreateObject("CDO.Message")&lt;/P&gt;&lt;P style="font-size: 12.8000001907349px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-size: 13.6000003814697px;"&gt;myEmailMsg&lt;/SPAN&gt;&lt;SPAN&gt;.To = "&lt;/SPAN&gt;&lt;A class="jive-link-email-small" href="mailto:youruser@yourcompany.com"&gt;youruser@yourcompany.com&lt;/A&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12.8000001907349px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 12.8000001907349px; font-family: inherit;"&gt;&lt;SPAN style="font-size: 13.6000003814697px;"&gt;myEmailMsg&lt;/SPAN&gt;&lt;SPAN&gt;.From = "&lt;/SPAN&gt;&lt;A class="jive-link-email-small" href="mailto:yourapp@yourcompany.com"&gt;yourapp@yourcompany.com&lt;/A&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12.8000001907349px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-size: 13.6000003814697px;"&gt;myEmailMsg&lt;/SPAN&gt;.Subject = "Test Alert with Attachment"&lt;/P&gt;&lt;P style="font-size: 12.8000001907349px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-size: 13.6000003814697px;"&gt;myEmailMsg&lt;/SPAN&gt;.HTMLBody = "QlikView test Email with attachment"&lt;/P&gt;&lt;P style="font-size: 12.8000001907349px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-size: 13.6000003814697px;"&gt;myEmailMsg&lt;/SPAN&gt;.AddAttachment "\alertPngs\alertChart.png"&lt;/P&gt;&lt;P style="font-size: 12.8000001907349px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-size: 13.6000003814697px;"&gt;myEmailMsg&lt;/SPAN&gt;.Sender = "QlikView App Alert Manager"&lt;/P&gt;&lt;P style="font-size: 12.8000001907349px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 12.8000001907349px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Set &lt;SPAN style="font-size: 13.6000003814697px;"&gt;myEmailMsg&lt;/SPAN&gt;.Configuration = serverConf&lt;/P&gt;&lt;P style="font-size: 12.8000001907349px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-size: 13.6000003814697px;"&gt;myEmailMsg&lt;/SPAN&gt;.Send&lt;/P&gt;&lt;P style="font-size: 12.8000001907349px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 12.8000001907349px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;//clear Memory&lt;/P&gt;&lt;P style="font-size: 12.8000001907349px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Set &lt;SPAN style="font-size: 13.6000003814697px;"&gt;myEmailMsg&lt;/SPAN&gt; = nothing&lt;/P&gt;&lt;P style="font-size: 12.8000001907349px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Set serverConf&amp;nbsp;&amp;nbsp;&amp;nbsp; = nothing&lt;/P&gt;&lt;P&gt;end function&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Dec 2014 17:18:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/alert/m-p/791891#M279997</guid>
      <dc:creator />
      <dc:date>2014-12-26T17:18:51Z</dc:date>
    </item>
    <item>
      <title>Re: alert</title>
      <link>https://community.qlik.com/t5/QlikView/alert/m-p/791892#M279998</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi mario,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't find where can i call the macro in the alert.&lt;IMG alt="alert.png" class="image-1 jive-image" src="https://community.qlik.com/legacyfs/online/74337_alert.png" style="height: 511px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Dec 2014 12:51:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/alert/m-p/791892#M279998</guid>
      <dc:creator>syukyo_zhu</dc:creator>
      <dc:date>2014-12-29T12:51:24Z</dc:date>
    </item>
    <item>
      <title>Re: alert</title>
      <link>https://community.qlik.com/t5/QlikView/alert/m-p/791893#M279999</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Settings-&amp;gt;Document Properties-&amp;gt;Trigges&amp;nbsp; from there you have:&lt;/P&gt;&lt;P&gt;Document Event Triggers,&lt;/P&gt;&lt;P&gt;Field Event Trigges and Variable Event Triggers&lt;/P&gt;&lt;P&gt;from there you can select Ad Actions-&amp;gt;External-&amp;gt; Run Macro&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Dec 2014 13:47:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/alert/m-p/791893#M279999</guid>
      <dc:creator />
      <dc:date>2014-12-29T13:47:27Z</dc:date>
    </item>
    <item>
      <title>Re: alert</title>
      <link>https://community.qlik.com/t5/QlikView/alert/m-p/791894#M280000</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;i know that, but here i juste want to use alert.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;thanks,&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Dec 2014 14:00:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/alert/m-p/791894#M280000</guid>
      <dc:creator>syukyo_zhu</dc:creator>
      <dc:date>2014-12-29T14:00:20Z</dc:date>
    </item>
    <item>
      <title>Re: alert</title>
      <link>https://community.qlik.com/t5/QlikView/alert/m-p/791895#M280001</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do you have a condition expression for the Alert to be fired?. Then that Condition can be assigned to a variable and every time it changes will fire a variable change trigger. Can you provide your example &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Dec 2014 14:45:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/alert/m-p/791895#M280001</guid>
      <dc:creator />
      <dc:date>2014-12-29T14:45:36Z</dc:date>
    </item>
    <item>
      <title>Re: alert</title>
      <link>https://community.qlik.com/t5/QlikView/alert/m-p/791896#M280002</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;For exemple&lt;/P&gt;&lt;P&gt;I have a straight table in which i count the nomber of case with dateA &amp;gt;dateB&lt;/P&gt;&lt;P&gt;if this table is not empty i want to send it to someone.&lt;/P&gt;&lt;P&gt;this is not requirement complicated, so i want to juste find a solution very simple to resoluve it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Dec 2014 12:34:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/alert/m-p/791896#M280002</guid>
      <dc:creator>syukyo_zhu</dc:creator>
      <dc:date>2014-12-30T12:34:55Z</dc:date>
    </item>
    <item>
      <title>Re: alert</title>
      <link>https://community.qlik.com/t5/QlikView/alert/m-p/791897#M280003</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Xia,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can't You just make a dynamic expression variable assigned at the load script as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LET YourVar = '=HEREGOESYOUREXPRESSION'&lt;/P&gt;&lt;P&gt;note the symbol = inside the ' '&amp;nbsp;&amp;nbsp; , that is being evaluated every time inside the QView document.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the macro you can get access to the sheet object and send the alert. So it will be triggered in case YourVar equals to some condition or some value.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Dec 2014 13:55:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/alert/m-p/791897#M280003</guid>
      <dc:creator />
      <dc:date>2014-12-30T13:55:26Z</dc:date>
    </item>
    <item>
      <title>Re: alert</title>
      <link>https://community.qlik.com/t5/QlikView/alert/m-p/791898#M280004</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi mario,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it sounds good, i will do a test and try it&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 04 Jan 2015 08:57:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/alert/m-p/791898#M280004</guid>
      <dc:creator>syukyo_zhu</dc:creator>
      <dc:date>2015-01-04T08:57:31Z</dc:date>
    </item>
  </channel>
</rss>

