<?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 Triggers in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Triggers/m-p/999345#M339792</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have one requirement that,i am having 2 sheets in first sheet i have brand as selection.when i go to second sheet it will clear brand and when i come back on first sheet it should show me previous selected brand value.Can anybody help me with how to achieve this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vijeta&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 22 Sep 2015 12:38:26 GMT</pubDate>
    <dc:creator>vijetas42</dc:creator>
    <dc:date>2015-09-22T12:38:26Z</dc:date>
    <item>
      <title>Triggers</title>
      <link>https://community.qlik.com/t5/QlikView/Triggers/m-p/999345#M339792</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have one requirement that,i am having 2 sheets in first sheet i have brand as selection.when i go to second sheet it will clear brand and when i come back on first sheet it should show me previous selected brand value.Can anybody help me with how to achieve this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vijeta&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Sep 2015 12:38:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Triggers/m-p/999345#M339792</guid>
      <dc:creator>vijetas42</dc:creator>
      <dc:date>2015-09-22T12:38:26Z</dc:date>
    </item>
    <item>
      <title>Re: Triggers</title>
      <link>https://community.qlik.com/t5/QlikView/Triggers/m-p/999346#M339793</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;save last selected brand in a variable&lt;/P&gt;&lt;P&gt;whenyou go back to this sheet provide a Trigger with select field&lt;/P&gt;&lt;P&gt;and Expression =yourvariable (or =$(yourvariable)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Sep 2015 12:40:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Triggers/m-p/999346#M339793</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-09-22T12:40:59Z</dc:date>
    </item>
    <item>
      <title>Re: Triggers</title>
      <link>https://community.qlik.com/t5/QlikView/Triggers/m-p/999347#M339794</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi &lt;/P&gt;&lt;P&gt;first of all , for me i sounds very confusing for the user &lt;/P&gt;&lt;P&gt;as a rule of thumb i try not to use triggers &lt;/P&gt;&lt;P&gt;but for your&amp;nbsp; case you can do this &lt;/P&gt;&lt;P&gt;when leaving the sheet&lt;/P&gt;&lt;P&gt;1.assign the selections in brand to variable &lt;/P&gt;&lt;P&gt;2. clear brand field&lt;/P&gt;&lt;P&gt;when entering the first sheet&lt;/P&gt;&lt;P&gt;1. select in the brand field the value of the variable &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Sep 2015 12:46:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Triggers/m-p/999347#M339794</guid>
      <dc:creator>lironbaram</dc:creator>
      <dc:date>2015-09-22T12:46:15Z</dc:date>
    </item>
    <item>
      <title>Re: Triggers</title>
      <link>https://community.qlik.com/t5/QlikView/Triggers/m-p/999348#M339795</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have crated 1 variable like,vBrand and taken value as getfielseletcion(Brand)&lt;/P&gt;&lt;P&gt;when I go to second sheet I am clearing field Brand&lt;/P&gt;&lt;P&gt;and on first sheet i have applied trigger like,Select in Field where Filed as Brand and value as =$(vBrand)&lt;/P&gt;&lt;P&gt;but it's not working.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Sep 2015 13:06:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Triggers/m-p/999348#M339795</guid>
      <dc:creator>vijetas42</dc:creator>
      <dc:date>2015-09-22T13:06:17Z</dc:date>
    </item>
    <item>
      <title>Re: Triggers</title>
      <link>https://community.qlik.com/t5/QlikView/Triggers/m-p/999349#M339796</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;the Problem is that you defined getfieldselections(Brand)&lt;/P&gt;&lt;P&gt;and after you clear the brand&lt;/P&gt;&lt;P&gt;so variable contains no value&lt;/P&gt;&lt;P&gt;maybe you could define your variable as&lt;/P&gt;&lt;P&gt;if (getselectedcount(brand)&amp;gt;0, getfieldselection(Brand)); so in your case (you select a brand, the brand is stored in variable, you Change the sheet, clear brand and go back to previous sheet, variable should contain the last brand)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Sep 2015 13:13:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Triggers/m-p/999349#M339796</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-09-22T13:13:46Z</dc:date>
    </item>
    <item>
      <title>Re: Triggers</title>
      <link>https://community.qlik.com/t5/QlikView/Triggers/m-p/999350#M339797</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;This is also not working,when i come back on first sheet it's clearing all Brands,any other way to achieve the same.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Sep 2015 13:23:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Triggers/m-p/999350#M339797</guid>
      <dc:creator>vijetas42</dc:creator>
      <dc:date>2015-09-22T13:23:25Z</dc:date>
    </item>
    <item>
      <title>Re: Triggers</title>
      <link>https://community.qlik.com/t5/QlikView/Triggers/m-p/999351#M339798</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;my fault&lt;/P&gt;&lt;P&gt;Definition of "yourvariable"&lt;/P&gt;&lt;P&gt;I forgot else part&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; (&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;GetSelectedCount&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;FilialNummer&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)&amp;gt;0, &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;GetFieldSelections&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;FilialNummer&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;),&lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;yourvariable&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;I tested it in my app with the trigger select field yourfield and Expression =yourvariable&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Sep 2015 13:35:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Triggers/m-p/999351#M339798</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-09-22T13:35:44Z</dc:date>
    </item>
    <item>
      <title>Re: Triggers</title>
      <link>https://community.qlik.com/t5/QlikView/Triggers/m-p/999352#M339799</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Yes, It's working fine.Thanks !!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Sep 2015 14:00:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Triggers/m-p/999352#M339799</guid>
      <dc:creator>vijetas42</dc:creator>
      <dc:date>2015-09-22T14:00:59Z</dc:date>
    </item>
  </channel>
</rss>

