<?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 Challenge in Data Load - Need help in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Challenge-in-Data-Load-Need-help/m-p/230084#M81952</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kumar,&lt;/P&gt;&lt;P&gt;How are u..&lt;/P&gt;&lt;P&gt;You can use inline function to map the newer updation along with the previous data.&lt;/P&gt;&lt;P&gt;Thanks and Regards&lt;/P&gt;&lt;P&gt;Sunil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 22 Dec 2010 08:06:44 GMT</pubDate>
    <dc:creator>sunil2288</dc:creator>
    <dc:date>2010-12-22T08:06:44Z</dc:date>
    <item>
      <title>Challenge in Data Load - Need help</title>
      <link>https://community.qlik.com/t5/QlikView/Challenge-in-Data-Load-Need-help/m-p/230083#M81951</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;Please find the enclosed sample files&lt;BR /&gt;I have set of 8 Questions (in old sample file) for which AnswerId were&lt;BR /&gt;1 Yes&lt;BR /&gt;2 No&lt;BR /&gt;3 No feedback&lt;/P&gt;&lt;P&gt;Everything was fine I was fetch the questions based on the following in my script while loading&lt;BR /&gt;if(Num([Question No])&amp;gt;0 and Num([Question No])&amp;lt;10,'Q'&amp;amp;[Question No],'') as Question_No&lt;BR /&gt;All calculations was based on Question_No field.&lt;/P&gt;&lt;P&gt;But in the enclosed updated sample file, user added one new question after QuestionNo 4.&lt;BR /&gt;which act as sub questions for Q4. i.e 5,6,7,8&lt;BR /&gt;Now the Question No. sequence is changed as compare to old sample file.&lt;/P&gt;&lt;P&gt;Still there are basically only total 8 questions in both files, only updated file is having the new subquestions of Q4, where sequence as compared to old is changed.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;The requirement is:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;If the &lt;STRONG&gt;answer&lt;/STRONG&gt; for &lt;STRONG&gt;Q4&lt;/STRONG&gt; (in &lt;STRONG&gt;updated sample&lt;/STRONG&gt; file ) is "&lt;STRONG&gt;NO&lt;/STRONG&gt;" then only Subquestions &lt;STRONG&gt;Q-5,6,7,8&lt;/STRONG&gt; comes into picture.&lt;BR /&gt;Again subquestion Q-5 can have Answer as Interior/Exterior&lt;/P&gt;&lt;P&gt;Answer AnswerID&lt;BR /&gt;======= ===========&lt;BR /&gt;Interior 1&lt;BR /&gt;Exterior 2&lt;BR /&gt;Interior,Exterior 1,2&lt;/P&gt;&lt;P&gt;If subquestion &lt;STRONG&gt;Q-5 Answer&lt;/STRONG&gt; is "&lt;STRONG&gt;Interior&lt;/STRONG&gt;" then subquestion &lt;STRONG&gt;Q6&lt;/STRONG&gt; &lt;STRONG&gt;AnswerID&lt;/STRONG&gt; need to be consider which is comma seperated, as mentioned in breakup sheet of &lt;STRONG&gt;updated sample&lt;/STRONG&gt; file&lt;/P&gt;&lt;P&gt;AnswerID If Washing Concern is Interior Cleaning""&lt;BR /&gt;======== ===========================================&lt;BR /&gt;1 Dash Board/AC Vents/Glove Box&lt;BR /&gt;2 Combimeter/IRVM/Ashtray/Sunvisors&lt;BR /&gt;3 Steering Wheel/Switches (Wiper/H Light)&lt;BR /&gt;4 Gear Lever Knob/Center Console/Stereo&lt;BR /&gt;5 Door Trims/Cupholders/Scuff Plates&lt;BR /&gt;6 Seats/Seat Belts/Buckles&lt;BR /&gt;7 Foot Mats/Floor Carpet&lt;BR /&gt;8 Roof Lining/Support Handle&lt;BR /&gt;9 Interior vacuuming&lt;BR /&gt;10 Not Answered&lt;/P&gt;&lt;P&gt;If subquestion &lt;STRONG&gt;Q-5 Answer&lt;/STRONG&gt; is "&lt;STRONG&gt;Exterior&lt;/STRONG&gt;" then subquestion &lt;STRONG&gt;Q7 AnswerID&lt;/STRONG&gt; need to be consider which is comma seperated,as mentioned in breakup sheet of &lt;STRONG&gt;updated sample&lt;/STRONG&gt; file&lt;/P&gt;&lt;P&gt;AnswerID If Washing Cocern is Exterior Cleaning""&lt;BR /&gt;======== ===========================================&lt;BR /&gt;1 Windshield (FR/RR) / Window/Quarter Glass / Mirrors&lt;BR /&gt;2 Lamps (Head / Fog / Tail)&lt;BR /&gt;3 Engine Hood Panel/Front Grill&lt;BR /&gt;4 Roof Panel&lt;BR /&gt;5 Body Panel (Fender / Quarter/Rocker Panels)&lt;BR /&gt;6 Door Panels (Front / Rear / Dicky)&lt;BR /&gt;7 Bumper (Front / Rear)&lt;BR /&gt;8 Tyres/ Wheel Caps/Wheel Housings&lt;BR /&gt;9 Underbody/Engine Room/Boot Space&lt;BR /&gt;10 Not Answered&lt;/P&gt;&lt;P&gt;If subquestion &lt;STRONG&gt;Q-5 Answer&lt;/STRONG&gt; is "&lt;STRONG&gt;Interior,Exterior&lt;/STRONG&gt;" then both subquestion &lt;STRONG&gt;Q6,Q7 AnswerID&lt;/STRONG&gt; need to be track&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Note:&lt;/STRONG&gt;&lt;BR /&gt;Need to maintain the &lt;STRONG&gt;QuestionNo&lt;/STRONG&gt; sequence number same as given in old sample file.&lt;BR /&gt;As there is huge data available in olderfile for consideration.&lt;/P&gt;&lt;P&gt;Please suggest how to load the data so that we can maintain and track the above records with compare to &lt;STRONG&gt;old sample&lt;/STRONG&gt; file and generate graph as given in "&lt;STRONG&gt;breakup&lt;/STRONG&gt;" sheet of "&lt;STRONG&gt;Updated sample&lt;/STRONG&gt;" file.&lt;/P&gt;&lt;P&gt;Thanks,&lt;BR /&gt;Kumar&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Dec 2010 07:47:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Challenge-in-Data-Load-Need-help/m-p/230083#M81951</guid>
      <dc:creator />
      <dc:date>2010-12-22T07:47:28Z</dc:date>
    </item>
    <item>
      <title>Challenge in Data Load - Need help</title>
      <link>https://community.qlik.com/t5/QlikView/Challenge-in-Data-Load-Need-help/m-p/230084#M81952</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kumar,&lt;/P&gt;&lt;P&gt;How are u..&lt;/P&gt;&lt;P&gt;You can use inline function to map the newer updation along with the previous data.&lt;/P&gt;&lt;P&gt;Thanks and Regards&lt;/P&gt;&lt;P&gt;Sunil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Dec 2010 08:06:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Challenge-in-Data-Load-Need-help/m-p/230084#M81952</guid>
      <dc:creator>sunil2288</dc:creator>
      <dc:date>2010-12-22T08:06:44Z</dc:date>
    </item>
    <item>
      <title>Challenge in Data Load - Need help</title>
      <link>https://community.qlik.com/t5/QlikView/Challenge-in-Data-Load-Need-help/m-p/230085#M81953</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you can also maintain answer id data in excel and used it in your QV application.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Dec 2010 08:12:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Challenge-in-Data-Load-Need-help/m-p/230085#M81953</guid>
      <dc:creator>suniljain</dc:creator>
      <dc:date>2010-12-22T08:12:02Z</dc:date>
    </item>
    <item>
      <title>Challenge in Data Load - Need help</title>
      <link>https://community.qlik.com/t5/QlikView/Challenge-in-Data-Load-Need-help/m-p/230086#M81954</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunil,&lt;/P&gt;&lt;P&gt;I am fine, Hope u are doing fine.&lt;BR /&gt;Can u express in detail providing one sample?&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Kumar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Dec 2010 08:14:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Challenge-in-Data-Load-Need-help/m-p/230086#M81954</guid>
      <dc:creator />
      <dc:date>2010-12-22T08:14:16Z</dc:date>
    </item>
    <item>
      <title>Challenge in Data Load - Need help</title>
      <link>https://community.qlik.com/t5/QlikView/Challenge-in-Data-Load-Need-help/m-p/230087#M81955</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kumar,&lt;/P&gt;&lt;P&gt;Actually i am not able to open the sample file u have attached.&lt;/P&gt;&lt;P&gt;But i can suggest you to take a look to the older sample and try to map the newer field as concern.&lt;/P&gt;&lt;P&gt;Thanks And Regards&lt;/P&gt;&lt;P&gt;Sunil&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Dec 2010 08:29:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Challenge-in-Data-Load-Need-help/m-p/230087#M81955</guid>
      <dc:creator>sunil2288</dc:creator>
      <dc:date>2010-12-22T08:29:29Z</dc:date>
    </item>
  </channel>
</rss>

