<?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 Problem with Pivot Chart Expression. in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Problem-with-Pivot-Chart-Expression/m-p/268410#M585004</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Friends,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I am creating a pivot table where one column named 'Season-2011 Weight Sale No.14-13'&lt;/P&gt;&lt;P&gt;is not showing any value.And another problem is that the mentioned Column name should be dynamic.&lt;/P&gt;&lt;P&gt;It should be changed depending upon the user selections.We have a field Named "Sale No".We made a &lt;/P&gt;&lt;P&gt;list box of that Field and can select a SaleNo range and want to show the Amount(In Kgs)on that SaleNo&lt;/P&gt;&lt;P&gt;range.&lt;/P&gt;&lt;P&gt;I am attaching a Screenshot along with that discussion.There You find a red mark.On that point of column&lt;/P&gt;&lt;P&gt;name I want to put a Expression which shows A SaleNo Range on the basis of selection.User can select &lt;/P&gt;&lt;P&gt;any range.The column name should also be changed dynamically.It may be...'Season-2011 Weight Sale No.14-13',&lt;/P&gt;&lt;P&gt;Season-2011 Weight Sale No.40-13' ,Season-2011 Weight Sale No 1-25' etc.&lt;/P&gt;&lt;P&gt;Please help me.&lt;/P&gt;&lt;P&gt;Thanks And Regards.&lt;/P&gt;&lt;P&gt;Koushik.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 12 Aug 2011 11:17:31 GMT</pubDate>
    <dc:creator />
    <dc:date>2011-08-12T11:17:31Z</dc:date>
    <item>
      <title>Problem with Pivot Chart Expression.</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-Pivot-Chart-Expression/m-p/268410#M585004</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Friends,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I am creating a pivot table where one column named 'Season-2011 Weight Sale No.14-13'&lt;/P&gt;&lt;P&gt;is not showing any value.And another problem is that the mentioned Column name should be dynamic.&lt;/P&gt;&lt;P&gt;It should be changed depending upon the user selections.We have a field Named "Sale No".We made a &lt;/P&gt;&lt;P&gt;list box of that Field and can select a SaleNo range and want to show the Amount(In Kgs)on that SaleNo&lt;/P&gt;&lt;P&gt;range.&lt;/P&gt;&lt;P&gt;I am attaching a Screenshot along with that discussion.There You find a red mark.On that point of column&lt;/P&gt;&lt;P&gt;name I want to put a Expression which shows A SaleNo Range on the basis of selection.User can select &lt;/P&gt;&lt;P&gt;any range.The column name should also be changed dynamically.It may be...'Season-2011 Weight Sale No.14-13',&lt;/P&gt;&lt;P&gt;Season-2011 Weight Sale No.40-13' ,Season-2011 Weight Sale No 1-25' etc.&lt;/P&gt;&lt;P&gt;Please help me.&lt;/P&gt;&lt;P&gt;Thanks And Regards.&lt;/P&gt;&lt;P&gt;Koushik.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Aug 2011 11:17:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-Pivot-Chart-Expression/m-p/268410#M585004</guid>
      <dc:creator />
      <dc:date>2011-08-12T11:17:31Z</dc:date>
    </item>
    <item>
      <title>Problem with Pivot Chart Expression.</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-Pivot-Chart-Expression/m-p/268411#M585005</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Try this - if we assume that you want the result to be for a specific Sale No and a specifik sales season:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sum(&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&amp;lt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Sale No] = {$(=Only([Sale No]))},&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Season] = {$(=Only([Season]))},&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;gt;}&lt;/P&gt;&lt;P&gt;SalesWeight)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Column label should be&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;='Season: ' &amp;amp; ONLY(SEASON) &amp;amp; CHR(10) &amp;amp; 'Weight' &amp;amp; CHR(10) &amp;amp; 'SALE NO: ' &amp;amp;&amp;nbsp; Only([Sale No]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will ONLY return a value when you have selected one (and only one) value in each of the fields SEASON and Sale No&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OK?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Aug 2011 13:21:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-Pivot-Chart-Expression/m-p/268411#M585005</guid>
      <dc:creator>klausskalts</dc:creator>
      <dc:date>2011-08-12T13:21:03Z</dc:date>
    </item>
  </channel>
</rss>

