<?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: action condition based on selected value and possible values in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/action-condition-based-on-selected-value-and-possible-values/m-p/604899#M223487</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If have any sample data then provide might be you can use&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;GetFieldSelections function for string selection&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 22 Apr 2014 13:10:41 GMT</pubDate>
    <dc:creator>its_anandrjs</dc:creator>
    <dc:date>2014-04-22T13:10:41Z</dc:date>
    <item>
      <title>action condition based on selected value and possible values</title>
      <link>https://community.qlik.com/t5/QlikView/action-condition-based-on-selected-value-and-possible-values/m-p/604896#M223484</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 an object and only wants to&amp;nbsp; display it only if a selected value from selection list matches from a set of values.&lt;/P&gt;&lt;P&gt;i.e&lt;/P&gt;&lt;P&gt;I have 1 chart calls&amp;nbsp; West Region&lt;/P&gt;&lt;P&gt;I have 1 selection box with field name State&lt;/P&gt;&lt;P&gt;I have 1 table &lt;STRONG&gt;State Values&lt;/STRONG&gt; containing the possible values for West Region&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;The West Region chart action based on below criteria&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;if I select 'California' or 'Washington'&amp;nbsp; . from State selection box, the West Region chart will appears(.&amp;nbsp; If I select 'New York'&amp;nbsp; the West Region chart remains hidden.&amp;nbsp; Any help on this is greatly appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;State Values&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Washington&lt;/P&gt;&lt;P&gt;Nevada&lt;/P&gt;&lt;P&gt;California&lt;/P&gt;&lt;P&gt;Wyoming&lt;IMG alt="object_trigger.GIF.gif" class="jive-image" src="https://community.qlik.com/legacyfs/online/57725_object_trigger.GIF.gif" style="font-size: 10pt; line-height: 1.5em;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: shawn nguyen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Apr 2014 13:06:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/action-condition-based-on-selected-value-and-possible-values/m-p/604896#M223484</guid>
      <dc:creator>shawnqlikfv</dc:creator>
      <dc:date>2014-04-22T13:06:02Z</dc:date>
    </item>
    <item>
      <title>Re: action condition based on selected value and possible values</title>
      <link>https://community.qlik.com/t5/QlikView/action-condition-based-on-selected-value-and-possible-values/m-p/604897#M223485</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;On the Layout tab of the properties window of the chart you can enable the option Conditional (under Show) and enter an expression to show the chart only under the right conditions. Something like &lt;EM&gt;=substringcount(concat(distinct [State Values],','),'California','Washington'). &lt;/EM&gt;This expression will see if the string California or the string Washington is in the list of concatenated State Values values.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Apr 2014 13:09:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/action-condition-based-on-selected-value-and-possible-values/m-p/604897#M223485</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2014-04-22T13:09:29Z</dc:date>
    </item>
    <item>
      <title>Re: action condition based on selected value and possible values</title>
      <link>https://community.qlik.com/t5/QlikView/action-condition-based-on-selected-value-and-possible-values/m-p/604898#M223486</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;in layout tab, type this in for show condition :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;getfieldselections(State)='California' or getfieldselections(State)='Washington'&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Apr 2014 13:10:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/action-condition-based-on-selected-value-and-possible-values/m-p/604898#M223486</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-04-22T13:10:02Z</dc:date>
    </item>
    <item>
      <title>Re: action condition based on selected value and possible values</title>
      <link>https://community.qlik.com/t5/QlikView/action-condition-based-on-selected-value-and-possible-values/m-p/604899#M223487</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If have any sample data then provide might be you can use&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;GetFieldSelections function for string selection&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Apr 2014 13:10:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/action-condition-based-on-selected-value-and-possible-values/m-p/604899#M223487</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2014-04-22T13:10:41Z</dc:date>
    </item>
    <item>
      <title>Re: action condition based on selected value and possible values</title>
      <link>https://community.qlik.com/t5/QlikView/action-condition-based-on-selected-value-and-possible-values/m-p/604900#M223488</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Not sure if I follow your comment.  Please clarify.  Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Apr 2014 13:13:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/action-condition-based-on-selected-value-and-possible-values/m-p/604900#M223488</guid>
      <dc:creator>shawnqlikfv</dc:creator>
      <dc:date>2014-04-22T13:13:52Z</dc:date>
    </item>
    <item>
      <title>Re: action condition based on selected value and possible values</title>
      <link>https://community.qlik.com/t5/QlikView/action-condition-based-on-selected-value-and-possible-values/m-p/604901#M223489</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In the chart layout properties write a code 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;"&gt;If( Getfieldselections(State)='California' or Getfieldselections(State)='Washington',1,0)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Apr 2014 13:22:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/action-condition-based-on-selected-value-and-possible-values/m-p/604901#M223489</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2014-04-22T13:22:04Z</dc:date>
    </item>
    <item>
      <title>Re: action condition based on selected value and possible values</title>
      <link>https://community.qlik.com/t5/QlikView/action-condition-based-on-selected-value-and-possible-values/m-p/604902#M223490</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I appreciate the response.   Instead of hardcoding 'California' or 'Washington', can a matching result process be dynamic from the State Values table ?  The conditions are fluid so hardcoding them is not advised.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Apr 2014 13:30:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/action-condition-based-on-selected-value-and-possible-values/m-p/604902#M223490</guid>
      <dc:creator>shawnqlikfv</dc:creator>
      <dc:date>2014-04-22T13:30:04Z</dc:date>
    </item>
    <item>
      <title>Re: action condition based on selected value and possible values</title>
      <link>https://community.qlik.com/t5/QlikView/action-condition-based-on-selected-value-and-possible-values/m-p/604903#M223491</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I appreciate the response.   Instead of hardcoding 'California' or 'Washington', can a matching result process be dynamic from the State Values table ?  The conditions are fluid so hardcoding them is not advised.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Apr 2014 13:30:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/action-condition-based-on-selected-value-and-possible-values/m-p/604903#M223491</guid>
      <dc:creator>shawnqlikfv</dc:creator>
      <dc:date>2014-04-22T13:30:40Z</dc:date>
    </item>
    <item>
      <title>Re: action condition based on selected value and possible values</title>
      <link>https://community.qlik.com/t5/QlikView/action-condition-based-on-selected-value-and-possible-values/m-p/604904#M223492</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I appreciate the response.   Instead of hardcoding 'California' or 'Washington', can a matching result process be dynamic from the State Values table ?  The conditions are fluid so hardcoding them is not advised.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Apr 2014 13:30:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/action-condition-based-on-selected-value-and-possible-values/m-p/604904#M223492</guid>
      <dc:creator>shawnqlikfv</dc:creator>
      <dc:date>2014-04-22T13:30:40Z</dc:date>
    </item>
    <item>
      <title>Re: action condition based on selected value and possible values</title>
      <link>https://community.qlik.com/t5/QlikView/action-condition-based-on-selected-value-and-possible-values/m-p/604905#M223493</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if there is a particular logic you can try that...but to show/hide based on a particular condition you would need to input that particular condition in the layout tab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i suggest thath you attach a sample app to get faster and a specific solution.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Apr 2014 13:36:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/action-condition-based-on-selected-value-and-possible-values/m-p/604905#M223493</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-04-22T13:36:50Z</dc:date>
    </item>
    <item>
      <title>Re: action condition based on selected value and possible values</title>
      <link>https://community.qlik.com/t5/QlikView/action-condition-based-on-selected-value-and-possible-values/m-p/604906#M223494</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't understand the requirement. Users can define which states are part of which region? Meaning a user can decide that California no longer is part of West Region, but should be part of East Region?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Apr 2014 13:54:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/action-condition-based-on-selected-value-and-possible-values/m-p/604906#M223494</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2014-04-22T13:54:43Z</dc:date>
    </item>
    <item>
      <title>Re: action condition based on selected value and possible values</title>
      <link>https://community.qlik.com/t5/QlikView/action-condition-based-on-selected-value-and-possible-values/m-p/604907#M223495</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I just attached a .qvw file with additional info.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Apr 2014 14:28:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/action-condition-based-on-selected-value-and-possible-values/m-p/604907#M223495</guid>
      <dc:creator>shawnqlikfv</dc:creator>
      <dc:date>2014-04-22T14:28:52Z</dc:date>
    </item>
    <item>
      <title>Re: action condition based on selected value and possible values</title>
      <link>https://community.qlik.com/t5/QlikView/action-condition-based-on-selected-value-and-possible-values/m-p/604908#M223496</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, I’ve attached a .qvw file and additional info to clarify my question.  Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Apr 2014 14:55:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/action-condition-based-on-selected-value-and-possible-values/m-p/604908#M223496</guid>
      <dc:creator>shawnqlikfv</dc:creator>
      <dc:date>2014-04-22T14:55:52Z</dc:date>
    </item>
    <item>
      <title>Re: action condition based on selected value and possible values</title>
      <link>https://community.qlik.com/t5/QlikView/action-condition-based-on-selected-value-and-possible-values/m-p/604909#M223497</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If Im understanding this correctly, you can use the following statement&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=substringcount(concat(distinct [States],','),&lt;/P&gt;&lt;P&gt;GetFieldSelections(Western_States)&lt;/P&gt;&lt;P&gt;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for the Show property of the table. (See attached).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Apr 2014 15:08:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/action-condition-based-on-selected-value-and-possible-values/m-p/604909#M223497</guid>
      <dc:creator />
      <dc:date>2014-04-22T15:08:25Z</dc:date>
    </item>
    <item>
      <title>Re: action condition based on selected value and possible values</title>
      <link>https://community.qlik.com/t5/QlikView/action-condition-based-on-selected-value-and-possible-values/m-p/604910#M223498</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Patick,&amp;nbsp; &lt;/P&gt;&lt;P&gt;That's what I was looking for.&amp;nbsp; Thank you!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Apr 2014 15:23:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/action-condition-based-on-selected-value-and-possible-values/m-p/604910#M223498</guid>
      <dc:creator>shawnqlikfv</dc:creator>
      <dc:date>2014-04-22T15:23:36Z</dc:date>
    </item>
  </channel>
</rss>

