<?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: Show hide after selecting a measure in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Show-hide-after-selecting-a-measure/m-p/54189#M790858</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Pritam,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the effort, It is only showing only column at a time which as required, but the problem is it is not totaling the value, for example if I select region it's associated regionaldirectors are coming up but due to already there are columns opsmanager,contractmanager so onn.....it is showing each individual value instead of group by regional director at that selection, Please see the attached what I have done for your understanding, How can we achieve this? thanks again&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 05 Feb 2018 16:44:37 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2018-02-05T16:44:37Z</dc:date>
    <item>
      <title>Show hide after selecting a measure</title>
      <link>https://community.qlik.com/t5/QlikView/Show-hide-after-selecting-a-measure/m-p/54187#M790856</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Guys, I have a requirement as below, Can you please help me how to achieve this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I will have a table(Straight Table with 5 measures and 5 dimensions), I have a hierarchy fields Region,Director,opsmanager,supervisor, Now at opening the dashboard I should not have any dimensions displayed, The user will select Region value and according to the selected value Directors of the region needed to be displayed and then user will select Director value then opsmanager under that director needed to be displayed in place of director column. the selections will be made until last value of &lt;SPAN style="font-size: 13.3333px;"&gt;hierarchy, The question here is how can show only one column according to the selection. I have attached excel with dummy data and output required, Can somebody look into it please? I am on PE so can't open your application, Can you explain me or any screenshots will be really helpful&lt;/SPAN&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-hide-after-selecting-a-measure/m-p/54187#M790856</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Show hide after selecting a measure</title>
      <link>https://community.qlik.com/t5/QlikView/Show-hide-after-selecting-a-measure/m-p/54188#M790857</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have taken only four dimension in a Straight Table and Added a Expression as =1 . Hide this expression from Straight Table Presentation tab.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture3.PNG" class="jive-image image-1" height="145" src="https://community.qlik.com/legacyfs/online/192542_Capture3.PNG" style="height: 145px; width: 200.769px;" width="201" /&gt;&lt;/P&gt;&lt;P&gt;Now go to dimension tab and add the If condition in enabled condition section for each of the dimention as given below&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture4.PNG" class="jive-image image-2" height="192" src="https://community.qlik.com/legacyfs/online/192543_Capture4.PNG" style="height: 192px; width: 235.747px;" width="236" /&gt;&lt;/P&gt;&lt;P&gt;Region: if(SubStringCount(GetCurrentSelections(),'Region'),0,1)&lt;/P&gt;&lt;P&gt;Regional Operator : if(SubStringCount(GetCurrentSelections(),'[Regional Operator]'),0,1)&lt;/P&gt;&lt;P&gt;Ops Manager : if(SubStringCount(GetCurrentSelections(),'Ops Manager'),0,1)&lt;/P&gt;&lt;P&gt;Engineer Name: if(SubStringCount(GetCurrentSelections(),'Engineer Name'),0,1)&lt;/P&gt;&lt;P&gt;Value : if(SubStringCount(GetCurrentSelections(),'Engineer Name'),1,0)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also Now Go to Presentation Tab add Condition for Each columns as Given Below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Region: Show Column&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Regional Operator : if(GetFieldSelections(Region)&amp;gt;0,1,0)&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Ops Manager : if(GetFieldSelections([Regional Director])&amp;gt;0,1,0)&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Engineer Name: if(GetFieldSelections([Ops Manager])&amp;gt;0,1,0)&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Value : &lt;SPAN style="font-size: 13.3333px;"&gt;Show Column&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;=1 : Hide Column&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Feb 2018 16:19:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-hide-after-selecting-a-measure/m-p/54188#M790857</guid>
      <dc:creator>jerryyang756</dc:creator>
      <dc:date>2018-02-05T16:19:22Z</dc:date>
    </item>
    <item>
      <title>Re: Show hide after selecting a measure</title>
      <link>https://community.qlik.com/t5/QlikView/Show-hide-after-selecting-a-measure/m-p/54189#M790858</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Pritam,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the effort, It is only showing only column at a time which as required, but the problem is it is not totaling the value, for example if I select region it's associated regionaldirectors are coming up but due to already there are columns opsmanager,contractmanager so onn.....it is showing each individual value instead of group by regional director at that selection, Please see the attached what I have done for your understanding, How can we achieve this? thanks again&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Feb 2018 16:44:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-hide-after-selecting-a-measure/m-p/54189#M790858</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-02-05T16:44:37Z</dc:date>
    </item>
    <item>
      <title>Re: Show hide after selecting a measure</title>
      <link>https://community.qlik.com/t5/QlikView/Show-hide-after-selecting-a-measure/m-p/54190#M790859</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Anybody can help please?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Feb 2018 10:51:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-hide-after-selecting-a-measure/m-p/54190#M790859</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-02-07T10:51:19Z</dc:date>
    </item>
  </channel>
</rss>

