<?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 Hide Dimension on select in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Hide-Dimension-on-select/m-p/83948#M13755</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a straight table and I am trying to show all the expressions by default and hide the expressions when selected.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have created the inline load using the field names. I have one dimension and 2 expressions. I am trying to hide the expressions when selected. I tried below expression, but is working when on value is selected and not when multiple.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Concat(Dimesnion,',') = 'Value'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can someone please help?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Varun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 25 Feb 2018 17:12:24 GMT</pubDate>
    <dc:creator>varunreddy</dc:creator>
    <dc:date>2018-02-25T17:12:24Z</dc:date>
    <item>
      <title>Hide Dimension on select</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-Dimension-on-select/m-p/83948#M13755</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a straight table and I am trying to show all the expressions by default and hide the expressions when selected.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have created the inline load using the field names. I have one dimension and 2 expressions. I am trying to hide the expressions when selected. I tried below expression, but is working when on value is selected and not when multiple.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Concat(Dimesnion,',') = 'Value'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can someone please help?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Varun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 25 Feb 2018 17:12:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-Dimension-on-select/m-p/83948#M13755</guid>
      <dc:creator>varunreddy</dc:creator>
      <dc:date>2018-02-25T17:12:24Z</dc:date>
    </item>
    <item>
      <title>Re: Hide Dimension on select</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-Dimension-on-select/m-p/83949#M13756</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;NOT SubStringCount('|' &amp;amp; GetFieldSelections(Dimension, '|') &amp;amp; '|', '|PRSL|')&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 25 Feb 2018 17:22:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-Dimension-on-select/m-p/83949#M13756</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-02-25T17:22:26Z</dc:date>
    </item>
    <item>
      <title>Re: Hide Dimension on select</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-Dimension-on-select/m-p/83950#M13757</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Sunny. I have tried Not SubstringCount but missed pipe logic. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 25 Feb 2018 17:40:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-Dimension-on-select/m-p/83950#M13757</guid>
      <dc:creator>varunreddy</dc:creator>
      <dc:date>2018-02-25T17:40:23Z</dc:date>
    </item>
    <item>
      <title>Re: Hide Dimension on select</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-Dimension-on-select/m-p/83951#M13758</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Varun,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thought of sharing another method.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;GetSelectedCount(Dimension)=0 Or &lt;/SPAN&gt;Not Match(GetFieldSelections(Dimension,', '),'PRSL') &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 25 Feb 2018 17:45:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-Dimension-on-select/m-p/83951#M13758</guid>
      <dc:creator>tamilarasu</dc:creator>
      <dc:date>2018-02-25T17:45:20Z</dc:date>
    </item>
    <item>
      <title>Re: Hide Dimension on select</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-Dimension-on-select/m-p/83952#M13759</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Nagaraj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 25 Feb 2018 17:50:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-Dimension-on-select/m-p/83952#M13759</guid>
      <dc:creator>varunreddy</dc:creator>
      <dc:date>2018-02-25T17:50:22Z</dc:date>
    </item>
    <item>
      <title>Re: Hide Dimension on select</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-Dimension-on-select/m-p/83953#M13760</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Nagaraj, this solution is working fine when one value is selected but when both PRSL and Rel is selected, we are seeing the values in the chart instead of hiding. Just wanted you to inform.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 25 Feb 2018 17:55:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-Dimension-on-select/m-p/83953#M13760</guid>
      <dc:creator>varunreddy</dc:creator>
      <dc:date>2018-02-25T17:55:18Z</dc:date>
    </item>
    <item>
      <title>Re: Hide Dimension on select</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-Dimension-on-select/m-p/83954#M13761</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My bad. Sorry Varun.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;GetSelectedCount(Dimension)=0 Or &lt;/SPAN&gt;Not Index(GetFieldSelections(Dimension),'PRSL')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 25 Feb 2018 18:02:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-Dimension-on-select/m-p/83954#M13761</guid>
      <dc:creator>tamilarasu</dc:creator>
      <dc:date>2018-02-25T18:02:44Z</dc:date>
    </item>
    <item>
      <title>Re: Hide Dimension on select</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-Dimension-on-select/m-p/83955#M13762</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is working &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 25 Feb 2018 18:06:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-Dimension-on-select/m-p/83955#M13762</guid>
      <dc:creator>varunreddy</dc:creator>
      <dc:date>2018-02-25T18:06:37Z</dc:date>
    </item>
    <item>
      <title>Re: Hide Dimension on select</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-Dimension-on-select/m-p/83956#M13763</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do we really need the first part here? Just trying to see why this would be needed?&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;&lt;STRONG&gt;GetSelectedCount(Dimension)=0&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 25 Feb 2018 18:10:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-Dimension-on-select/m-p/83956#M13763</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-02-25T18:10:38Z</dc:date>
    </item>
    <item>
      <title>Re: Hide Dimension on select</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-Dimension-on-select/m-p/83957#M13764</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ha. It's not required. I was trying to correct my mistake and completely forgot about this part (and again did a silly mistake). Thanks for pointing it out. It's similar to your suggestion and nothing has changed except index function.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Not Index(GetFieldSelections(Dimension),'PRSL')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;&lt;STRONG&gt;Edit:&lt;/STRONG&gt;&lt;/SPAN&gt; Varun, Just to be safe please use any symbols before and after the dimension name like Sunny used. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 25 Feb 2018 18:18:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-Dimension-on-select/m-p/83957#M13764</guid>
      <dc:creator>tamilarasu</dc:creator>
      <dc:date>2018-02-25T18:18:56Z</dc:date>
    </item>
    <item>
      <title>Re: Hide Dimension on select</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-Dimension-on-select/m-p/83958#M13765</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have 47 fields and 33 million records. I have using one dimension and remaining fields in Expression. Just curious to know if which will have better performance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 25 Feb 2018 18:22:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-Dimension-on-select/m-p/83958#M13765</guid>
      <dc:creator>varunreddy</dc:creator>
      <dc:date>2018-02-25T18:22:52Z</dc:date>
    </item>
    <item>
      <title>Re: Hide Dimension on select</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-Dimension-on-select/m-p/83959#M13766</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think both will have the same performance since we are not doing any calculations. We are just checking whether the field names are matching with the selections or not. Kindly let us know if you find any performance difference between those two solutions.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 25 Feb 2018 18:32:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-Dimension-on-select/m-p/83959#M13766</guid>
      <dc:creator>tamilarasu</dc:creator>
      <dc:date>2018-02-25T18:32:47Z</dc:date>
    </item>
    <item>
      <title>Re: Hide Dimension on select</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-Dimension-on-select/m-p/83960#M13767</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sure will do.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again both of you &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 25 Feb 2018 18:39:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-Dimension-on-select/m-p/83960#M13767</guid>
      <dc:creator>varunreddy</dc:creator>
      <dc:date>2018-02-25T18:39:44Z</dc:date>
    </item>
  </channel>
</rss>

