<?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 show condition based on selected value in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/show-condition-based-on-selected-value/m-p/197747#M57304</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Or you can create a dynamic chart like this http://community.qlik.com/media/p/91101.aspx&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 22 Jun 2010 16:20:25 GMT</pubDate>
    <dc:creator />
    <dc:date>2010-06-22T16:20:25Z</dc:date>
    <item>
      <title>show condition based on selected value</title>
      <link>https://community.qlik.com/t5/QlikView/show-condition-based-on-selected-value/m-p/197744#M57301</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Looking to conditionally show an object based on a selected value in a field. For example, if the user selects "Total Cost" (variable) then I want to show the objects related to Total Cost. The variable in this case is not associated with any of the data...it's merely used to give control to object visibility.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Kevin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Jun 2010 14:49:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/show-condition-based-on-selected-value/m-p/197744#M57301</guid>
      <dc:creator />
      <dc:date>2010-06-22T14:49:25Z</dc:date>
    </item>
    <item>
      <title>show condition based on selected value</title>
      <link>https://community.qlik.com/t5/QlikView/show-condition-based-on-selected-value/m-p/197745#M57302</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Apologies if I have picked up the wrong thread....&lt;/P&gt;&lt;P&gt;I use buttons then, when these are clicked, set a variable which I then in turn use to show specific charts.&lt;/P&gt;&lt;P&gt;For example, I have a variable labelled "varReportView".&lt;/P&gt;&lt;P&gt;Have two buttons....Detail and Summary&lt;/P&gt;&lt;P&gt;When detail is clicked, varReport View is updated tp "Detail".&lt;/P&gt;&lt;P&gt;When summary is clicked, varReport View is updated tp "Summary"&lt;/P&gt;&lt;P&gt;If you are pre version 9, you will need to do this via a macro..&lt;/P&gt;&lt;P style="font-weight: bold"&gt;'===========================================================================&lt;/P&gt;&lt;P&gt;&lt;B&gt;Sub&lt;/B&gt; btnDetailed&lt;/P&gt;&lt;P&gt;&lt;B&gt;set&lt;/B&gt; v = ActiveDocument.Variables("varReportView")&lt;/P&gt;&lt;P&gt;v.SetContent "Detailed",&lt;B&gt;true&lt;/B&gt;&lt;/P&gt;&lt;P&gt;&lt;B&gt;End&lt;/B&gt; &lt;B&gt;Sub&lt;/B&gt;&lt;/P&gt;&lt;P&gt;&lt;B&gt;'===========================================================================&lt;/B&gt;&lt;/P&gt;&lt;P&gt;If you are on Version 9, you can do this via the buttons Actions tab.&lt;/P&gt;&lt;P&gt;Add | External | Set Variable&lt;/P&gt;&lt;P&gt;In variable box, type in the variable name (varReportView in my example)&lt;/P&gt;&lt;P&gt;In the value box type in the value you want (Detail in my example).&lt;/P&gt;&lt;P&gt;If you then go to your charts properties and go to the layout tab, select Show Conditional...if you then type...&lt;/P&gt;&lt;P&gt;varReportView = 'Detail'&lt;/P&gt;&lt;P&gt;The chart will only show when the variable varReportView = 'Detail'&lt;/P&gt;&lt;P&gt;Hope this helps...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Jun 2010 15:29:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/show-condition-based-on-selected-value/m-p/197745#M57302</guid>
      <dc:creator>pkelly</dc:creator>
      <dc:date>2010-06-22T15:29:42Z</dc:date>
    </item>
    <item>
      <title>show condition based on selected value</title>
      <link>https://community.qlik.com/t5/QlikView/show-condition-based-on-selected-value/m-p/197746#M57303</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have added an example qvw which may be better than my ramblings....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Jun 2010 15:42:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/show-condition-based-on-selected-value/m-p/197746#M57303</guid>
      <dc:creator>pkelly</dc:creator>
      <dc:date>2010-06-22T15:42:19Z</dc:date>
    </item>
    <item>
      <title>show condition based on selected value</title>
      <link>https://community.qlik.com/t5/QlikView/show-condition-based-on-selected-value/m-p/197747#M57304</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Or you can create a dynamic chart like this http://community.qlik.com/media/p/91101.aspx&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Jun 2010 16:20:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/show-condition-based-on-selected-value/m-p/197747#M57304</guid>
      <dc:creator />
      <dc:date>2010-06-22T16:20:25Z</dc:date>
    </item>
    <item>
      <title>show condition based on selected value</title>
      <link>https://community.qlik.com/t5/QlikView/show-condition-based-on-selected-value/m-p/197748#M57305</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Paul...this is helpful!&lt;/P&gt;&lt;P&gt;Kevin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Jun 2010 20:45:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/show-condition-based-on-selected-value/m-p/197748#M57305</guid>
      <dc:creator />
      <dc:date>2010-06-22T20:45:43Z</dc:date>
    </item>
    <item>
      <title>show condition based on selected value</title>
      <link>https://community.qlik.com/t5/QlikView/show-condition-based-on-selected-value/m-p/197749#M57306</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'd avoid macros due to the various issues that accompany them. Even if you're on 9.0 and can use actions, it's easier to just use a field value, set it to always one value selected, and check the field value in the condition. The attached is Paul's example massaged to be how I would handle it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Jun 2010 22:41:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/show-condition-based-on-selected-value/m-p/197749#M57306</guid>
      <dc:creator>johnw</dc:creator>
      <dc:date>2010-06-22T22:41:35Z</dc:date>
    </item>
    <item>
      <title>show condition based on selected value</title>
      <link>https://community.qlik.com/t5/QlikView/show-condition-based-on-selected-value/m-p/197750#M57307</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I only started to use the solution which John has posted a week or so ago and do like it but have found myself using a mixture of the two depending upon the report I am doing and the look that I want to achieve...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Jun 2010 08:57:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/show-condition-based-on-selected-value/m-p/197750#M57307</guid>
      <dc:creator>pkelly</dc:creator>
      <dc:date>2010-06-23T08:57:26Z</dc:date>
    </item>
    <item>
      <title>show condition based on selected value</title>
      <link>https://community.qlik.com/t5/QlikView/show-condition-based-on-selected-value/m-p/197751#M57308</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks John...that's exactly what I was looking for. I just wasn't sure of the syntax for the show condition.&lt;/P&gt;&lt;P&gt;Kevin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Jun 2010 13:46:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/show-condition-based-on-selected-value/m-p/197751#M57308</guid>
      <dc:creator />
      <dc:date>2010-06-23T13:46:26Z</dc:date>
    </item>
    <item>
      <title>show condition based on selected value</title>
      <link>https://community.qlik.com/t5/QlikView/show-condition-based-on-selected-value/m-p/197752#M57309</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Of course you can also easily achieve the button 'effects' that Paul was after but using John's technique. See attached.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Jun 2010 14:05:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/show-condition-based-on-selected-value/m-p/197752#M57309</guid>
      <dc:creator>nathanfurby</dc:creator>
      <dc:date>2010-06-23T14:05:26Z</dc:date>
    </item>
    <item>
      <title>show condition based on selected value</title>
      <link>https://community.qlik.com/t5/QlikView/show-condition-based-on-selected-value/m-p/197753#M57310</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Nathan&lt;/P&gt;&lt;P&gt;Will certainly be using this method as I find that the variable route that I had been using in version 8 has suddenly become sticky in version 9....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Jun 2010 14:50:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/show-condition-based-on-selected-value/m-p/197753#M57310</guid>
      <dc:creator>pkelly</dc:creator>
      <dc:date>2010-06-23T14:50:13Z</dc:date>
    </item>
  </channel>
</rss>

