<?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: Section access to switch between fields in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Section-access-to-switch-between-fields/m-p/1195623#M385743</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;is suppress when null checked?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 30 Sep 2016 12:27:29 GMT</pubDate>
    <dc:creator>giakoum</dc:creator>
    <dc:date>2016-09-30T12:27:29Z</dc:date>
    <item>
      <title>Section access to switch between fields</title>
      <link>https://community.qlik.com/t5/QlikView/Section-access-to-switch-between-fields/m-p/1195617#M385737</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 set of users who should only be able to see volumes. Another set should be able to see revenues and volumes. My data table is like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Date, Revenue, Volume, Product&lt;/P&gt;&lt;P&gt;1/1/2015, $1000, $500, A&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;1/1/2015, $1050, $400, B&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a way to create 1 chart where, depending on the user, it will display revenue or volume? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am thinking of using OSuser() but not sure of the most sustainable way to do this. Thanks. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Sep 2016 11:33:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-access-to-switch-between-fields/m-p/1195617#M385737</guid>
      <dc:creator>sifatnabil</dc:creator>
      <dc:date>2016-09-30T11:33:46Z</dc:date>
    </item>
    <item>
      <title>Re: Section access to switch between fields</title>
      <link>https://community.qlik.com/t5/QlikView/Section-access-to-switch-between-fields/m-p/1195618#M385738</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;why not have 2 charts with a conditional show based on a variable set by a button?&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, 30 Sep 2016 11:35:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-access-to-switch-between-fields/m-p/1195618#M385738</guid>
      <dc:creator>awhitfield</dc:creator>
      <dc:date>2016-09-30T11:35:31Z</dc:date>
    </item>
    <item>
      <title>Re: Section access to switch between fields</title>
      <link>https://community.qlik.com/t5/QlikView/Section-access-to-switch-between-fields/m-p/1195619#M385739</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks &lt;A href="https://community.qlik.com/qlik-users/34352"&gt;awhitfield&lt;/A&gt;‌, I was thinking that this means doubling up on all the charts, i.e. 2 of everything. Would it be possible to have just one version of all charts but display 2 different fields depending on the user? I'm guessing in expression I have to do something like if(match(OSUser(),'Bob'),FieldA) but this seems tedious. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Sep 2016 11:38:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-access-to-switch-between-fields/m-p/1195619#M385739</guid>
      <dc:creator>sifatnabil</dc:creator>
      <dc:date>2016-09-30T11:38:58Z</dc:date>
    </item>
    <item>
      <title>Re: Section access to switch between fields</title>
      <link>https://community.qlik.com/t5/QlikView/Section-access-to-switch-between-fields/m-p/1195620#M385740</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if you hide the Revenue from some users using section access, it will show nothing on the chart.&lt;/P&gt;&lt;P&gt;So you could have one chart with 2 expression : sum(Revenue) and sun(Volume) and for some users the 1st one will just show nothing.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Sep 2016 11:41:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-access-to-switch-between-fields/m-p/1195620#M385740</guid>
      <dc:creator>giakoum</dc:creator>
      <dc:date>2016-09-30T11:41:32Z</dc:date>
    </item>
    <item>
      <title>Re: Section access to switch between fields</title>
      <link>https://community.qlik.com/t5/QlikView/Section-access-to-switch-between-fields/m-p/1195621#M385741</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This actually works - the legend of the hidden field still stays though. Is there a way to remove that? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Sep 2016 12:15:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-access-to-switch-between-fields/m-p/1195621#M385741</guid>
      <dc:creator>sifatnabil</dc:creator>
      <dc:date>2016-09-30T12:15:05Z</dc:date>
    </item>
    <item>
      <title>Re: Section access to switch between fields</title>
      <link>https://community.qlik.com/t5/QlikView/Section-access-to-switch-between-fields/m-p/1195622#M385742</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sifat&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PFA the .qvw for your reference. Here I've used a variable to get the username using OSUser(), then for my user I've assigned BIT_REV =1(if you want to show revenue, or 0 if you don't)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-size: 13.3333px;"&gt;BIT_VOL =1(if you want to show volume, or 0 if you don't)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;in an inline table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then using the condition if(only({&amp;lt;USERNAME={'$(=OSUser())'}&amp;gt;}BIT_REV)=1,1,0) in the Presentation tab to show the column Revenue and &lt;SPAN style="font-size: 13.3333px;"&gt; if(only({&amp;lt;USERNAME={'$(=OSUser())'}&amp;gt;}BIT_VOL)=1,1,0) in the Presentation tab to show the column Volume, I got the desired result.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Regards&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Pratyush&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Sep 2016 12:22:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-access-to-switch-between-fields/m-p/1195622#M385742</guid>
      <dc:creator>prat1507</dc:creator>
      <dc:date>2016-09-30T12:22:12Z</dc:date>
    </item>
    <item>
      <title>Re: Section access to switch between fields</title>
      <link>https://community.qlik.com/t5/QlikView/Section-access-to-switch-between-fields/m-p/1195623#M385743</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;is suppress when null checked?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Sep 2016 12:27:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-access-to-switch-between-fields/m-p/1195623#M385743</guid>
      <dc:creator>giakoum</dc:creator>
      <dc:date>2016-09-30T12:27:29Z</dc:date>
    </item>
    <item>
      <title>Re: Section access to switch between fields</title>
      <link>https://community.qlik.com/t5/QlikView/Section-access-to-switch-between-fields/m-p/1195624#M385744</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes - that still keeps the legend on. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Sep 2016 12:52:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-access-to-switch-between-fields/m-p/1195624#M385744</guid>
      <dc:creator>sifatnabil</dc:creator>
      <dc:date>2016-09-30T12:52:36Z</dc:date>
    </item>
  </channel>
</rss>

