<?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: dynamic dimensions and expressions in a chart in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/dynamic-dimensions-and-expressions-in-a-chart/m-p/1553708#M440656</link>
    <description>&lt;P&gt;I believe the problem is having both the dimensions and expressions in the same field.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="DynamicChart.PNG" style="width: 857px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/7508i36A939347EE1841A/image-size/large?v=v2&amp;amp;px=999" role="button" title="DynamicChart.PNG" alt="DynamicChart.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 07 Mar 2019 15:35:48 GMT</pubDate>
    <dc:creator>jwjackso</dc:creator>
    <dc:date>2019-03-07T15:35:48Z</dc:date>
    <item>
      <title>dynamic dimensions and expressions in a chart</title>
      <link>https://community.qlik.com/t5/QlikView/dynamic-dimensions-and-expressions-in-a-chart/m-p/1553679#M440655</link>
      <description>&lt;P&gt;Hello everybody,&lt;/P&gt;&lt;P&gt;I want to show dynamically the dimensions and expressions of a chart.&lt;BR /&gt;For this I create two listboxes (with one field) one with the dimensions and the other with the expressions.&lt;/P&gt;&lt;P&gt;My problem is that when I have selected the dimensions and then select the expressions, the selections of the dimensions will be deselected and vice versa.&lt;/P&gt;&lt;P&gt;How can I solve this problem without using two fields (one for dimensions and one for expressions)?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for your help&lt;/P&gt;&lt;P&gt;Lukas&lt;/P&gt;</description>
      <pubDate>Thu, 07 Mar 2019 14:55:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/dynamic-dimensions-and-expressions-in-a-chart/m-p/1553679#M440655</guid>
      <dc:creator>lukasza163</dc:creator>
      <dc:date>2019-03-07T14:55:40Z</dc:date>
    </item>
    <item>
      <title>Re: dynamic dimensions and expressions in a chart</title>
      <link>https://community.qlik.com/t5/QlikView/dynamic-dimensions-and-expressions-in-a-chart/m-p/1553708#M440656</link>
      <description>&lt;P&gt;I believe the problem is having both the dimensions and expressions in the same field.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="DynamicChart.PNG" style="width: 857px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/7508i36A939347EE1841A/image-size/large?v=v2&amp;amp;px=999" role="button" title="DynamicChart.PNG" alt="DynamicChart.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 07 Mar 2019 15:35:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/dynamic-dimensions-and-expressions-in-a-chart/m-p/1553708#M440656</guid>
      <dc:creator>jwjackso</dc:creator>
      <dc:date>2019-03-07T15:35:48Z</dc:date>
    </item>
    <item>
      <title>Re: dynamic dimensions and expressions in a chart</title>
      <link>https://community.qlik.com/t5/QlikView/dynamic-dimensions-and-expressions-in-a-chart/m-p/1553732#M440657</link>
      <description>&lt;P&gt;Thanks for your answer.&lt;/P&gt;&lt;P&gt;It works with two fields but I want to know if it is possible with only one field.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 07 Mar 2019 15:54:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/dynamic-dimensions-and-expressions-in-a-chart/m-p/1553732#M440657</guid>
      <dc:creator>lukasza163</dc:creator>
      <dc:date>2019-03-07T15:54:26Z</dc:date>
    </item>
    <item>
      <title>Re: dynamic dimensions and expressions in a chart</title>
      <link>https://community.qlik.com/t5/QlikView/dynamic-dimensions-and-expressions-in-a-chart/m-p/1553736#M440658</link>
      <description>&lt;P&gt;You could put the listboxes in two different Alternate States.&amp;nbsp; And then adjust your GetFieldSelections to reference the state name.&lt;/P&gt;&lt;P&gt;GetFieldSelections(field_id,',',6,DimState)&lt;/P&gt;&lt;P&gt;It's a bit awkward to get the state name in GetFieldSelections(). It may be simpler syntax to write your conditional show like this:&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;=GetSelectedCount(field_id, False(), 'ExprState') and Max({ExprState}Match(field_id, 'F3'))&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;BR /&gt;&lt;A href="http://masterssummit.com" target="_blank"&gt;http://masterssummit.com&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://qlikviewcookbook.com" target="_blank"&gt;http://qlikviewcookbook.com&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://www.easyqlik.com" target="_blank"&gt;http://www.easyqlik.com&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 07 Mar 2019 15:55:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/dynamic-dimensions-and-expressions-in-a-chart/m-p/1553736#M440658</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2019-03-07T15:55:06Z</dc:date>
    </item>
  </channel>
</rss>

