<?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: Conditional and trigger to select multiple fields in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Conditional-and-trigger-to-select-multiple-fields/m-p/1021421#M345520</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;your expression seems to be fine. (if there is no space, it will work)&lt;/P&gt;&lt;P&gt;May be try with double Quotes.. Like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;&lt;EM&gt;=if(PrzekrojeID=1&lt;/EM&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM&gt;,'('&amp;amp;chr(34)&amp;amp;'1'&amp;amp;chr(34)&amp;amp;'|'&amp;amp;'2'&amp;amp;chr(34)&amp;amp;')')&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 01 Feb 2016 12:37:22 GMT</pubDate>
    <dc:creator>settu_periasamy</dc:creator>
    <dc:date>2016-02-01T12:37:22Z</dc:date>
    <item>
      <title>Conditional and trigger to select multiple fields</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-and-trigger-to-select-multiple-fields/m-p/1021417#M345516</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;the problem seems to be easy to solved but...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Im trying to set up the trigger on field "Przekroje" --&amp;gt; Select in second field - MiaryID&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in search string when im wrote " =if(PrzekrojeID=1,'2') " all works fine. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But when im trying to write =if(PrzekrojeID=1,(2|3)) this is not working...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can i write in this trigger 2 fields ? 2 and 3 to select ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you in advance for your answer!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jacek Antek&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Feb 2016 11:50:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-and-trigger-to-select-multiple-fields/m-p/1021417#M345516</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-02-01T11:50:49Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional and trigger to select multiple fields</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-and-trigger-to-select-multiple-fields/m-p/1021418#M345517</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you tried it with single quotes or double quotes?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;=If(PrzekrojeID=1, ('2'|'3'))&lt;/STRONG&gt; or&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;=If(PrzekrojeID=1, ("2"|"3")) &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Feb 2016 12:27:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-and-trigger-to-select-multiple-fields/m-p/1021418#M345517</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-02-01T12:27:17Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional and trigger to select multiple fields</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-and-trigger-to-select-multiple-fields/m-p/1021419#M345518</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use Toggle select it will add selection in Specific filed.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Feb 2016 12:28:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-and-trigger-to-select-multiple-fields/m-p/1021419#M345518</guid>
      <dc:creator>shair_abbas</dc:creator>
      <dc:date>2016-02-01T12:28:11Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional and trigger to select multiple fields</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-and-trigger-to-select-multiple-fields/m-p/1021420#M345519</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes i have tried this and this is not working&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Feb 2016 12:30:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-and-trigger-to-select-multiple-fields/m-p/1021420#M345519</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-02-01T12:30:31Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional and trigger to select multiple fields</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-and-trigger-to-select-multiple-fields/m-p/1021421#M345520</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;your expression seems to be fine. (if there is no space, it will work)&lt;/P&gt;&lt;P&gt;May be try with double Quotes.. Like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;&lt;EM&gt;=if(PrzekrojeID=1&lt;/EM&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM&gt;,'('&amp;amp;chr(34)&amp;amp;'1'&amp;amp;chr(34)&amp;amp;'|'&amp;amp;'2'&amp;amp;chr(34)&amp;amp;')')&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Feb 2016 12:37:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-and-trigger-to-select-multiple-fields/m-p/1021421#M345520</guid>
      <dc:creator>settu_periasamy</dc:creator>
      <dc:date>2016-02-01T12:37:22Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional and trigger to select multiple fields</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-and-trigger-to-select-multiple-fields/m-p/1021422#M345521</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Trigger for multiple fields within conditional doesn't work (there is no space). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Toggle select did my job &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank You All!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Feb 2016 13:03:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-and-trigger-to-select-multiple-fields/m-p/1021422#M345521</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-02-01T13:03:36Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional and trigger to select multiple fields</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-and-trigger-to-select-multiple-fields/m-p/1021423#M345522</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Would you be able to share a sample?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Feb 2016 13:21:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-and-trigger-to-select-multiple-fields/m-p/1021423#M345522</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-02-01T13:21:45Z</dc:date>
    </item>
  </channel>
</rss>

