<?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: Help loading in spreadsheet in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Help-loading-in-spreadsheet/m-p/1119178#M902902</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The Transformation wizard in the script editor can be very useful. I did the initial load of the spreadsheet via the wizard without typing a single line of script. I then manually added scrip to parse the multiple responses into individual rows. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want some good exercises on using the transformation wizard, check out the book "QlikView 11 for Developers".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Solution attached.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://masterssummit.com/" rel="nofollow" target="_blank"&gt;http://masterssummit.com&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://qlikviewcookbook.com/" rel="nofollow" target="_blank"&gt;http://qlikviewcookbook.com&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 08 Jul 2016 20:34:45 GMT</pubDate>
    <dc:creator>rwunderlich</dc:creator>
    <dc:date>2016-07-08T20:34:45Z</dc:date>
    <item>
      <title>Help loading in spreadsheet</title>
      <link>https://community.qlik.com/t5/QlikView/Help-loading-in-spreadsheet/m-p/1119174#M902898</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;I have the attached spreadsheet containing multiple choice questions and answers given by a number of companies. i am looking for help to try and get this loaded into QlikView. &lt;/P&gt;&lt;P&gt;The result i want is to be able to count how many people gave any specific answer (note that some questions have multiple answers too).&lt;/P&gt;&lt;P&gt;at the moment the format of the spreadsheet cannot be changed, you will notice that under some questions there is also a 'comments' line but not for all, this will probably have an impact on the load. &lt;/P&gt;&lt;P&gt;any help would be appreciated. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks in advance. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-loading-in-spreadsheet/m-p/1119174#M902898</guid>
      <dc:creator>hopkinsc</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Help loading in spreadsheet</title>
      <link>https://community.qlik.com/t5/QlikView/Help-loading-in-spreadsheet/m-p/1119175#M902899</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The problem is with Excel not with QlikView.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You would have equal if not greater problems trying to bring this data into any database or BI tool.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I suggest creating an Excel macro to reformat the data into a new tab in a columnar way that will allow it to easily be brought into another tool.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Alternatively you could write a very specific load script but that will need to be modified as new answers, companies, questions are added.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Jul 2016 13:20:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-loading-in-spreadsheet/m-p/1119175#M902899</guid>
      <dc:creator>dgreenberg</dc:creator>
      <dc:date>2016-07-08T13:20:50Z</dc:date>
    </item>
    <item>
      <title>Re: Help loading in spreadsheet</title>
      <link>https://community.qlik.com/t5/QlikView/Help-loading-in-spreadsheet/m-p/1119176#M902900</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ugh, I have to deal with badly organised data all the time &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/sad.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It's not impossible but it is awkward. See my attached attempt to get you started. I've two approaches for the initial load of data: the 1st (Main tab of script) is literally pulling the all data from your excel, filling in missing data. This approach will need to be amended if more questions are added so it would be a pain to use. The 2nd attempt (Alternative tab of script) is a much better approach so I would use that instead (&lt;STRONG&gt;&lt;EM&gt;Note:&lt;/EM&gt;&lt;/STRONG&gt;&lt;EM&gt; I didn't have time to test this script&lt;/EM&gt;).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The second step is to create 2 tables; 1 for &lt;STRONG&gt;Questions&lt;/STRONG&gt; &amp;amp; one for &lt;STRONG&gt;Answers&lt;/STRONG&gt; (also created a &lt;STRONG&gt;QuestionID&lt;/STRONG&gt; field to join them).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The final step is to load all company answers into a single field, with flags you can use to distinguish which company gave which answers. You should now be able to find the answers you need in the front end yourself. Good luck!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Jul 2016 14:50:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-loading-in-spreadsheet/m-p/1119176#M902900</guid>
      <dc:creator>ciaran_mcgowan</dc:creator>
      <dc:date>2016-07-08T14:50:25Z</dc:date>
    </item>
    <item>
      <title>Re: Help loading in spreadsheet</title>
      <link>https://community.qlik.com/t5/QlikView/Help-loading-in-spreadsheet/m-p/1119177#M902901</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I forgot to mention that I also separated out each answer so if one answer contains 3 different answers, then that results in 3 individual rows. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Jul 2016 17:30:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-loading-in-spreadsheet/m-p/1119177#M902901</guid>
      <dc:creator>ciaran_mcgowan</dc:creator>
      <dc:date>2016-07-08T17:30:05Z</dc:date>
    </item>
    <item>
      <title>Re: Help loading in spreadsheet</title>
      <link>https://community.qlik.com/t5/QlikView/Help-loading-in-spreadsheet/m-p/1119178#M902902</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The Transformation wizard in the script editor can be very useful. I did the initial load of the spreadsheet via the wizard without typing a single line of script. I then manually added scrip to parse the multiple responses into individual rows. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want some good exercises on using the transformation wizard, check out the book "QlikView 11 for Developers".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Solution attached.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://masterssummit.com/" rel="nofollow" target="_blank"&gt;http://masterssummit.com&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://qlikviewcookbook.com/" rel="nofollow" target="_blank"&gt;http://qlikviewcookbook.com&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Jul 2016 20:34:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-loading-in-spreadsheet/m-p/1119178#M902902</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2016-07-08T20:34:45Z</dc:date>
    </item>
    <item>
      <title>Re: Help loading in spreadsheet</title>
      <link>https://community.qlik.com/t5/QlikView/Help-loading-in-spreadsheet/m-p/1119179#M902903</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Hopkinsc,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did my QVD help you at all?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jul 2016 10:20:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-loading-in-spreadsheet/m-p/1119179#M902903</guid>
      <dc:creator>ciaran_mcgowan</dc:creator>
      <dc:date>2016-07-13T10:20:57Z</dc:date>
    </item>
    <item>
      <title>Re: Help loading in spreadsheet</title>
      <link>https://community.qlik.com/t5/QlikView/Help-loading-in-spreadsheet/m-p/1119180#M902904</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks for your help everyone, i went with Robs suggestion which has worked well. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Jul 2016 15:46:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-loading-in-spreadsheet/m-p/1119180#M902904</guid>
      <dc:creator>hopkinsc</dc:creator>
      <dc:date>2016-07-15T15:46:57Z</dc:date>
    </item>
  </channel>
</rss>

