<?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 dimension values in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Dynamic-dimension-values/m-p/394565#M147124</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;mayil, thank for deplying..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;my expression is pretty big with if else conditions to calculate different value for each of the dimension value. as such i have only one expression. i had to follow this route as our users wanted a pivot with multiline headers.. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;even if i ignore calculating ROE formula in my expression, the column is still visible with - for all rows.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My requirement is to hide ROE column completely for certain users..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 03 Dec 2012 13:22:28 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-12-03T13:22:28Z</dc:date>
    <item>
      <title>Dynamic dimension values</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-dimension-values/m-p/394563#M147122</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have a pivot table with 4 dimensions. One of the dimension is "Summary Label1" with values as below -&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PRIORITY&lt;/P&gt;&lt;P&gt;REVENUE (Current YTD)&lt;/P&gt;&lt;P&gt;REVENUE (FY 12)&lt;/P&gt;&lt;P&gt;CREDIT EXPOSURE&lt;/P&gt;&lt;P&gt;PRODUCT COUNT&lt;/P&gt;&lt;P&gt;CALLING&lt;/P&gt;&lt;P&gt;ROE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to ignore ROE for certain users so that that column will not be displayed in pivot. Is there a way to dynamically ignore "Summary Label1" dimension values based on some condition? (I have a condition that determines which users should see ROE)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using section access for different purpose so dont want to introduce above layer in there... Also, I dont want to create another dimension specifically for this purpose as my chart expressions are based on conditions using "Summary Label1" so creating another dimension may lead to maintain seperate copy of the table..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Appreciate if someone can suggest any options...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Nov 2012 14:01:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-dimension-values/m-p/394563#M147122</guid>
      <dc:creator />
      <dc:date>2012-11-30T14:01:48Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic dimension values</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-dimension-values/m-p/394564#M147123</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; May be try like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if(QvUser() = 'UserName', Sum({&amp;lt;Summary Label1-={'ROE'}&amp;gt;}Sales),Sum(Sales))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Morethan one user want to ignore, use match() function instead of if()&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here QVUser() gives name of the current QlikView user as entered in a &lt;SPAN class="Bold"&gt;section access. For him, we can restrict the particular value..&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note:&lt;/P&gt;&lt;P&gt;-= shows error in expression box, but its bug. so pls ignore that&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Bold"&gt;Hope it helps&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Nov 2012 14:50:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-dimension-values/m-p/394564#M147123</guid>
      <dc:creator>MayilVahanan</dc:creator>
      <dc:date>2012-11-30T14:50:09Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic dimension values</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-dimension-values/m-p/394565#M147124</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;mayil, thank for deplying..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;my expression is pretty big with if else conditions to calculate different value for each of the dimension value. as such i have only one expression. i had to follow this route as our users wanted a pivot with multiline headers.. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;even if i ignore calculating ROE formula in my expression, the column is still visible with - for all rows.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My requirement is to hide ROE column completely for certain users..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Dec 2012 13:22:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-dimension-values/m-p/394565#M147124</guid>
      <dc:creator />
      <dc:date>2012-12-03T13:22:28Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic dimension values</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-dimension-values/m-p/394566#M147125</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Which Version of QlikView are you using?&amp;nbsp; I believe that version 11 has the ability to "Enable Conditional" statements for Dimensions and Expressions.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Dec 2012 17:06:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-dimension-values/m-p/394566#M147125</guid>
      <dc:creator />
      <dc:date>2012-12-03T17:06:22Z</dc:date>
    </item>
  </channel>
</rss>

