<?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: Problem with conditional show in pivot in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Problem-with-conditional-show-in-pivot/m-p/672253#M668872</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Layout condition will not be applicable because I have different dimensions so, it does applies to all the dimensions so it doesn't work out&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 21 Oct 2014 16:34:47 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-10-21T16:34:47Z</dc:date>
    <item>
      <title>Problem with conditional show in pivot</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-conditional-show-in-pivot/m-p/672248#M668858</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;There is a problem when I have applied a conditional show in pivot table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My condition is as follows '(getfieldselctions(calendar)='Calendar Year')'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It should display data when my current selection is only calendar year. But the issue is when my current selection is Fiscal year all the dimensions that are present is also gets disabled.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is this because of the above condition or this behaviour is because of the qlikview association &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Oct 2014 16:05:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-conditional-show-in-pivot/m-p/672248#M668858</guid>
      <dc:creator />
      <dc:date>2014-10-21T16:05:19Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with conditional show in pivot</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-conditional-show-in-pivot/m-p/672249#M668859</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;if(only(getfieldselctions(calendar))='Calendar Year'), 1,0)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Marc.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Oct 2014 16:07:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-conditional-show-in-pivot/m-p/672249#M668859</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-10-21T16:07:51Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with conditional show in pivot</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-conditional-show-in-pivot/m-p/672250#M668862</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That doesn't work &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Oct 2014 16:17:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-conditional-show-in-pivot/m-p/672250#M668862</guid>
      <dc:creator />
      <dc:date>2014-10-21T16:17:44Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with conditional show in pivot</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-conditional-show-in-pivot/m-p/672251#M668865</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I forgot the equal signal:&amp;nbsp; &lt;/P&gt;&lt;P&gt;=&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;if(only(getfieldselctions(calendar))='Calendar Year'), 1,0)&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, if it doesn't work yet, please explain further your requirement in order to look for an appropiate solution..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marc.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Oct 2014 16:21:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-conditional-show-in-pivot/m-p/672251#M668865</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-10-21T16:21:57Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with conditional show in pivot</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-conditional-show-in-pivot/m-p/672252#M668867</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;you may also try:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Object properties --&amp;gt; Layout tab --&amp;gt; Show --&amp;gt; Conditional&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; As expression:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; GetFieldSelections(calendar) = 'Calendar Year'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Oct 2014 16:30:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-conditional-show-in-pivot/m-p/672252#M668867</guid>
      <dc:creator>alex_millan</dc:creator>
      <dc:date>2014-10-21T16:30:56Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with conditional show in pivot</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-conditional-show-in-pivot/m-p/672253#M668872</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Layout condition will not be applicable because I have different dimensions so, it does applies to all the dimensions so it doesn't work out&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Oct 2014 16:34:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-conditional-show-in-pivot/m-p/672253#M668872</guid>
      <dc:creator />
      <dc:date>2014-10-21T16:34:47Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with conditional show in pivot</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-conditional-show-in-pivot/m-p/672254#M668876</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have used the expression before posting here but it is working in sample application but it is working weird in my main application&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Oct 2014 16:36:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-conditional-show-in-pivot/m-p/672254#M668876</guid>
      <dc:creator />
      <dc:date>2014-10-21T16:36:26Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with conditional show in pivot</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-conditional-show-in-pivot/m-p/672255#M668879</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Then excuse me, I misunderstood your question.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Oct 2014 17:07:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-conditional-show-in-pivot/m-p/672255#M668879</guid>
      <dc:creator>alex_millan</dc:creator>
      <dc:date>2014-10-21T17:07:32Z</dc:date>
    </item>
  </channel>
</rss>

