<?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: How to use conditional view with getfieldselections based on multiple selection in a list box in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-use-conditional-view-with-getfieldselections-based-on/m-p/858525#M532693</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;the same for measures&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Measure:&lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;load&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; * &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Inline&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[&lt;BR /&gt; Measure&lt;BR /&gt; Val1&lt;BR /&gt; Val2&lt;BR /&gt; ]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Variable vMeasure with &lt;SPAN style="font-size: 8pt;"&gt;=&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;Measure&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;listbox with field Measure&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Expression: &lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;sum&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;$(vMeasure)&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;In my small test it worked well&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 17 Apr 2015 14:37:00 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2015-04-17T14:37:00Z</dc:date>
    <item>
      <title>How to use conditional view with getfieldselections based on multiple selection in a list box</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-use-conditional-view-with-getfieldselections-based-on/m-p/858523#M532691</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How can we create individual Pie Chart with each combination of Dimension and Measures selected from a list box?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Apr 2015 14:03:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-use-conditional-view-with-getfieldselections-based-on/m-p/858523#M532691</guid>
      <dc:creator />
      <dc:date>2015-04-17T14:03:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to use conditional view with getfieldselections based on multiple selection in a list box</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-use-conditional-view-with-getfieldselections-based-on/m-p/858524#M532692</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;for dimensions you can use a variable and a listbox&lt;/P&gt;&lt;P&gt;e.g. I defined an Inline table&lt;/P&gt;&lt;P&gt;Dimension:&lt;/P&gt;&lt;P&gt;load * Inline [&lt;/P&gt;&lt;P&gt;Dimension&lt;/P&gt;&lt;P&gt;Dim1&lt;/P&gt;&lt;P&gt;Dim2&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Next I define a varieble vDimension with the &lt;SPAN style="font-size: 8pt;"&gt;=&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;Dimension&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Now you Show a listbox with&amp;nbsp; the field "Dimension"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;In Cour Chart you define a calculated Dimension &lt;SPAN style="font-size: 8pt;"&gt;=&lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;$(vDimension) &lt;/EM&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;STRONG&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;With Measure I tried something similiar but could not succeed right now&lt;/EM&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Apr 2015 14:29:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-use-conditional-view-with-getfieldselections-based-on/m-p/858524#M532692</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-04-17T14:29:12Z</dc:date>
    </item>
    <item>
      <title>Re: How to use conditional view with getfieldselections based on multiple selection in a list box</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-use-conditional-view-with-getfieldselections-based-on/m-p/858525#M532693</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;the same for measures&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Measure:&lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;load&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; * &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Inline&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[&lt;BR /&gt; Measure&lt;BR /&gt; Val1&lt;BR /&gt; Val2&lt;BR /&gt; ]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Variable vMeasure with &lt;SPAN style="font-size: 8pt;"&gt;=&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;Measure&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;listbox with field Measure&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Expression: &lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;sum&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;$(vMeasure)&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;In my small test it worked well&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Apr 2015 14:37:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-use-conditional-view-with-getfieldselections-based-on/m-p/858525#M532693</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-04-17T14:37:00Z</dc:date>
    </item>
    <item>
      <title>Re: How to use conditional view with getfieldselections based on multiple selection in a list box</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-use-conditional-view-with-getfieldselections-based-on/m-p/858526#M532694</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank You Rudolf for your quick reply....tat works fine....jus one addition.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Attached a sample QVW....all I want to do is Display multiple charts based on the selection made in the list box....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;eg:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Step1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I select 'Item Code' from Available Dimension List Box and 'Amount of transactions' from Available Measures List Box it will show the respective Pie Chart&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Step2&lt;/P&gt;&lt;P&gt;With above selection made,&lt;SPAN style="font-size: 13.3333330154419px;"&gt;If I select 'Location Code' from Available Dimension List Box and 'Amount of transactions' from Available Measures List Box it will show second Pie Chart with respective selection made in the second step&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Step3&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;With above 2 selection made,&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;If I select 'Location Code' from Available Dimension List Box and '# of Transactions' from Available Measures List Box it will show third Pie Chart with respective selection made in the third step.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;Ideally all the individual charts will have always one Dimension and one expression.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;Any thoughts!!!&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Apr 2015 14:38:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-use-conditional-view-with-getfieldselections-based-on/m-p/858526#M532694</guid>
      <dc:creator />
      <dc:date>2015-04-17T14:38:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to use conditional view with getfieldselections based on multiple selection in a list box</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-use-conditional-view-with-getfieldselections-based-on/m-p/858527#M532695</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;for my understanding:&lt;/P&gt;&lt;P&gt;do you want 3 pie Charts in parallel all of them with own Dimension and measure?&lt;/P&gt;&lt;P&gt;if this is the case you Need 3 inline Dimension and measure tables&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;otherwise please clarify.&lt;/P&gt;&lt;P&gt;I donot see your attached sample qvw&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Apr 2015 14:44:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-use-conditional-view-with-getfieldselections-based-on/m-p/858527#M532695</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-04-17T14:44:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to use conditional view with getfieldselections based on multiple selection in a list box</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-use-conditional-view-with-getfieldselections-based-on/m-p/858528#M532696</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes I need three Pie Charts....can we use conditional view based on the selection in the Dimension List box?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I dint get how we can do it from three inline loads,could you please throw some light?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Apr 2015 14:50:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-use-conditional-view-with-getfieldselections-based-on/m-p/858528#M532696</guid>
      <dc:creator />
      <dc:date>2015-04-17T14:50:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to use conditional view with getfieldselections based on multiple selection in a list box</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-use-conditional-view-with-getfieldselections-based-on/m-p/858529#M532697</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi John,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;have you &lt;A _jive_internal="true" href="https://community.qlik.com/docs/DOC-5404"&gt;https://community.qlik.com/docs/DOC-5404&lt;/A&gt;had a look at the following post on Ad-hoc Reporting?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Andy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Apr 2015 14:56:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-use-conditional-view-with-getfieldselections-based-on/m-p/858529#M532697</guid>
      <dc:creator>awhitfield</dc:creator>
      <dc:date>2015-04-17T14:56:27Z</dc:date>
    </item>
    <item>
      <title>Re: How to use conditional view with getfieldselections based on multiple selection in a list box</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-use-conditional-view-with-getfieldselections-based-on/m-p/858530#M532698</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes Andrew....that is applicable to a single chart,here my challenge is to create individual pie charts with the selection made in the list box....each pie chart will have one dimension and one measure&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Apr 2015 15:10:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-use-conditional-view-with-getfieldselections-based-on/m-p/858530#M532698</guid>
      <dc:creator />
      <dc:date>2015-04-17T15:10:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to use conditional view with getfieldselections based on multiple selection in a list box</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-use-conditional-view-with-getfieldselections-based-on/m-p/858531#M532699</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sounds do-able, but fiddly, I guess you are going to have to have create 9 separate charts one for each dimension / expression combo and use conditional shows everywhere!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Andy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Apr 2015 15:21:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-use-conditional-view-with-getfieldselections-based-on/m-p/858531#M532699</guid>
      <dc:creator>awhitfield</dc:creator>
      <dc:date>2015-04-17T15:21:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to use conditional view with getfieldselections based on multiple selection in a list box</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-use-conditional-view-with-getfieldselections-based-on/m-p/858532#M532700</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See the Ad-hoc blog for how these are used&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Andy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Apr 2015 15:23:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-use-conditional-view-with-getfieldselections-based-on/m-p/858532#M532700</guid>
      <dc:creator>awhitfield</dc:creator>
      <dc:date>2015-04-17T15:23:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to use conditional view with getfieldselections based on multiple selection in a list box</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-use-conditional-view-with-getfieldselections-based-on/m-p/858533#M532701</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;maybe alternate states would it mke it easier. I didnot work with them yet&lt;/P&gt;&lt;P&gt;for your 3 pie Charts with 3 independant Dimension and measure you Need 3 inline table with 3 different fieldnames&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dim1:&lt;/P&gt;&lt;P&gt;load * Inline [&lt;/P&gt;&lt;P&gt;Dim1&lt;/P&gt;&lt;P&gt;Region&lt;/P&gt;&lt;P&gt;Product&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dim2:&lt;/P&gt;&lt;P&gt;load * inline [&lt;/P&gt;&lt;P&gt;Dim2&lt;/P&gt;&lt;P&gt;Region&lt;/P&gt;&lt;P&gt;Product&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this should work. It might get better Solutions.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Apr 2015 15:25:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-use-conditional-view-with-getfieldselections-based-on/m-p/858533#M532701</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-04-17T15:25:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to use conditional view with getfieldselections based on multiple selection in a list box</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-use-conditional-view-with-getfieldselections-based-on/m-p/858534#M532702</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes...and tats where I am stuck....the getfieldselection is not working for multiple selection in the listbox&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Apr 2015 15:27:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-use-conditional-view-with-getfieldselections-based-on/m-p/858534#M532702</guid>
      <dc:creator />
      <dc:date>2015-04-17T15:27:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to use conditional view with getfieldselections based on multiple selection in a list box</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-use-conditional-view-with-getfieldselections-based-on/m-p/858535#M532703</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi John,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See attached, based on the ad hoc, just done for the company Dimension&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Andy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Apr 2015 15:47:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-use-conditional-view-with-getfieldselections-based-on/m-p/858535#M532703</guid>
      <dc:creator>awhitfield</dc:creator>
      <dc:date>2015-04-17T15:47:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to use conditional view with getfieldselections based on multiple selection in a list box</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-use-conditional-view-with-getfieldselections-based-on/m-p/858536#M532704</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Andy,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That was really helpful,to make it more user friendly....can we use a conditional view for each chart?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any function so that if the selection is made on just Company and Sum it will display only the respective chart and on next selection of Avg it pops up the second chart?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Apr 2015 16:18:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-use-conditional-view-with-getfieldselections-based-on/m-p/858536#M532704</guid>
      <dc:creator />
      <dc:date>2015-04-17T16:18:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to use conditional view with getfieldselections based on multiple selection in a list box</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-use-conditional-view-with-getfieldselections-based-on/m-p/858537#M532705</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, you could do all that with conditional views! Happy playing &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Apr 2015 08:13:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-use-conditional-view-with-getfieldselections-based-on/m-p/858537#M532705</guid>
      <dc:creator>awhitfield</dc:creator>
      <dc:date>2015-04-20T08:13:28Z</dc:date>
    </item>
  </channel>
</rss>

