<?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: Need help in pivot table in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Need-help-in-pivot-table/m-p/778386#M1047448</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Malek for your reply,&lt;/P&gt;&lt;P&gt;in the expression i have added&amp;nbsp; 1 only, the data is already calculated, so just show the the Service type value 1 only.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 06 Nov 2014 10:34:59 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-11-06T10:34:59Z</dc:date>
    <item>
      <title>Need help in pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Need-help-in-pivot-table/m-p/778382#M1047444</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;In a Pivot table how to control the dimention value for instance, I have a service type and the value is 1,2,3,4 and I would like to display only service type =1 in the pivot table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is somebody can help.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Joe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Nov 2014 10:11:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-help-in-pivot-table/m-p/778382#M1047444</guid>
      <dc:creator />
      <dc:date>2014-11-06T10:11:24Z</dc:date>
    </item>
    <item>
      <title>Re: Need help in pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Need-help-in-pivot-table/m-p/778383#M1047445</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you need to filter it in your expression.&lt;/P&gt;&lt;P&gt;for example if your dimension is service type and let's assume that your expression is sum sales. then you need to modify your expression to be sum({&amp;lt;[service type]=1&amp;gt;}sales)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Nov 2014 10:15:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-help-in-pivot-table/m-p/778383#M1047445</guid>
      <dc:creator>maleksafa</dc:creator>
      <dc:date>2014-11-06T10:15:20Z</dc:date>
    </item>
    <item>
      <title>Re: Need help in pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Need-help-in-pivot-table/m-p/778384#M1047446</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;Try this in expression&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 10pt; line-height: 1.5em;"&gt;sum({&amp;lt;[service type]=1&amp;gt;}sales)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 10pt; line-height: 1.5em;"&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; font-size: 10pt; line-height: 1.5em;"&gt;Or Try this as Calculated dimension&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 10pt; line-height: 1.5em;"&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; font-size: 10pt; line-height: 1.5em;"&gt;if(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;[service type]=1&lt;/SPAN&gt;,&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;[service type]&lt;/SPAN&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Click on suppress null values for Dimension&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expression would be &lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;sum(sales)&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;Regards&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;ASHFAQ&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Nov 2014 10:27:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-help-in-pivot-table/m-p/778384#M1047446</guid>
      <dc:creator>ashfaq_haseeb</dc:creator>
      <dc:date>2014-11-06T10:27:21Z</dc:date>
    </item>
    <item>
      <title>Re: Need help in pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Need-help-in-pivot-table/m-p/778385#M1047447</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;use this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum({[Service type]={1}&amp;gt;} Sales)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Nov 2014 10:33:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-help-in-pivot-table/m-p/778385#M1047447</guid>
      <dc:creator />
      <dc:date>2014-11-06T10:33:21Z</dc:date>
    </item>
    <item>
      <title>Re: Need help in pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Need-help-in-pivot-table/m-p/778386#M1047448</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Malek for your reply,&lt;/P&gt;&lt;P&gt;in the expression i have added&amp;nbsp; 1 only, the data is already calculated, so just show the the Service type value 1 only.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Nov 2014 10:34:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-help-in-pivot-table/m-p/778386#M1047448</guid>
      <dc:creator />
      <dc:date>2014-11-06T10:34:59Z</dc:date>
    </item>
    <item>
      <title>Re: Need help in pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Need-help-in-pivot-table/m-p/778387#M1047449</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i didn't get you very well, did it solve your problem or you are still facing the same challenge?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Nov 2014 10:38:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-help-in-pivot-table/m-p/778387#M1047449</guid>
      <dc:creator>maleksafa</dc:creator>
      <dc:date>2014-11-06T10:38:45Z</dc:date>
    </item>
    <item>
      <title>Re: Need help in pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Need-help-in-pivot-table/m-p/778388#M1047450</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt;"&gt;Hi, this is works fine....&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt;"&gt;Thanks a lot for your support.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt;"&gt;if(&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;[service type]=1&lt;/SPAN&gt;,&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;[service type]&lt;/SPAN&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Click on suppress null values for Dimension&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Nov 2014 11:28:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-help-in-pivot-table/m-p/778388#M1047450</guid>
      <dc:creator />
      <dc:date>2014-11-06T11:28:14Z</dc:date>
    </item>
  </channel>
</rss>

