<?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: Generating data in a load statement in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Generating-data-in-a-load-statement/m-p/593701#M478360</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;Try this,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load *,&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;if( Assessment='-','Incomplete',Assessment) as NewAssessment&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;from table;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Use NewAssessement for use&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 19 Mar 2014 09:36:25 GMT</pubDate>
    <dc:creator>PrashantSangle</dc:creator>
    <dc:date>2014-03-19T09:36:25Z</dc:date>
    <item>
      <title>Generating data in a load statement</title>
      <link>https://community.qlik.com/t5/QlikView/Generating-data-in-a-load-statement/m-p/593699#M478358</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Good morning All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was wondering if someone could assist with how I could adjust my load statement so that it replaces certain values in a field when doing the upload. I have a field which has contains the values Poor, Good, Average and "-". The "-" represents a situation where an evaluation hasn't yet been done. I would like to replace this "-" with some text, "Incomplete". How would I add this to the upload statement, say the field is called 'Assessment'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Herbiec09&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Mar 2014 09:11:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Generating-data-in-a-load-statement/m-p/593699#M478358</guid>
      <dc:creator />
      <dc:date>2014-03-19T09:11:24Z</dc:date>
    </item>
    <item>
      <title>Re: Generating data in a load statement</title>
      <link>https://community.qlik.com/t5/QlikView/Generating-data-in-a-load-statement/m-p/593700#M478359</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If the field's name is Assessment,&lt;/P&gt;&lt;P&gt;in the load script:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load &lt;/P&gt;&lt;P&gt;if( Assessment='-','Incomplete',Assessment) as Assessment,&lt;/P&gt;&lt;P&gt;field2,&lt;/P&gt;&lt;P&gt;field3,&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;from table ;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps&lt;/P&gt;&lt;P&gt;MC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Mar 2014 09:19:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Generating-data-in-a-load-statement/m-p/593700#M478359</guid>
      <dc:creator />
      <dc:date>2014-03-19T09:19:51Z</dc:date>
    </item>
    <item>
      <title>Re: Generating data in a load statement</title>
      <link>https://community.qlik.com/t5/QlikView/Generating-data-in-a-load-statement/m-p/593701#M478360</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;Try this,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load *,&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;if( Assessment='-','Incomplete',Assessment) as NewAssessment&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;from table;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Use NewAssessement for use&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Mar 2014 09:36:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Generating-data-in-a-load-statement/m-p/593701#M478360</guid>
      <dc:creator>PrashantSangle</dc:creator>
      <dc:date>2014-03-19T09:36:25Z</dc:date>
    </item>
    <item>
      <title>Re: Generating data in a load statement</title>
      <link>https://community.qlik.com/t5/QlikView/Generating-data-in-a-load-statement/m-p/593702#M478361</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Perfect solution, many thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Much appreciated&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Mar 2014 09:38:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Generating-data-in-a-load-statement/m-p/593702#M478361</guid>
      <dc:creator />
      <dc:date>2014-03-19T09:38:34Z</dc:date>
    </item>
    <item>
      <title>Re: Generating data in a load statement</title>
      <link>https://community.qlik.com/t5/QlikView/Generating-data-in-a-load-statement/m-p/593703#M478362</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Something like this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Temp:&lt;/P&gt;&lt;P&gt;Load * Inline&lt;/P&gt;&lt;P&gt;[&lt;/P&gt;&lt;P&gt;&amp;nbsp; Product, Quality&lt;/P&gt;&lt;P&gt;&amp;nbsp; A, Good&lt;/P&gt;&lt;P&gt;&amp;nbsp; B, Good&lt;/P&gt;&lt;P&gt;&amp;nbsp; C, Poor&lt;/P&gt;&lt;P&gt;&amp;nbsp; D, Average&lt;/P&gt;&lt;P&gt;&amp;nbsp; E, -&lt;/P&gt;&lt;P&gt;&amp;nbsp; F, -&lt;/P&gt;&lt;P&gt;&amp;nbsp; G, Average&lt;/P&gt;&lt;P&gt;&amp;nbsp; H, Poor&lt;/P&gt;&lt;P&gt;&amp;nbsp; I, - &lt;/P&gt;&lt;P&gt;&amp;nbsp; J, Average&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NoConcatenate&lt;/P&gt;&lt;P&gt;Final:&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;&amp;nbsp; Product,&lt;/P&gt;&lt;P&gt;&amp;nbsp; If(Quality = '-','Incomplete', Quality) as Quality&lt;/P&gt;&lt;P&gt;Resident Temp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Drop Table Temp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Mar 2014 09:39:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Generating-data-in-a-load-statement/m-p/593703#M478362</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2014-03-19T09:39:34Z</dc:date>
    </item>
  </channel>
</rss>

