<?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: Loading Excel data into QlikView in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Loading-Excel-data-into-QlikView/m-p/151006#M716151</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Mathew,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Not sure if this method would be the way to go, but you can try connecting JIRA to MySQL. By doing this you can download the issues, tasks etc data into MySQL and connect to Qlikview to load data and create reports using the OLE DB connection. I haven't tried it. &lt;/P&gt;&lt;P&gt;&lt;A href="https://confluence.atlassian.com/display/JIRA/Connecting+JIRA+to+MySQL" title="https://confluence.atlassian.com/display/JIRA/Connecting+JIRA+to+MySQL"&gt;Connecting JIRA to MySQL - JIRA 6.3 - Atlassian Documentation&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know if you get a chance to test this.&amp;nbsp; &lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Janaki Venkitasubramanian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 25 Aug 2014 20:28:48 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-08-25T20:28:48Z</dc:date>
    <item>
      <title>Loading Excel data into QlikView</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-Excel-data-into-QlikView/m-p/150999#M716144</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 think I have a simple data loading problem. I have an .xls file exported from our bug tracking tool "Jira". You can find the file as attatchment.&lt;/P&gt;&lt;P&gt;Now I am trying to load all the data into my QlikView application, but I was not able to do this.&lt;/P&gt;&lt;P&gt;Details:&lt;/P&gt;&lt;P&gt;I don't need the first 3 rows from the .xls file. The 3 columnames should be "Issue Type", "Key", and "Issue Links"&lt;/P&gt;&lt;P&gt;And I also don't need the last row of the excel output but this is not so important.&lt;/P&gt;&lt;P&gt;I hope somebody could help me.&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Herbert&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Aug 2009 22:28:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-Excel-data-into-QlikView/m-p/150999#M716144</guid>
      <dc:creator />
      <dc:date>2009-08-03T22:28:46Z</dc:date>
    </item>
    <item>
      <title>Loading Excel data into QlikView</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-Excel-data-into-QlikView/m-p/151000#M716145</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Herbert,&lt;/P&gt;&lt;P&gt;When you are in the edit script mode, click on the "Table Files" button to get the wizard for loading excel files.&lt;/P&gt;&lt;P&gt;In your example you said you didn't want the first three rows or the last.&lt;/P&gt;&lt;P&gt;The following code is what the wizard produced:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;&lt;BR /&gt;LOAD [Issue Type],&lt;BR /&gt; Key,&lt;BR /&gt; [Issue Links]&lt;BR /&gt;FROM DELETE.xls (biff, embedded labels, table is general_report$, filters(&lt;BR /&gt;Remove(Row, Pos(Top, 2)),&lt;BR /&gt;Remove(Row, Pos(Top, 1)),&lt;BR /&gt;Remove(Row, RowCnd(CellValue, 1, StrCnd(contain, 'Generated at')))));&lt;BR /&gt;&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;When the wizard opens and you choose your Excel file, click on the "Transform" button and you can select rows to always delete, like the first three and you can create a conditional delete, so for the last row the conditional delete says to delete and column with "Genereate at" in it.&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;Mark&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Aug 2009 00:54:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-Excel-data-into-QlikView/m-p/151000#M716145</guid>
      <dc:creator>markmccoid</dc:creator>
      <dc:date>2009-08-04T00:54:21Z</dc:date>
    </item>
    <item>
      <title>Loading Excel data into QlikView</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-Excel-data-into-QlikView/m-p/151001#M716146</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Thanks for your help. But I think I haven't explained my problem enough. I got nearly the same code as you, but the thing is, I can't use the excel output from "Jira", it is not recongnized as a excel file in the script editor wizard. I can only use it when I open it before manually within Excel and convert it to a normal excel file. I think markmccoid also have converted into a right excel with the name DELETE.xls&lt;/P&gt;&lt;P&gt;Please look at the screenshots. The thing is this that everything should be automatically, the file is saved automatically somewhere and qlikview imports it than automatically, but it should be not like this that I must convert the excel format.&lt;/P&gt;&lt;P&gt;I don't know exactly which type of excel output it is, a little bit strange.&lt;/P&gt;&lt;P&gt;Is it also possible to import the data without change of the rare data file?&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Herbert&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Aug 2009 14:13:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-Excel-data-into-QlikView/m-p/151001#M716146</guid>
      <dc:creator />
      <dc:date>2009-08-04T14:13:15Z</dc:date>
    </item>
    <item>
      <title>Loading Excel data into QlikView</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-Excel-data-into-QlikView/m-p/151002#M716147</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Having the same problem. It's xls files but formatted as .csv or .txt and I get a Execution of script failed. Reload old Data? Error every time.&lt;/P&gt;&lt;P&gt;Anyone have a solution how to get qlikview to parse these "wrongly" formatted .xls files?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Dec 2009 01:42:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-Excel-data-into-QlikView/m-p/151002#M716147</guid>
      <dc:creator />
      <dc:date>2009-12-16T01:42:59Z</dc:date>
    </item>
    <item>
      <title>Loading Excel data into QlikView</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-Excel-data-into-QlikView/m-p/151003#M716148</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It looks like it saves it as HTML, so you can select that in the wizard dialog. No file re-saving is required first. The wizard will generate something like this:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD&lt;/STRONG&gt; [Issue Type],&lt;/P&gt;&lt;DIV&gt;&lt;P&gt;Key,&lt;/P&gt;&lt;P&gt;[Issue Links]&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FROM&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Testdata.xls&lt;/P&gt;&lt;P&gt;(html, codepage is 1252, embedded labels, table is @2);&lt;/P&gt;&lt;P&gt;Your data is in table @2, if you want the header block it's in table @1.&lt;/P&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Dec 2009 02:20:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-Excel-data-into-QlikView/m-p/151003#M716148</guid>
      <dc:creator />
      <dc:date>2009-12-16T02:20:16Z</dc:date>
    </item>
    <item>
      <title>Re: Loading Excel data into QlikView</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-Excel-data-into-QlikView/m-p/151004#M716149</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 was wondering if you have an example of the qlikview app you were creating for JIRA data.&lt;/P&gt;&lt;P&gt;I know this was a long time ago, but i'm trying to do something similar now with our on-site JIRA installation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anything you can provide will be gratefully received &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks in advance,&lt;/P&gt;&lt;P&gt;Matt&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Mar 2014 16:13:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-Excel-data-into-QlikView/m-p/151004#M716149</guid>
      <dc:creator />
      <dc:date>2014-03-18T16:13:16Z</dc:date>
    </item>
    <item>
      <title>Re: Loading Excel data into QlikView</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-Excel-data-into-QlikView/m-p/151005#M716150</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 have the same question as Matthew Johnson. Please update if there is any way to connect JIRA data directly or through third party into Qlikview. We have been currently exporting from JIRA and then importing into Qlikview. It becomes too tedious as we can't do live reporting. &lt;/P&gt;&lt;P&gt;Appreciate any help on this topic. &lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Janaki Venkitasubramanian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Aug 2014 18:30:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-Excel-data-into-QlikView/m-p/151005#M716150</guid>
      <dc:creator />
      <dc:date>2014-08-25T18:30:08Z</dc:date>
    </item>
    <item>
      <title>Re: Loading Excel data into QlikView</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-Excel-data-into-QlikView/m-p/151006#M716151</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Mathew,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Not sure if this method would be the way to go, but you can try connecting JIRA to MySQL. By doing this you can download the issues, tasks etc data into MySQL and connect to Qlikview to load data and create reports using the OLE DB connection. I haven't tried it. &lt;/P&gt;&lt;P&gt;&lt;A href="https://confluence.atlassian.com/display/JIRA/Connecting+JIRA+to+MySQL" title="https://confluence.atlassian.com/display/JIRA/Connecting+JIRA+to+MySQL"&gt;Connecting JIRA to MySQL - JIRA 6.3 - Atlassian Documentation&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know if you get a chance to test this.&amp;nbsp; &lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Janaki Venkitasubramanian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Aug 2014 20:28:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-Excel-data-into-QlikView/m-p/151006#M716151</guid>
      <dc:creator />
      <dc:date>2014-08-25T20:28:48Z</dc:date>
    </item>
    <item>
      <title>Re: Loading Excel data into QlikView</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-Excel-data-into-QlikView/m-p/151007#M716152</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Herbert,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did your problem solve with regards to importing data into Qlikview from JIRA?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Janaki Venkitasubramanian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Sep 2014 19:34:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-Excel-data-into-QlikView/m-p/151007#M716152</guid>
      <dc:creator />
      <dc:date>2014-09-10T19:34:20Z</dc:date>
    </item>
    <item>
      <title>Re: Loading Excel data into QlikView</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-Excel-data-into-QlikView/m-p/151008#M716153</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My issue was really how to query the sprint markers.&lt;/P&gt;&lt;P&gt;I have odbc/OLEDB connectivity to our JIRA instance - so can see the data, but the schema is tricky to understand and certain things look like they are not logged in the database in a relational way.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i'd be very interested to see anyone else's SQL/QVWs that they have created for that data&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;P&gt;Matt&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Sep 2014 13:26:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-Excel-data-into-QlikView/m-p/151008#M716153</guid>
      <dc:creator />
      <dc:date>2014-09-11T13:26:45Z</dc:date>
    </item>
    <item>
      <title>Re: Loading Excel data into QlikView</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-Excel-data-into-QlikView/m-p/151009#M716154</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i have excel file which is abnormal (Data is not it proper manner)&lt;/P&gt;&lt;P&gt;it has empty cell, marge,... etc&lt;/P&gt;&lt;P&gt;the how to get data from it. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Oct 2014 18:41:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-Excel-data-into-QlikView/m-p/151009#M716154</guid>
      <dc:creator>raviityou</dc:creator>
      <dc:date>2014-10-16T18:41:55Z</dc:date>
    </item>
    <item>
      <title>Re: Loading Excel data into QlikView</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-Excel-data-into-QlikView/m-p/151010#M716155</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Janaki,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You may try to use &lt;A href="http://1bitsolution.com/qvjiraconnector.html" title="http://1bitsolution.com/qvjiraconnector.html"&gt;QlikView API Connector for Jira&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Roman.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Feb 2015 18:08:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-Excel-data-into-QlikView/m-p/151010#M716155</guid>
      <dc:creator />
      <dc:date>2015-02-20T18:08:59Z</dc:date>
    </item>
  </channel>
</rss>

