<?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: Excel Intergration Problem in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Excel-Intergration-Problem/m-p/775136#M1021613</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Create a List Box of your Date and try to see if 01/Jan/2014 is repeated with two different format or not?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 24 Mar 2015 07:52:02 GMT</pubDate>
    <dc:creator>MK_QSL</dc:creator>
    <dc:date>2015-03-24T07:52:02Z</dc:date>
    <item>
      <title>Excel Intergration Problem</title>
      <link>https://community.qlik.com/t5/QlikView/Excel-Intergration-Problem/m-p/775135#M1021612</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am attaching Excel sheet&amp;nbsp; with targets to my data model. I am associating or concatenating it with master date but not able to do.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Say, I am having date in excel 01/Jan/2014 with Target but when I do cancatenation It does not get associated with 01/Jan/2014 of Master date.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have changed or used all the date formats but still not get the result.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pls suggest.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Abhay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Mar 2015 07:45:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Excel-Intergration-Problem/m-p/775135#M1021612</guid>
      <dc:creator>abhaysingh</dc:creator>
      <dc:date>2015-03-24T07:45:55Z</dc:date>
    </item>
    <item>
      <title>Re: Excel Intergration Problem</title>
      <link>https://community.qlik.com/t5/QlikView/Excel-Intergration-Problem/m-p/775136#M1021613</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Create a List Box of your Date and try to see if 01/Jan/2014 is repeated with two different format or not?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Mar 2015 07:52:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Excel-Intergration-Problem/m-p/775136#M1021613</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2015-03-24T07:52:02Z</dc:date>
    </item>
    <item>
      <title>Re: Excel Intergration Problem</title>
      <link>https://community.qlik.com/t5/QlikView/Excel-Intergration-Problem/m-p/775137#M1021614</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes repeated&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Mar 2015 07:54:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Excel-Intergration-Problem/m-p/775137#M1021614</guid>
      <dc:creator>abhaysingh</dc:creator>
      <dc:date>2015-03-24T07:54:11Z</dc:date>
    </item>
    <item>
      <title>Re: Excel Intergration Problem</title>
      <link>https://community.qlik.com/t5/QlikView/Excel-Intergration-Problem/m-p/775138#M1021615</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That means your Date format of Excel file and your master calendar is different. You need to make the format same to join or associate both tables..&lt;/P&gt;&lt;P&gt;Please provide your sample excel file to check...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Mar 2015 07:58:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Excel-Intergration-Problem/m-p/775138#M1021615</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2015-03-24T07:58:42Z</dc:date>
    </item>
    <item>
      <title>Re: Excel Intergration Problem</title>
      <link>https://community.qlik.com/t5/QlikView/Excel-Intergration-Problem/m-p/775139#M1021616</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Usually Excel dates are recognized as such by QV. It seems that your Excel dates may have some unusual characteristics or that they include a time value..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try to import your Excel dates as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;floor(date#(ExcelDateColumnName, 'DD/MMM/YYYY')) AS ExcelDateColumn,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Change the format specifier if this one doesn't match the Excel column format.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Mar 2015 08:09:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Excel-Intergration-Problem/m-p/775139#M1021616</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2015-03-24T08:09:13Z</dc:date>
    </item>
    <item>
      <title>Re: Excel Intergration Problem</title>
      <link>https://community.qlik.com/t5/QlikView/Excel-Intergration-Problem/m-p/775140#M1021617</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Peter,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Its not working.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Mar 2015 08:39:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Excel-Intergration-Problem/m-p/775140#M1021617</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-03-24T08:39:01Z</dc:date>
    </item>
    <item>
      <title>Re: Excel Intergration Problem</title>
      <link>https://community.qlik.com/t5/QlikView/Excel-Intergration-Problem/m-p/775141#M1021618</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Manish,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have attached excel sheet, Let me know if you get any solution.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Mar 2015 08:39:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Excel-Intergration-Problem/m-p/775141#M1021618</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-03-24T08:39:52Z</dc:date>
    </item>
    <item>
      <title>Re: Excel Intergration Problem</title>
      <link>https://community.qlik.com/t5/QlikView/Excel-Intergration-Problem/m-p/775142#M1021619</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Excel grinds my gears at the best of times when it comes to formatting..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Make sure it's not dumping it into a number inside square brackets ( eg [44190] ) by using this in your load script&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Date(purgechar(exceldatefield,'[]'), 'DD/MM/YY') as datefield,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then load it into your end table using&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load date#(&lt;SPAN style="font-size: 13.3333330154419px;"&gt;datefield&lt;/SPAN&gt;, 'DD/MM/YY') as DatePeriod,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Mar 2015 09:24:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Excel-Intergration-Problem/m-p/775142#M1021619</guid>
      <dc:creator />
      <dc:date>2015-03-24T09:24:37Z</dc:date>
    </item>
    <item>
      <title>Re: Excel Intergration Problem</title>
      <link>https://community.qlik.com/t5/QlikView/Excel-Intergration-Problem/m-p/775143#M1021620</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please post a screenshot of the Listbox that Manish asked you to create.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem isn't situated in your Excel, it's probably situated somewhere in your script. Can we have a look at your script or do we continue the guesswork?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Mar 2015 09:47:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Excel-Intergration-Problem/m-p/775143#M1021620</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2015-03-24T09:47:36Z</dc:date>
    </item>
    <item>
      <title>Re: Excel Intergration Problem</title>
      <link>https://community.qlik.com/t5/QlikView/Excel-Intergration-Problem/m-p/775144#M1021621</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Graeme,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am not getting any '[]' like this in date field, I have done some transformation using rotate, left, right operation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Syntax is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD Other, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; International, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Domestic, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Segment AS Date&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;CTM_Targets.xlsx&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, table is Sheet1, filters(&lt;/P&gt;&lt;P&gt;Rotate(right)));&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I know this is syntax mismatch as it is working on Year, Month created with Excel date field.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Mar 2015 10:17:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Excel-Intergration-Problem/m-p/775144#M1021621</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-03-24T10:17:06Z</dc:date>
    </item>
    <item>
      <title>Re: Excel Intergration Problem</title>
      <link>https://community.qlik.com/t5/QlikView/Excel-Intergration-Problem/m-p/775145#M1021622</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Where is EXCEL?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Mar 2015 11:11:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Excel-Intergration-Problem/m-p/775145#M1021622</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2015-03-24T11:11:10Z</dc:date>
    </item>
  </channel>
</rss>

