<?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 date(month) in crosstable in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Problem-date-month-in-crosstable/m-p/430317#M160417</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI, i have problem with my date in crosstable&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this is my sample data &lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="25052" class="jive-image-thumbnail jive-image" onclick="" alt="cost.jpg" src="https://community.qlik.com/legacyfs/online/25052_cost.jpg" width="450" /&gt;&lt;/P&gt;&lt;P&gt;and i want to create table with structure Code | Harga Cost Average Costing | Period | Cost&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was trying this code :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="1" cellpadding="1" cellspacing="1" class="jiveBorder" height="114" style="width: 913px; border: 1px solid rgb(0, 0, 0); height: 101px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD style="color: #000000; text-align: left; padding: 1px; background-color: transparent;"&gt;&lt;P&gt;Accounting:&lt;/P&gt;&lt;P&gt;CrossTable(Period, cost_acc, 2)&lt;/P&gt;&lt;P&gt;LOAD *&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;[Book1 (3).xlsx]&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, table is [Cost Avg Acc(versi accounting)]);&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and i try to view month with this formula : &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="1" cellpadding="3" cellspacing="0" class="jiveBorder" height="59" style="width: 914px; border: 1px solid rgb(0, 0, 0); height: 61px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;accounting_version:&lt;/P&gt;&lt;P&gt;load * &lt;SPAN style="font-size: 10pt;"&gt;,Month(Period) as bulan&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Resident Accounting;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;drop Table Accounting;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but the value 'bulan' is empty&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any suggestion, what should i do?. Thanks in advance&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Akbar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 14 Nov 2012 03:04:12 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2012-11-14T03:04:12Z</dc:date>
    <item>
      <title>Problem date(month) in crosstable</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-date-month-in-crosstable/m-p/430317#M160417</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI, i have problem with my date in crosstable&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this is my sample data &lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="25052" class="jive-image-thumbnail jive-image" onclick="" alt="cost.jpg" src="https://community.qlik.com/legacyfs/online/25052_cost.jpg" width="450" /&gt;&lt;/P&gt;&lt;P&gt;and i want to create table with structure Code | Harga Cost Average Costing | Period | Cost&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was trying this code :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="1" cellpadding="1" cellspacing="1" class="jiveBorder" height="114" style="width: 913px; border: 1px solid rgb(0, 0, 0); height: 101px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD style="color: #000000; text-align: left; padding: 1px; background-color: transparent;"&gt;&lt;P&gt;Accounting:&lt;/P&gt;&lt;P&gt;CrossTable(Period, cost_acc, 2)&lt;/P&gt;&lt;P&gt;LOAD *&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;[Book1 (3).xlsx]&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, table is [Cost Avg Acc(versi accounting)]);&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and i try to view month with this formula : &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="1" cellpadding="3" cellspacing="0" class="jiveBorder" height="59" style="width: 914px; border: 1px solid rgb(0, 0, 0); height: 61px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;accounting_version:&lt;/P&gt;&lt;P&gt;load * &lt;SPAN style="font-size: 10pt;"&gt;,Month(Period) as bulan&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Resident Accounting;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;drop Table Accounting;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but the value 'bulan' is empty&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any suggestion, what should i do?. Thanks in advance&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Akbar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Nov 2012 03:04:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-date-month-in-crosstable/m-p/430317#M160417</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-11-14T03:04:12Z</dc:date>
    </item>
    <item>
      <title>Re: Problem date(month) in crosstable</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-date-month-in-crosstable/m-p/430318#M160418</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hai,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pls Find The Attachment&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and go to script and find the Answer&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Chandu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Nov 2012 05:19:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-date-month-in-crosstable/m-p/430318#M160418</guid>
      <dc:creator />
      <dc:date>2012-11-14T05:19:37Z</dc:date>
    </item>
  </channel>
</rss>

