<?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 ACTION TO SELECT A SPECIFIC FIELD in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/ACTION-TO-SELECT-A-SPECIFIC-FIELD/m-p/606292#M223919</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I´m pretty sure my question has an easy solution. I would be very grateful if any of you could help me.&lt;/P&gt;&lt;P&gt;I will try to explain easily what I want to do:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to allow the analysis only for the first and second quarter of the year however, if I include a list box, the four quarters are available to be selected. It would be ideal to implement a text box with an action wich select the first quarter and another one wich select the second quarter. Is it possible? Is there a better option?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I look forward to your suggestions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;P.S: Apologies for my level of English &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/wink.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 22 Apr 2014 19:06:42 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-04-22T19:06:42Z</dc:date>
    <item>
      <title>ACTION TO SELECT A SPECIFIC FIELD</title>
      <link>https://community.qlik.com/t5/QlikView/ACTION-TO-SELECT-A-SPECIFIC-FIELD/m-p/606292#M223919</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I´m pretty sure my question has an easy solution. I would be very grateful if any of you could help me.&lt;/P&gt;&lt;P&gt;I will try to explain easily what I want to do:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to allow the analysis only for the first and second quarter of the year however, if I include a list box, the four quarters are available to be selected. It would be ideal to implement a text box with an action wich select the first quarter and another one wich select the second quarter. Is it possible? Is there a better option?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I look forward to your suggestions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;P.S: Apologies for my level of English &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/wink.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Apr 2014 19:06:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/ACTION-TO-SELECT-A-SPECIFIC-FIELD/m-p/606292#M223919</guid>
      <dc:creator />
      <dc:date>2014-04-22T19:06:42Z</dc:date>
    </item>
    <item>
      <title>Re: ACTION TO SELECT A SPECIFIC FIELD</title>
      <link>https://community.qlik.com/t5/QlikView/ACTION-TO-SELECT-A-SPECIFIC-FIELD/m-p/606293#M223920</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;You can also make List Box with expression as below&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Considering that four quarters are Q1, Q2, Q3 and Q4&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Write below in List Box Expression&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;=IF(Match(Quarter,'Q1','Q2'), Quarter)&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;or&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;IF(Quarter = 'Q1' or Quarter = 'Q2', Quarter)&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;=================================&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Using Text Box&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Create a Text Box&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Write Q1 in Text&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Actions &amp;gt;&amp;gt; ADD &amp;gt;&amp;gt; Selection &amp;gt;&amp;gt; Select in Field &amp;gt;&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Field&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Quarter&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Search String&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Q1&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;or&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;='Q1'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;same as for Q2&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit;"&gt;Hope this helps..&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Apr 2014 19:17:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/ACTION-TO-SELECT-A-SPECIFIC-FIELD/m-p/606293#M223920</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2014-04-22T19:17:36Z</dc:date>
    </item>
    <item>
      <title>Re: ACTION TO SELECT A SPECIFIC FIELD</title>
      <link>https://community.qlik.com/t5/QlikView/ACTION-TO-SELECT-A-SPECIFIC-FIELD/m-p/606294#M223921</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Cristina,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You could accomplish this using buttons that have a single action: Select in Field with the value Q1 or Q2 in the Quarter field.&lt;/P&gt;&lt;P&gt;Then, if you wish, you may hide the Listbox so that your users don't modify it's value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please find attached an example QVW file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Philippe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Apr 2014 19:18:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/ACTION-TO-SELECT-A-SPECIFIC-FIELD/m-p/606294#M223921</guid>
      <dc:creator>pgrenier</dc:creator>
      <dc:date>2014-04-22T19:18:05Z</dc:date>
    </item>
    <item>
      <title>Re: ACTION TO SELECT A SPECIFIC FIELD</title>
      <link>https://community.qlik.com/t5/QlikView/ACTION-TO-SELECT-A-SPECIFIC-FIELD/m-p/606295#M223922</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It has been really helpfull.&lt;/P&gt;&lt;P&gt;Thanks a lot Philippe!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Apr 2014 19:29:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/ACTION-TO-SELECT-A-SPECIFIC-FIELD/m-p/606295#M223922</guid>
      <dc:creator />
      <dc:date>2014-04-22T19:29:50Z</dc:date>
    </item>
    <item>
      <title>Re: ACTION TO SELECT A SPECIFIC FIELD</title>
      <link>https://community.qlik.com/t5/QlikView/ACTION-TO-SELECT-A-SPECIFIC-FIELD/m-p/606296#M223923</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you very much, Manish!!&lt;/P&gt;&lt;P&gt;I´ve already did what you suggested and...It worked!!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Apr 2014 19:31:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/ACTION-TO-SELECT-A-SPECIFIC-FIELD/m-p/606296#M223923</guid>
      <dc:creator />
      <dc:date>2014-04-22T19:31:10Z</dc:date>
    </item>
  </channel>
</rss>

