<?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 Set Analisys Average in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Problem-Set-Analisys-Average/m-p/185617#M501418</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="margin:0in 0in 0pt;"&gt;The problem is that you're using a dimension from an unrelated table to create your summary 'buckets'.&lt;/P&gt;&lt;P style="margin:0in 0in 0pt;"&gt;&lt;/P&gt;&lt;P style="margin:0in 0in 0pt;"&gt;There is no association between PromedeoVentas and Ventas, so, asking QV to summarize Ventas records into PromedeoVentas buckets is nonsense.&lt;/P&gt;&lt;P style="margin:0in 0in 0pt;"&gt;&lt;/P&gt;&lt;P style="margin:0in 0in 0pt;"&gt;Your pivot table needs to bucket out your fact table data in terms of itself, or a related table.&lt;/P&gt;&lt;P style="margin:0in 0in 0pt;"&gt;&lt;/P&gt;&lt;P style="margin:0in 0in 0pt;"&gt;One option is to define the dimension in your pivot table this way:&lt;/P&gt;&lt;P style="margin:0in 0in 0pt;"&gt;&lt;/P&gt;&lt;P style="margin:0in 0in 0pt;mso-layout-grid-align:none;"&gt;=AGGR(CLASS(VtaMesHasta-VtaMesDesde, 30), &lt;I style="mso-bidi-font-style:normal;"&gt;Need some kind of unique identifier here&lt;/I&gt;)&lt;/P&gt;&lt;P style="margin:0in 0in 0pt;"&gt;&lt;/P&gt;&lt;P style="margin:0in 0in 0pt;"&gt;But your dataset is incomplete. I have no way to identify each unique instance of a 'Ventas', so I can't calculate the 'days' column for each of them.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 12 Nov 2010 23:18:10 GMT</pubDate>
    <dc:creator />
    <dc:date>2010-11-12T23:18:10Z</dc:date>
    <item>
      <title>Problem Set Analisys Average</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-Set-Analisys-Average/m-p/185616#M501417</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi!.&lt;/P&gt;&lt;P&gt;When I select a value in the To column (For example: 2/11/2010), I need the PV pivot table showing all the values for each value in the Days column (30, 60, 90 ...)&lt;/P&gt;&lt;P&gt;Attached file for better understanding.&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Nov 2010 22:57:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-Set-Analisys-Average/m-p/185616#M501417</guid>
      <dc:creator>spividori</dc:creator>
      <dc:date>2010-11-12T22:57:19Z</dc:date>
    </item>
    <item>
      <title>Problem Set Analisys Average</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-Set-Analisys-Average/m-p/185617#M501418</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="margin:0in 0in 0pt;"&gt;The problem is that you're using a dimension from an unrelated table to create your summary 'buckets'.&lt;/P&gt;&lt;P style="margin:0in 0in 0pt;"&gt;&lt;/P&gt;&lt;P style="margin:0in 0in 0pt;"&gt;There is no association between PromedeoVentas and Ventas, so, asking QV to summarize Ventas records into PromedeoVentas buckets is nonsense.&lt;/P&gt;&lt;P style="margin:0in 0in 0pt;"&gt;&lt;/P&gt;&lt;P style="margin:0in 0in 0pt;"&gt;Your pivot table needs to bucket out your fact table data in terms of itself, or a related table.&lt;/P&gt;&lt;P style="margin:0in 0in 0pt;"&gt;&lt;/P&gt;&lt;P style="margin:0in 0in 0pt;"&gt;One option is to define the dimension in your pivot table this way:&lt;/P&gt;&lt;P style="margin:0in 0in 0pt;"&gt;&lt;/P&gt;&lt;P style="margin:0in 0in 0pt;mso-layout-grid-align:none;"&gt;=AGGR(CLASS(VtaMesHasta-VtaMesDesde, 30), &lt;I style="mso-bidi-font-style:normal;"&gt;Need some kind of unique identifier here&lt;/I&gt;)&lt;/P&gt;&lt;P style="margin:0in 0in 0pt;"&gt;&lt;/P&gt;&lt;P style="margin:0in 0in 0pt;"&gt;But your dataset is incomplete. I have no way to identify each unique instance of a 'Ventas', so I can't calculate the 'days' column for each of them.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Nov 2010 23:18:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-Set-Analisys-Average/m-p/185617#M501418</guid>
      <dc:creator />
      <dc:date>2010-11-12T23:18:10Z</dc:date>
    </item>
    <item>
      <title>Problem Set Analisys Average</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-Set-Analisys-Average/m-p/185618#M501419</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I'd try the intervalmatch - left join approach, so you can link those date ranges and Fecha field and get the results you want. Check the example code posted &lt;A href="http://community.qlik.com/forums/p/36538/143275.aspx#143275" title="How do I correct this Intervalmatch?? "&gt;here&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 13 Nov 2010 01:35:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-Set-Analisys-Average/m-p/185618#M501419</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2010-11-13T01:35:58Z</dc:date>
    </item>
  </channel>
</rss>

