<?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 Dynamic report &amp; container for dims in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Dynamic-report-container-for-dims/m-p/19034#M3170</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have to design a dynamic report with many dimensions &amp;amp; metrics.&lt;/P&gt;&lt;P&gt;So i decided to use a container to split the dimensions list boxes.&lt;/P&gt;&lt;P&gt;But when I select a dim value from one list, the dim fields from the other list box are displayed,&lt;/P&gt;&lt;P&gt;regardless of the condition:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Dynamic_dims.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/203685_Dynamic_dims.png" style="height: 251px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;Attached is a sample mode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Will appreciate some tips here..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 28 May 2018 11:53:17 GMT</pubDate>
    <dc:creator>dafnis14</dc:creator>
    <dc:date>2018-05-28T11:53:17Z</dc:date>
    <item>
      <title>Dynamic report &amp; container for dims</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-report-container-for-dims/m-p/19034#M3170</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have to design a dynamic report with many dimensions &amp;amp; metrics.&lt;/P&gt;&lt;P&gt;So i decided to use a container to split the dimensions list boxes.&lt;/P&gt;&lt;P&gt;But when I select a dim value from one list, the dim fields from the other list box are displayed,&lt;/P&gt;&lt;P&gt;regardless of the condition:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Dynamic_dims.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/203685_Dynamic_dims.png" style="height: 251px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;Attached is a sample mode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Will appreciate some tips here..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 May 2018 11:53:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-report-container-for-dims/m-p/19034#M3170</guid>
      <dc:creator>dafnis14</dc:creator>
      <dc:date>2018-05-28T11:53:17Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic report &amp; container for dims</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-report-container-for-dims/m-p/19035#M3171</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check with GetFieldSelections instead of Concat... because Concat will still have the field names when nothing is selected whereas GetFieldSelections will only show when a value is selected in _Dim1 or _Dim2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=SubStringCount('|' &amp;amp; GetFieldSelections(_Dim1, '|,') &amp;amp; '|', '|Code|') = 1&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 May 2018 13:03:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-report-container-for-dims/m-p/19035#M3171</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-05-28T13:03:09Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic report &amp; container for dims</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-report-container-for-dims/m-p/19036#M3172</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Brilliant, as usual!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for this tremendous tip!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 May 2018 13:16:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-report-container-for-dims/m-p/19036#M3172</guid>
      <dc:creator>dafnis14</dc:creator>
      <dc:date>2018-05-28T13:16:49Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic report &amp; container for dims</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-report-container-for-dims/m-p/19037#M3173</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunny,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When 2 values are selected, still only one is displayed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Dynamic_dims_001.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/203793_Dynamic_dims_001.png" style="height: auto;" /&gt; !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;I changed the expression slightly:&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;from&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;=SubStringCount('|' &amp;amp; GetFieldSelections(_Dim1,&lt;SPAN style="color: #ff6600;"&gt; &lt;SPAN style="color: #0000ff;"&gt;&lt;STRONG style="color: #ff0000;"&gt;'|,'&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;) &amp;amp; '|', '|Code|') = 1&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;to:&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;=SubStringCount('|' &amp;amp;&amp;nbsp; GetFieldSelections(_Dim1,&lt;STRONG style="color: #ff0000;"&gt;'|'&lt;/STRONG&gt;)&amp;nbsp; &amp;amp; '|', '|Code|') =1&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;and now it does..&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;IMG alt="Dynamic_dims_002.png" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/203794_Dynamic_dims_002.png" style="height: 311px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 May 2018 14:28:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-report-container-for-dims/m-p/19037#M3173</guid>
      <dc:creator>dafnis14</dc:creator>
      <dc:date>2018-05-29T14:28:04Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic report &amp; container for dims</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-report-container-for-dims/m-p/19038#M3174</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think what I really wanted to do was this&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=SubStringCount('|' &amp;amp; GetFieldSelections(_Dim1, '|,&lt;SPAN style="color: #ff0000;"&gt;|&lt;/SPAN&gt;') &amp;amp; '|', '|Code|') = 1&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;But what you did also worked...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 May 2018 14:36:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-report-container-for-dims/m-p/19038#M3174</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-05-29T14:36:13Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic report &amp; container for dims</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-report-container-for-dims/m-p/19039#M3175</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sometimes miracles happen.. &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, 29 May 2018 15:18:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-report-container-for-dims/m-p/19039#M3175</guid>
      <dc:creator>dafnis14</dc:creator>
      <dc:date>2018-05-29T15:18:06Z</dc:date>
    </item>
  </channel>
</rss>

