<?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: what is meant by triggers,why they r use!!!!!!!!!!!!!!!!!!!!! in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/what-is-meant-by-triggers-why-they-r-use/m-p/868176#M1004241</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="color: #333333; font-family: Roboto, sans-serif; font-size: 14px;"&gt;&lt;STRONG&gt;Hii,&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="color: #333333; font-family: Roboto, sans-serif; font-size: 14px;"&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="color: #333333; font-family: Roboto, sans-serif; font-size: 14px;"&gt;&lt;STRONG&gt;Introduction&lt;BR /&gt;&lt;BR /&gt;&lt;/STRONG&gt;A Trigger is a type of document property of a QlikView document. In the Trigger tab, we can set actions to be invoked on document events. The events like variable events and field events. All actions cannot be invoked from the event triggers.&lt;BR /&gt;&lt;BR /&gt;The following is the various event triggers in QlikView documents.&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Document event trigger&lt;/LI&gt;&lt;LI&gt;Field event trigger&lt;/LI&gt;&lt;LI&gt;Variable event trigger&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-family: Roboto, sans-serif; font-size: 14px;"&gt;&lt;STRONG&gt;Document event trigger&lt;BR /&gt;&lt;BR /&gt;&lt;/STRONG&gt;In this event trigger, in this group actions are set to trigger on selected events in the document. An event must be selected in the list before it is possible to assign actions or macros to it.&lt;STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/STRONG&gt;The various document event triggers actions are.&lt;/SPAN&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;OnAnySelect&lt;/LI&gt;&lt;LI&gt;OnOpen&lt;/LI&gt;&lt;LI&gt;OnPostReduceData&lt;/LI&gt;&lt;LI&gt;OnPostReload&lt;/LI&gt;&lt;LI&gt;Add Action(s)&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-family: Roboto, sans-serif; font-size: 14px;"&gt;&lt;STRONG&gt;OnAnySelect&lt;BR /&gt;&lt;BR /&gt;&lt;/STRONG&gt;This event can be used to assign an action to be executed each time a selection has been made in any field of the QlikView document.&lt;STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;OnOpen&lt;BR /&gt;&lt;BR /&gt;&lt;/STRONG&gt;This event can be used to assign an action to be executed each time the QlikView document is opened. This event is not a function when running in the Ajax client.&lt;STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;OnPostReduceData&lt;BR /&gt;&lt;BR /&gt;&lt;/STRONG&gt;This event can be used to assign an action to be executed each time. In this event the reduce data command has been executed.&lt;STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;OnPostReload&lt;BR /&gt;&lt;BR /&gt;&lt;/STRONG&gt;This event can be used to assign an action to be executed each time the script has been re-executed.&lt;BR /&gt;&lt;STRONG&gt;&lt;BR /&gt;Add Action(s)&lt;BR /&gt;&lt;BR /&gt;&lt;/STRONG&gt;In this tab, we add an action to the trigger. The action will be executed each time the selected document event occurs. When an action has been assigned to the event, the button changes to "Edit Action" and it is possible to change the action for the event. Always remind that the action is the same for all types of event triggers.&lt;BR /&gt;&lt;BR /&gt;If we select the Add Action(s) button then this window will be opened.&lt;BR /&gt;&lt;BR /&gt;&lt;IMG alt="select" class="jive-image" src="http://www.c-sharpcorner.com/UploadFile/35fef0/document-properties-triggers-in-qliview/Images/select.jpg" style="border-style: none;" /&gt;&lt;BR /&gt;&lt;BR /&gt;Now this window will be opened. Here we add an action for the event trigger.&lt;BR /&gt;&lt;BR /&gt;&lt;IMG alt="action" class="jive-image" src="http://www.c-sharpcorner.com/UploadFile/35fef0/document-properties-triggers-in-qliview/Images/action.jpg" style="border-style: none;" /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Field event trigger&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;This type of event trigger is always specified to the field in the document. In this group actions are set to trigger on changes in the logical state of a specified&lt;BR /&gt;field in the document. In this event trigger, there are a list of fields, then select&amp;nbsp; field from group list and do action.&lt;BR /&gt;&lt;BR /&gt;After doing an action to the field, then the button changes to "Edit Action".&lt;BR /&gt;&lt;BR /&gt;The various field event triggers actions are.&lt;/SPAN&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;OnSelect&lt;/LI&gt;&lt;LI&gt;OnLock&lt;/LI&gt;&lt;LI&gt;OnChange&lt;/LI&gt;&lt;LI&gt;OnUnlock&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-family: Roboto, sans-serif; font-size: 14px;"&gt;&lt;STRONG&gt;OnSelect&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;This action will be executed each time when the selection has been made in the specified field.&lt;/SPAN&gt;&lt;SPAN style="color: #333333; font-family: Roboto, sans-serif; font-size: 14px;"&gt;&lt;STRONG&gt;OnLock&lt;BR /&gt;&lt;BR /&gt;&lt;/STRONG&gt;This type of action will be executed each time. This action locks the specified field.&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;OnChange&lt;BR /&gt;&lt;BR /&gt;&lt;/STRONG&gt;This type of action will be executed each time. When a selection has been made in any field, then it is logically associated with the specified field.&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;OnUnlock&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #333333; font-family: Roboto, sans-serif; font-size: 14px;"&gt;This type of action will be executed each time. This action unlocks the specified field.&lt;/SPAN&gt;&lt;SPAN style="color: #333333; font-family: Roboto, sans-serif; font-size: 14px;"&gt;&lt;STRONG&gt;Variable event trigger&lt;BR /&gt;&lt;BR /&gt;&lt;/STRONG&gt;In this type of event trigger, we can set actions to trigger on changes in the contents of a specified variable in the document. When we work with this event trigger, select a variable from the list&lt;STRONG&gt; and &lt;/STRONG&gt;press one of the buttons to assign an action to it.&lt;/SPAN&gt;&lt;SPAN style="color: #333333; font-family: Roboto, sans-serif; font-size: 14px;"&gt;The various variable event triggers actions are.&lt;/SPAN&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;OnInput&lt;/LI&gt;&lt;LI&gt;OnChange&lt;/LI&gt;&lt;/UL&gt;&lt;P style="color: #333333; font-family: Roboto, sans-serif; font-size: 14px;"&gt;&lt;STRONG&gt;OnInput&lt;BR /&gt;&lt;BR /&gt;&lt;/STRONG&gt;This action will be executed each time. In this action a new value is directly entered in the selected or specified variable.&lt;/P&gt;&lt;P style="color: #333333; font-family: Roboto, sans-serif; font-size: 14px;"&gt;&lt;STRONG&gt;OnChange&lt;BR /&gt;&lt;BR /&gt;&lt;/STRONG&gt;This action will be executed each time&lt;STRONG&gt;. &lt;/STRONG&gt;In this action the value of the selected variable changes as a result of changes in other variables or the logical state of the document. This typically applies when the variable contains a formula.&lt;/P&gt;&lt;P style="color: #333333; font-family: Roboto, sans-serif; font-size: 14px;"&gt;&lt;/P&gt;&lt;P style="color: #333333; font-family: Roboto, sans-serif; font-size: 14px;"&gt;&lt;/P&gt;&lt;P style="color: #333333; font-family: Roboto, sans-serif; font-size: 14px;"&gt;Thanks .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 11 Jun 2015 06:26:29 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-06-11T06:26:29Z</dc:date>
    <item>
      <title>what is meant by triggers,why they r use!!!!!!!!!!!!!!!!!!!!!</title>
      <link>https://community.qlik.com/t5/QlikView/what-is-meant-by-triggers-why-they-r-use/m-p/868174#M1004239</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;pls give the ans&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Jun 2015 06:13:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/what-is-meant-by-triggers-why-they-r-use/m-p/868174#M1004239</guid>
      <dc:creator />
      <dc:date>2015-06-11T06:13:26Z</dc:date>
    </item>
    <item>
      <title>Re: what is meant by triggers,why they r use!!!!!!!!!!!!!!!!!!!!!</title>
      <link>https://community.qlik.com/t5/QlikView/what-is-meant-by-triggers-why-they-r-use/m-p/868175#M1004240</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rahul,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PFA.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Jun 2015 06:25:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/what-is-meant-by-triggers-why-they-r-use/m-p/868175#M1004240</guid>
      <dc:creator>prma7799</dc:creator>
      <dc:date>2015-06-11T06:25:41Z</dc:date>
    </item>
    <item>
      <title>Re: what is meant by triggers,why they r use!!!!!!!!!!!!!!!!!!!!!</title>
      <link>https://community.qlik.com/t5/QlikView/what-is-meant-by-triggers-why-they-r-use/m-p/868176#M1004241</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="color: #333333; font-family: Roboto, sans-serif; font-size: 14px;"&gt;&lt;STRONG&gt;Hii,&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="color: #333333; font-family: Roboto, sans-serif; font-size: 14px;"&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="color: #333333; font-family: Roboto, sans-serif; font-size: 14px;"&gt;&lt;STRONG&gt;Introduction&lt;BR /&gt;&lt;BR /&gt;&lt;/STRONG&gt;A Trigger is a type of document property of a QlikView document. In the Trigger tab, we can set actions to be invoked on document events. The events like variable events and field events. All actions cannot be invoked from the event triggers.&lt;BR /&gt;&lt;BR /&gt;The following is the various event triggers in QlikView documents.&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Document event trigger&lt;/LI&gt;&lt;LI&gt;Field event trigger&lt;/LI&gt;&lt;LI&gt;Variable event trigger&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-family: Roboto, sans-serif; font-size: 14px;"&gt;&lt;STRONG&gt;Document event trigger&lt;BR /&gt;&lt;BR /&gt;&lt;/STRONG&gt;In this event trigger, in this group actions are set to trigger on selected events in the document. An event must be selected in the list before it is possible to assign actions or macros to it.&lt;STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/STRONG&gt;The various document event triggers actions are.&lt;/SPAN&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;OnAnySelect&lt;/LI&gt;&lt;LI&gt;OnOpen&lt;/LI&gt;&lt;LI&gt;OnPostReduceData&lt;/LI&gt;&lt;LI&gt;OnPostReload&lt;/LI&gt;&lt;LI&gt;Add Action(s)&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-family: Roboto, sans-serif; font-size: 14px;"&gt;&lt;STRONG&gt;OnAnySelect&lt;BR /&gt;&lt;BR /&gt;&lt;/STRONG&gt;This event can be used to assign an action to be executed each time a selection has been made in any field of the QlikView document.&lt;STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;OnOpen&lt;BR /&gt;&lt;BR /&gt;&lt;/STRONG&gt;This event can be used to assign an action to be executed each time the QlikView document is opened. This event is not a function when running in the Ajax client.&lt;STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;OnPostReduceData&lt;BR /&gt;&lt;BR /&gt;&lt;/STRONG&gt;This event can be used to assign an action to be executed each time. In this event the reduce data command has been executed.&lt;STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;OnPostReload&lt;BR /&gt;&lt;BR /&gt;&lt;/STRONG&gt;This event can be used to assign an action to be executed each time the script has been re-executed.&lt;BR /&gt;&lt;STRONG&gt;&lt;BR /&gt;Add Action(s)&lt;BR /&gt;&lt;BR /&gt;&lt;/STRONG&gt;In this tab, we add an action to the trigger. The action will be executed each time the selected document event occurs. When an action has been assigned to the event, the button changes to "Edit Action" and it is possible to change the action for the event. Always remind that the action is the same for all types of event triggers.&lt;BR /&gt;&lt;BR /&gt;If we select the Add Action(s) button then this window will be opened.&lt;BR /&gt;&lt;BR /&gt;&lt;IMG alt="select" class="jive-image" src="http://www.c-sharpcorner.com/UploadFile/35fef0/document-properties-triggers-in-qliview/Images/select.jpg" style="border-style: none;" /&gt;&lt;BR /&gt;&lt;BR /&gt;Now this window will be opened. Here we add an action for the event trigger.&lt;BR /&gt;&lt;BR /&gt;&lt;IMG alt="action" class="jive-image" src="http://www.c-sharpcorner.com/UploadFile/35fef0/document-properties-triggers-in-qliview/Images/action.jpg" style="border-style: none;" /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Field event trigger&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;This type of event trigger is always specified to the field in the document. In this group actions are set to trigger on changes in the logical state of a specified&lt;BR /&gt;field in the document. In this event trigger, there are a list of fields, then select&amp;nbsp; field from group list and do action.&lt;BR /&gt;&lt;BR /&gt;After doing an action to the field, then the button changes to "Edit Action".&lt;BR /&gt;&lt;BR /&gt;The various field event triggers actions are.&lt;/SPAN&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;OnSelect&lt;/LI&gt;&lt;LI&gt;OnLock&lt;/LI&gt;&lt;LI&gt;OnChange&lt;/LI&gt;&lt;LI&gt;OnUnlock&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-family: Roboto, sans-serif; font-size: 14px;"&gt;&lt;STRONG&gt;OnSelect&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;This action will be executed each time when the selection has been made in the specified field.&lt;/SPAN&gt;&lt;SPAN style="color: #333333; font-family: Roboto, sans-serif; font-size: 14px;"&gt;&lt;STRONG&gt;OnLock&lt;BR /&gt;&lt;BR /&gt;&lt;/STRONG&gt;This type of action will be executed each time. This action locks the specified field.&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;OnChange&lt;BR /&gt;&lt;BR /&gt;&lt;/STRONG&gt;This type of action will be executed each time. When a selection has been made in any field, then it is logically associated with the specified field.&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;OnUnlock&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #333333; font-family: Roboto, sans-serif; font-size: 14px;"&gt;This type of action will be executed each time. This action unlocks the specified field.&lt;/SPAN&gt;&lt;SPAN style="color: #333333; font-family: Roboto, sans-serif; font-size: 14px;"&gt;&lt;STRONG&gt;Variable event trigger&lt;BR /&gt;&lt;BR /&gt;&lt;/STRONG&gt;In this type of event trigger, we can set actions to trigger on changes in the contents of a specified variable in the document. When we work with this event trigger, select a variable from the list&lt;STRONG&gt; and &lt;/STRONG&gt;press one of the buttons to assign an action to it.&lt;/SPAN&gt;&lt;SPAN style="color: #333333; font-family: Roboto, sans-serif; font-size: 14px;"&gt;The various variable event triggers actions are.&lt;/SPAN&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;OnInput&lt;/LI&gt;&lt;LI&gt;OnChange&lt;/LI&gt;&lt;/UL&gt;&lt;P style="color: #333333; font-family: Roboto, sans-serif; font-size: 14px;"&gt;&lt;STRONG&gt;OnInput&lt;BR /&gt;&lt;BR /&gt;&lt;/STRONG&gt;This action will be executed each time. In this action a new value is directly entered in the selected or specified variable.&lt;/P&gt;&lt;P style="color: #333333; font-family: Roboto, sans-serif; font-size: 14px;"&gt;&lt;STRONG&gt;OnChange&lt;BR /&gt;&lt;BR /&gt;&lt;/STRONG&gt;This action will be executed each time&lt;STRONG&gt;. &lt;/STRONG&gt;In this action the value of the selected variable changes as a result of changes in other variables or the logical state of the document. This typically applies when the variable contains a formula.&lt;/P&gt;&lt;P style="color: #333333; font-family: Roboto, sans-serif; font-size: 14px;"&gt;&lt;/P&gt;&lt;P style="color: #333333; font-family: Roboto, sans-serif; font-size: 14px;"&gt;&lt;/P&gt;&lt;P style="color: #333333; font-family: Roboto, sans-serif; font-size: 14px;"&gt;Thanks .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Jun 2015 06:26:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/what-is-meant-by-triggers-why-they-r-use/m-p/868176#M1004241</guid>
      <dc:creator />
      <dc:date>2015-06-11T06:26:29Z</dc:date>
    </item>
  </channel>
</rss>

