<?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: Custom row expression in a Pivot Table in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Custom-row-expression-in-a-Pivot-Table/m-p/1081394#M522980</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The easiest solution is, as Joe says above, to use three expressions&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;sum({&amp;lt;active={'Yes'}&amp;gt;}hours)&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;sum({&amp;lt;active={'No'}&amp;gt;}hours)&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;sum({&amp;lt;active={'No'}&amp;gt;}hours)/&lt;SPAN style="font-size: 13.3333px;"&gt;sum({&amp;lt;active={'Yes'}&amp;gt;}hours)&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Make sure to use the correct case sensitive field names.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 29 Mar 2016 06:09:24 GMT</pubDate>
    <dc:creator>Gysbert_Wassenaar</dc:creator>
    <dc:date>2016-03-29T06:09:24Z</dc:date>
    <item>
      <title>Custom row expression in a Pivot Table</title>
      <link>https://community.qlik.com/t5/QlikView/Custom-row-expression-in-a-Pivot-Table/m-p/1081392#M522978</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a Pivot Table where the last Dimension (active?) has Yes or No values.&amp;nbsp; I moved this field so it is the last 2 columns of my Pivot.&amp;nbsp; The expression is a sum of hours.&amp;nbsp; The pivot works great but now the customer would like to see the value of NO/YES as the last column.&amp;nbsp; I can't figure out a way to do this.&amp;nbsp; Any ideas?&amp;nbsp; I tried searching this forum and others before asking.&amp;nbsp; Any advice would be appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Below is an image of what I am trying to do...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="help.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/119588_help.JPG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Mar 2016 18:23:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Custom-row-expression-in-a-Pivot-Table/m-p/1081392#M522978</guid>
      <dc:creator />
      <dc:date>2016-03-28T18:23:48Z</dc:date>
    </item>
    <item>
      <title>Re: Custom row expression in a Pivot Table</title>
      <link>https://community.qlik.com/t5/QlikView/Custom-row-expression-in-a-Pivot-Table/m-p/1081393#M522979</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;From what you state/show I believe you have count([active?]) as the expression and are including [active?] as one of the dimensions. If not, please attach sample qvw.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One alternative (depending on what you need) is to define a 'Yes' and 'No' expression using set analysis: count({&amp;lt;[active?]={"Yes"}&amp;gt;} [active?]) for the 'Yes' expression&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;count({&amp;lt;[active?]={"No"}&amp;gt;} [active?]) for the 'No' expression&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can then create a 3rd expression as [No]/[Yes] and set the number format accordingly.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Mar 2016 20:44:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Custom-row-expression-in-a-Pivot-Table/m-p/1081393#M522979</guid>
      <dc:creator>jlongoria</dc:creator>
      <dc:date>2016-03-28T20:44:23Z</dc:date>
    </item>
    <item>
      <title>Re: Custom row expression in a Pivot Table</title>
      <link>https://community.qlik.com/t5/QlikView/Custom-row-expression-in-a-Pivot-Table/m-p/1081394#M522980</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The easiest solution is, as Joe says above, to use three expressions&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;sum({&amp;lt;active={'Yes'}&amp;gt;}hours)&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;sum({&amp;lt;active={'No'}&amp;gt;}hours)&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;sum({&amp;lt;active={'No'}&amp;gt;}hours)/&lt;SPAN style="font-size: 13.3333px;"&gt;sum({&amp;lt;active={'Yes'}&amp;gt;}hours)&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Make sure to use the correct case sensitive field names.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Mar 2016 06:09:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Custom-row-expression-in-a-Pivot-Table/m-p/1081394#M522980</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2016-03-29T06:09:24Z</dc:date>
    </item>
    <item>
      <title>Re: Custom row expression in a Pivot Table</title>
      <link>https://community.qlik.com/t5/QlikView/Custom-row-expression-in-a-Pivot-Table/m-p/1081395#M522981</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;SPAN style="font-size: 13.3333px;"&gt;May be something like this?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/119614_Capture.JPG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can try with secondaryDimensionality function. &lt;/P&gt;&lt;P&gt;Sample attached..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Mar 2016 06:24:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Custom-row-expression-in-a-Pivot-Table/m-p/1081395#M522981</guid>
      <dc:creator>settu_periasamy</dc:creator>
      <dc:date>2016-03-29T06:24:34Z</dc:date>
    </item>
    <item>
      <title>Re: Custom row expression in a Pivot Table</title>
      <link>https://community.qlik.com/t5/QlikView/Custom-row-expression-in-a-Pivot-Table/m-p/1081396#M522982</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You are my hero.&amp;nbsp; That worked perfectly.&amp;nbsp; I have never used Set Analysis but will need to start reading up on it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Mar 2016 20:49:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Custom-row-expression-in-a-Pivot-Table/m-p/1081396#M522982</guid>
      <dc:creator />
      <dc:date>2016-03-29T20:49:50Z</dc:date>
    </item>
    <item>
      <title>Re: Custom row expression in a Pivot Table</title>
      <link>https://community.qlik.com/t5/QlikView/Custom-row-expression-in-a-Pivot-Table/m-p/1081397#M522983</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If your question is now answered, please flag the Correct Answer.&lt;/P&gt;&lt;P&gt;If not, please make clear what part of your question you still need help with &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Mar 2016 20:53:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Custom-row-expression-in-a-Pivot-Table/m-p/1081397#M522983</guid>
      <dc:creator>oknotsen</dc:creator>
      <dc:date>2016-03-29T20:53:25Z</dc:date>
    </item>
    <item>
      <title>Re: Custom row expression in a Pivot Table</title>
      <link>https://community.qlik.com/t5/QlikView/Custom-row-expression-in-a-Pivot-Table/m-p/1081398#M522984</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How do I flag it?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Mar 2016 20:56:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Custom-row-expression-in-a-Pivot-Table/m-p/1081398#M522984</guid>
      <dc:creator />
      <dc:date>2016-03-29T20:56:23Z</dc:date>
    </item>
    <item>
      <title>Re: Custom row expression in a Pivot Table</title>
      <link>https://community.qlik.com/t5/QlikView/Custom-row-expression-in-a-Pivot-Table/m-p/1081399#M522985</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't see the Correct Answer button?&amp;nbsp; &lt;A href="https://community.qlik.com/docs/DOC-14806"&gt;Qlik Community Tip: Marking Replies as Correct or Helpful&lt;/A&gt;&amp;nbsp; Sorry, I am brand new to actually posting on this site.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Mar 2016 21:02:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Custom-row-expression-in-a-Pivot-Table/m-p/1081399#M522985</guid>
      <dc:creator />
      <dc:date>2016-03-29T21:02:54Z</dc:date>
    </item>
  </channel>
</rss>

