<?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 How to load this data in QlikView in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-load-this-data-in-QlikView/m-p/1827734#M1214103</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am trying to load attached xls. But in Data dimension amount is not coming properly. Some date fields are coming. I am using below script -&amp;nbsp;&lt;/P&gt;&lt;P&gt;AOC_Cost:&lt;BR /&gt;CrossTable(MonthYear, Data, 4)&lt;BR /&gt;LOAD Division,&lt;BR /&gt;Functions,&lt;BR /&gt;[Functions 1],&lt;BR /&gt;Category,&lt;BR /&gt;[43922],&lt;BR /&gt;[43952],&lt;BR /&gt;[43983],&lt;BR /&gt;[44013],&lt;BR /&gt;[44044],&lt;BR /&gt;[44075],&lt;BR /&gt;[44105],&lt;BR /&gt;[44136],&lt;BR /&gt;[44166],&lt;BR /&gt;[44197],&lt;BR /&gt;[44228],&lt;BR /&gt;[44256]&lt;BR /&gt;FROM [..\SAMPLE DATA.xlsx] (ooxml, embedded labels, table is Sheet1);&lt;/P&gt;&lt;P&gt;AOC_Cost:&lt;BR /&gt;Load *,Date(num#(MonthYear,'#####'),'MMM-YY') as MonthNew&lt;BR /&gt;Resident AOC_Cost ;&lt;BR /&gt;Drop table AOC_Cost;&lt;BR /&gt;Exit Script;&lt;/P&gt;&lt;P&gt;Can anyone suggest, what need to do for the same.&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
    <pubDate>Tue, 10 Aug 2021 12:48:50 GMT</pubDate>
    <dc:creator>sona_sa</dc:creator>
    <dc:date>2021-08-10T12:48:50Z</dc:date>
    <item>
      <title>How to load this data in QlikView</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-load-this-data-in-QlikView/m-p/1827734#M1214103</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am trying to load attached xls. But in Data dimension amount is not coming properly. Some date fields are coming. I am using below script -&amp;nbsp;&lt;/P&gt;&lt;P&gt;AOC_Cost:&lt;BR /&gt;CrossTable(MonthYear, Data, 4)&lt;BR /&gt;LOAD Division,&lt;BR /&gt;Functions,&lt;BR /&gt;[Functions 1],&lt;BR /&gt;Category,&lt;BR /&gt;[43922],&lt;BR /&gt;[43952],&lt;BR /&gt;[43983],&lt;BR /&gt;[44013],&lt;BR /&gt;[44044],&lt;BR /&gt;[44075],&lt;BR /&gt;[44105],&lt;BR /&gt;[44136],&lt;BR /&gt;[44166],&lt;BR /&gt;[44197],&lt;BR /&gt;[44228],&lt;BR /&gt;[44256]&lt;BR /&gt;FROM [..\SAMPLE DATA.xlsx] (ooxml, embedded labels, table is Sheet1);&lt;/P&gt;&lt;P&gt;AOC_Cost:&lt;BR /&gt;Load *,Date(num#(MonthYear,'#####'),'MMM-YY') as MonthNew&lt;BR /&gt;Resident AOC_Cost ;&lt;BR /&gt;Drop table AOC_Cost;&lt;BR /&gt;Exit Script;&lt;/P&gt;&lt;P&gt;Can anyone suggest, what need to do for the same.&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Tue, 10 Aug 2021 12:48:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-load-this-data-in-QlikView/m-p/1827734#M1214103</guid>
      <dc:creator>sona_sa</dc:creator>
      <dc:date>2021-08-10T12:48:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to load this data in QlikView</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-load-this-data-in-QlikView/m-p/1827747#M1214106</link>
      <description>&lt;P&gt;How about using num(Data) for a new field and drop original...&lt;/P&gt;&lt;P&gt;AOC_Cost:&lt;BR /&gt;Load *&lt;BR /&gt;,Date(num#(MonthYear,'#####'),'MMM-YY') as MonthNew&lt;BR /&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;,num(Data) as DataNew&lt;/STRONG&gt;&lt;/FONT&gt;&lt;BR /&gt;Resident AOC_Cost ;&lt;BR /&gt;Drop table AOC_Cost;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;FONT color="#339966"&gt;drop field Data;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 10 Aug 2021 13:27:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-load-this-data-in-QlikView/m-p/1827747#M1214106</guid>
      <dc:creator>stevejoyce</dc:creator>
      <dc:date>2021-08-10T13:27:35Z</dc:date>
    </item>
  </channel>
</rss>

