<?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: Two Dimensions in One in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Two-Dimensions-in-One/m-p/1440481#M610311</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;I think this should help you:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Untitled.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/186010_Untitled.png" style="height: 337px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Assuming data like this:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Untitled.png" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/186038_Untitled.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And generating the Months like this:&lt;/P&gt;&lt;P&gt;Data:&lt;/P&gt;&lt;P&gt;LOAD *,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Dual(Month(DueDate)&amp;amp;'-'&amp;amp;Year(DueDate),MonthStart(DueDate)) as MonthDueDate,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Dual(Month(PayDate)&amp;amp;'-'&amp;amp;Year(PayDate),MonthStart(PayDate)) as MonthPayDate;&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Note,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; DueDate,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; PayDate,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Value&lt;/P&gt;&lt;P&gt;FROM [lib://AttachedFiles/DuePayDate.xlsx]&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, table is Sheet1);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this helps,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Luis&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 07 Dec 2017 03:34:31 GMT</pubDate>
    <dc:creator>luismadriz</dc:creator>
    <dc:date>2017-12-07T03:34:31Z</dc:date>
    <item>
      <title>Two Dimensions in One</title>
      <link>https://community.qlik.com/t5/QlikView/Two-Dimensions-in-One/m-p/1440479#M610309</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Guy,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I need create a Pivot Table with two expression, simple, but not.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I have two dates, the first is the date which is due date and the second is data os payment, and a values what is the value of the note...OK&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I have to create de following table:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="width: 256px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl66" height="21" width="56"&gt; &lt;/TD&gt;&lt;TD class="xl68" style="border-left: none;" width="100"&gt;PAID&lt;/TD&gt;&lt;TD class="xl69" width="100"&gt;NO PAID YET&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="20" style="border-top: none;"&gt;Período&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;R$ Mercadoria &lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;R$ Mercadoria &lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl67" height="20" style="border-top: none;"&gt;jan/17&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;sum(value)&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;sum(value)&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl67" height="20" style="border-top: none;"&gt;fev/17&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;sum(value)&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;sum(value)&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl67" height="20" style="border-top: none;"&gt;mar/17&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;sum(value)&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;sum(value)&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl67" height="20" style="border-top: none;"&gt;abr/17&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;sum(value)&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;sum(value)&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl67" height="20" style="border-top: none;"&gt;mai/17&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;sum(value)&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;sum(value)&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl67" height="20" style="border-top: none;"&gt;jun/17&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;sum(value)&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;sum(value)&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl67" height="20" style="border-top: none;"&gt;jul/17&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;sum(value)&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;sum(value)&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl67" height="20" style="border-top: none;"&gt;ago/17&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;sum(value)&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;sum(value)&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl67" height="20" style="border-top: none;"&gt;set/17&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;sum(value)&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;sum(value)&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl67" height="20" style="border-top: none;"&gt;out/17&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;sum(value)&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;sum(value)&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl67" height="20" style="border-top: none;"&gt;nov/17&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;sum(value)&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;sum(value)&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl67" height="20" style="border-top: none;"&gt;dez/17&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;sum(value)&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;&lt;P&gt;sum(value)&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Where this "Período" is just a jan2017, not is nothing with link..&lt;/P&gt;&lt;P&gt;i mean, in expression PAID i have sum all values which date "Due Date" and in expression NOT PAID YET i sum all values which date "Date of Payment" , month by month. I say this because one note can have :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Due Date : 01/01/2017&lt;/P&gt;&lt;P&gt;Date os Paymente: 01/02/2017&lt;/P&gt;&lt;P&gt;Value: $ 60&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyone knows how a can make this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Dec 2017 19:47:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Two-Dimensions-in-One/m-p/1440479#M610309</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-12-06T19:47:31Z</dc:date>
    </item>
    <item>
      <title>Re: Two Dimensions in One</title>
      <link>https://community.qlik.com/t5/QlikView/Two-Dimensions-in-One/m-p/1440480#M610310</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not sure where value $60 coming from? Can you make one simple table and w.r.t output&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Dec 2017 01:38:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Two-Dimensions-in-One/m-p/1440480#M610310</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-12-07T01:38:22Z</dc:date>
    </item>
    <item>
      <title>Re: Two Dimensions in One</title>
      <link>https://community.qlik.com/t5/QlikView/Two-Dimensions-in-One/m-p/1440481#M610311</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;I think this should help you:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Untitled.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/186010_Untitled.png" style="height: 337px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Assuming data like this:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Untitled.png" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/186038_Untitled.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And generating the Months like this:&lt;/P&gt;&lt;P&gt;Data:&lt;/P&gt;&lt;P&gt;LOAD *,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Dual(Month(DueDate)&amp;amp;'-'&amp;amp;Year(DueDate),MonthStart(DueDate)) as MonthDueDate,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Dual(Month(PayDate)&amp;amp;'-'&amp;amp;Year(PayDate),MonthStart(PayDate)) as MonthPayDate;&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Note,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; DueDate,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; PayDate,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Value&lt;/P&gt;&lt;P&gt;FROM [lib://AttachedFiles/DuePayDate.xlsx]&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, table is Sheet1);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this helps,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Luis&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Dec 2017 03:34:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Two-Dimensions-in-One/m-p/1440481#M610311</guid>
      <dc:creator>luismadriz</dc:creator>
      <dc:date>2017-12-07T03:34:31Z</dc:date>
    </item>
    <item>
      <title>Re: Two Dimensions in One</title>
      <link>https://community.qlik.com/t5/QlikView/Two-Dimensions-in-One/m-p/1440482#M610312</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, thanks&amp;nbsp; for the feedback.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Anil Babu, this $60 is just a sample, a data in my data base.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Luis Madriz, it's almost so, but in your exemplo, i have to do like this.&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="width: 192px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl65" height="20" width="64"&gt; &lt;/TD&gt;&lt;TD class="xl65" style="border-left: none;" width="64"&gt;paid&lt;/TD&gt;&lt;TD class="xl65" style="border-left: none;" width="64"&gt;not paid&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl66" height="20" style="border-top: none;"&gt;jan/17&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;450&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;200&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl66" height="20" style="border-top: none;"&gt;fev/17&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;4500&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;2150&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl66" height="20" style="border-top: none;"&gt;mar/17&lt;/TD&gt;&lt;TD class="xl67" style="border-top: none; border-left: none;"&gt;-&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;1600&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl67" height="20" style="border-top: none;"&gt; apr/17&lt;/TD&gt;&lt;TD class="xl67" style="border-top: none; border-left: none;"&gt;-&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;1000&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; You understand? This dimension Month don't can be any data load, is just an indicator...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for all answer!!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Dec 2017 10:52:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Two-Dimensions-in-One/m-p/1440482#M610312</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-12-07T10:52:32Z</dc:date>
    </item>
    <item>
      <title>Re: Two Dimensions in One</title>
      <link>https://community.qlik.com/t5/QlikView/Two-Dimensions-in-One/m-p/1440483#M610313</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I did it.&lt;/P&gt;&lt;P&gt;I create a inline like this:&lt;/P&gt;&lt;P&gt;DATA_GERAL:&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;DATAGERAL&lt;/P&gt;&lt;P&gt;01/01/2017,&lt;/P&gt;&lt;P&gt;01/02/2017,&lt;/P&gt;&lt;P&gt;01/03/2017,&lt;/P&gt;&lt;P&gt;01/04/2017,&lt;/P&gt;&lt;P&gt;01/05/2017,&lt;/P&gt;&lt;P&gt;01/06/2017,&lt;/P&gt;&lt;P&gt;01/07/2017,&lt;/P&gt;&lt;P&gt;01/08/2017,&lt;/P&gt;&lt;P&gt;01/09/2017,&lt;/P&gt;&lt;P&gt;01/10/2017,&lt;/P&gt;&lt;P&gt;01/11/2017,&lt;/P&gt;&lt;P&gt;01/12/2017,&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA_BASE:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;MONTHNAME(DATAGERAL) AS MESANO&lt;/P&gt;&lt;P&gt;RESIDENT DATA_GERAL;&lt;/P&gt;&lt;P&gt;DROP TABLE DATA_GERAL;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And na expression i did:&lt;/P&gt;&lt;P&gt;SUM({1} IF(MONTHNAME(CPI_DATA_BAIXA) = MESANO, CPI_VALOR)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Dec 2017 10:37:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Two-Dimensions-in-One/m-p/1440483#M610313</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-12-08T10:37:18Z</dc:date>
    </item>
  </channel>
</rss>

