<?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 Pivot table and Only function issue in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Pivot-table-and-Only-function-issue/m-p/499767#M186757</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Guys ,&lt;/P&gt;&lt;P&gt;here is what my report looks like...which is what i want except one issue&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="47934" alt="Screen Shot 2013-10-21 at 3.15.45 PM.png" class="jive-image" src="/legacyfs/online/47934_Screen Shot 2013-10-21 at 3.15.45 PM.png" style="width: 620px; height: 567px;" /&gt;&lt;/P&gt;&lt;P&gt;I am using "Invoice.CustomerFullName" and "Invoice.Txndate" as an expression so QV is applying only() implicitly.&lt;/P&gt;&lt;P&gt;Every Invoice.RefNumber is unique so I get each invoice listed on my report.&lt;/P&gt;&lt;P&gt;The only problem that i am facing is when the item has only one invoice. for instance...&lt;STRONG&gt;Door Frame.&lt;/STRONG&gt;..it has only one invoice so the Total for this item also shows &lt;STRONG&gt;TxnDate&lt;/STRONG&gt; and the &lt;STRONG&gt;CustomerFullname like "Vasquez, Anabel"&lt;/STRONG&gt;. It is happening because when only() does not find two different values then it shows the unique value.&lt;/P&gt;&lt;P&gt;Is there any way to get rid of this Txndate and CustomerFullname on the "Total" line even if item has only one invoice.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 21 Oct 2013 22:21:04 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-10-21T22:21:04Z</dc:date>
    <item>
      <title>Pivot table and Only function issue</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-table-and-Only-function-issue/m-p/499767#M186757</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Guys ,&lt;/P&gt;&lt;P&gt;here is what my report looks like...which is what i want except one issue&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="47934" alt="Screen Shot 2013-10-21 at 3.15.45 PM.png" class="jive-image" src="/legacyfs/online/47934_Screen Shot 2013-10-21 at 3.15.45 PM.png" style="width: 620px; height: 567px;" /&gt;&lt;/P&gt;&lt;P&gt;I am using "Invoice.CustomerFullName" and "Invoice.Txndate" as an expression so QV is applying only() implicitly.&lt;/P&gt;&lt;P&gt;Every Invoice.RefNumber is unique so I get each invoice listed on my report.&lt;/P&gt;&lt;P&gt;The only problem that i am facing is when the item has only one invoice. for instance...&lt;STRONG&gt;Door Frame.&lt;/STRONG&gt;..it has only one invoice so the Total for this item also shows &lt;STRONG&gt;TxnDate&lt;/STRONG&gt; and the &lt;STRONG&gt;CustomerFullname like "Vasquez, Anabel"&lt;/STRONG&gt;. It is happening because when only() does not find two different values then it shows the unique value.&lt;/P&gt;&lt;P&gt;Is there any way to get rid of this Txndate and CustomerFullname on the "Total" line even if item has only one invoice.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Oct 2013 22:21:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-table-and-Only-function-issue/m-p/499767#M186757</guid>
      <dc:creator />
      <dc:date>2013-10-21T22:21:04Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot table and Only function issue</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-table-and-Only-function-issue/m-p/499768#M186758</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;See attached file&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Alex&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Oct 2013 02:38:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-table-and-Only-function-issue/m-p/499768#M186758</guid>
      <dc:creator />
      <dc:date>2013-10-22T02:38:34Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot table and Only function issue</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-table-and-Only-function-issue/m-p/499769#M186759</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Alex!&lt;/P&gt;&lt;P&gt;It works.&lt;/P&gt;&lt;P&gt;I took a clue from your solution and did something like this because dimensions might change&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;if(RowNo()&amp;lt;&amp;gt;0&amp;nbsp; and not IsNull(RowNo()),Invoice.TxnDate) &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;this works too and I am not tied with dimensionality.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Oct 2013 14:43:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-table-and-Only-function-issue/m-p/499769#M186759</guid>
      <dc:creator />
      <dc:date>2013-10-22T14:43:40Z</dc:date>
    </item>
  </channel>
</rss>

