<?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 Is a &amp;quot;Load Inline&amp;quot; the correct solution here? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Is-a-quot-Load-Inline-quot-the-correct-solution-here/m-p/4889#M608178</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 loaded several fields with sql-Select commands. There ist one field containing 3 to 8-digit numbers. From theses numbers, only the third digit from the left of each number is relevant for me, because it represents a certain location.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My goal is to represent this information in a way that is readable for the end-user, e.g. if the third number is a 7, then the corresponding location is displayed. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My first guess was to use a "load inline" command. I have extracted the third digit with "Mid(MUNICIPAL_KEY, 3,1)" , so that my Listbox only shows these digits. But now I am not able to use these values in a "load inline" section.I have to admit that I really don't know if that is the proper way to go...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope that the explanation of the problem is understandable. Thanks in advance for any help....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards, Markus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 22 Jan 2018 15:56:33 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2018-01-22T15:56:33Z</dc:date>
    <item>
      <title>Is a "Load Inline" the correct solution here?</title>
      <link>https://community.qlik.com/t5/QlikView/Is-a-quot-Load-Inline-quot-the-correct-solution-here/m-p/4889#M608178</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 loaded several fields with sql-Select commands. There ist one field containing 3 to 8-digit numbers. From theses numbers, only the third digit from the left of each number is relevant for me, because it represents a certain location.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My goal is to represent this information in a way that is readable for the end-user, e.g. if the third number is a 7, then the corresponding location is displayed. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My first guess was to use a "load inline" command. I have extracted the third digit with "Mid(MUNICIPAL_KEY, 3,1)" , so that my Listbox only shows these digits. But now I am not able to use these values in a "load inline" section.I have to admit that I really don't know if that is the proper way to go...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope that the explanation of the problem is understandable. Thanks in advance for any help....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards, Markus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Jan 2018 15:56:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Is-a-quot-Load-Inline-quot-the-correct-solution-here/m-p/4889#M608178</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-01-22T15:56:33Z</dc:date>
    </item>
    <item>
      <title>Re: Is a "Load Inline" the correct solution here?</title>
      <link>https://community.qlik.com/t5/QlikView/Is-a-quot-Load-Inline-quot-the-correct-solution-here/m-p/4890#M608179</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Depends on how you want to build your data model. But an INLINE LOAD should probably work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example, using a MAPPING approach to map your texts:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MAP:&lt;/P&gt;&lt;P&gt;MAPPING&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;Digit, Text&lt;/P&gt;&lt;P&gt;7, Location A&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD *,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ApplyMap('MAP',Mid(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;MUNICIPAL_KEY,3,1&lt;/SPAN&gt;), 'no Map') as Text;&lt;/P&gt;&lt;P&gt;SQL SELECT &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;MUNICIPAL_KEY&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;FROM ...;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Jan 2018 22:20:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Is-a-quot-Load-Inline-quot-the-correct-solution-here/m-p/4890#M608179</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2018-01-22T22:20:03Z</dc:date>
    </item>
  </channel>
</rss>

