<?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: Inline loading in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Inline-loading/m-p/1355088#M415968</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you trying to change the field name in the inline LOAD statement or with a RENAME function?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Rename Field firstName To FullName&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 23 Jul 2017 04:15:11 GMT</pubDate>
    <dc:creator>sonkumamon</dc:creator>
    <dc:date>2017-07-23T04:15:11Z</dc:date>
    <item>
      <title>Inline loading</title>
      <link>https://community.qlik.com/t5/QlikView/Inline-loading/m-p/1355086#M415966</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i have created a table by inline loading but&amp;nbsp; after creating the table i want to change one field name but here " as" function is not working why ,i want to know why it is not working&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 22 Jul 2017 09:27:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Inline-loading/m-p/1355086#M415966</guid>
      <dc:creator>manoj217</dc:creator>
      <dc:date>2017-07-22T09:27:44Z</dc:date>
    </item>
    <item>
      <title>Re: Inline loading</title>
      <link>https://community.qlik.com/t5/QlikView/Inline-loading/m-p/1355087#M415967</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you copy the script you are trying?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can do something like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD ID, Name AS FirstName INLINE [&lt;/P&gt;&lt;P&gt;ID, Name&lt;/P&gt;&lt;P&gt;1, VVV&lt;/P&gt;&lt;P&gt;2,SSS&lt;/P&gt;&lt;P&gt;3,RRR&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 23 Jul 2017 03:32:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Inline-loading/m-p/1355087#M415967</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2017-07-23T03:32:39Z</dc:date>
    </item>
    <item>
      <title>Re: Inline loading</title>
      <link>https://community.qlik.com/t5/QlikView/Inline-loading/m-p/1355088#M415968</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you trying to change the field name in the inline LOAD statement or with a RENAME function?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Rename Field firstName To FullName&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 23 Jul 2017 04:15:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Inline-loading/m-p/1355088#M415968</guid>
      <dc:creator>sonkumamon</dc:creator>
      <dc:date>2017-07-23T04:15:11Z</dc:date>
    </item>
    <item>
      <title>Re: Inline loading</title>
      <link>https://community.qlik.com/t5/QlikView/Inline-loading/m-p/1355089#M415969</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;so after inline statement as function wil not work we need to use in before inline function. thnks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 23 Jul 2017 17:56:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Inline-loading/m-p/1355089#M415969</guid>
      <dc:creator>manoj217</dc:creator>
      <dc:date>2017-07-23T17:56:30Z</dc:date>
    </item>
    <item>
      <title>Re: Inline loading</title>
      <link>https://community.qlik.com/t5/QlikView/Inline-loading/m-p/1355090#M415970</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;To all the fields that you enumerate in LOAD*Inline, you can access through LOAD before the construction LOAD*Inline. For example,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD*,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Function(&lt;SPAN style="color: #ff0000;"&gt;Field1&lt;/SPAN&gt;) as YourName1,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;Function(&lt;SPAN style="color: #3366ff;"&gt;Field2&lt;/SPAN&gt;) as YourName2;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD*Inline&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;[&lt;SPAN style="color: #ff0000;"&gt;Field1&lt;/SPAN&gt;, &lt;SPAN style="color: #3366ff;"&gt;Field2&lt;/SPAN&gt;, Field3&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;1, 1, 1&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;2, 2, 2&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;];&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note the asterisk after LOAD in the code above. If it is (have asterisk), all fields listed in LOAD*Inline will be included in the table and&amp;nbsp; after the first statement LOAD fields will be added. Without a asterisk, the fields listed in the construction LOAD*Inline will not be included in result table. In the table there will be only fields after the first operator LOAD.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Andrey&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 23 Jul 2017 18:42:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Inline-loading/m-p/1355090#M415970</guid>
      <dc:creator>ahaahaaha</dc:creator>
      <dc:date>2017-07-23T18:42:11Z</dc:date>
    </item>
    <item>
      <title>Re: Inline loading</title>
      <link>https://community.qlik.com/t5/QlikView/Inline-loading/m-p/1355091#M415971</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you are asking &lt;SPAN style="font-size: 13.3333px;"&gt;whether&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code _jivemacro_uid_15008495326566264 jive_text_macro" jivemacro_uid="_15008495326566264"&gt;
&lt;P&gt;LOAD ID, FirstName INLINE [&lt;/P&gt;
&lt;P&gt;ID, Name as FirstName&lt;/P&gt;
&lt;P&gt;1, VVV&lt;/P&gt;
&lt;P&gt;2,SSS&lt;/P&gt;
&lt;P&gt;3,RRR&lt;/P&gt;
&lt;P&gt;];&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is a correct way of aliasing an inline loaded field, then the answer would be no.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 23 Jul 2017 22:40:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Inline-loading/m-p/1355091#M415971</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2017-07-23T22:40:18Z</dc:date>
    </item>
    <item>
      <title>Re: Inline loading</title>
      <link>https://community.qlik.com/t5/QlikView/Inline-loading/m-p/1355092#M415972</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;as function is not working after inline statement if it is placed after load statement it is working &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Jul 2017 02:33:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Inline-loading/m-p/1355092#M415972</guid>
      <dc:creator>manoj217</dc:creator>
      <dc:date>2017-07-24T02:33:11Z</dc:date>
    </item>
    <item>
      <title>Re: Inline loading</title>
      <link>https://community.qlik.com/t5/QlikView/Inline-loading/m-p/1355093#M415973</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This Question was raised when I was in basic level , now I can understand clearly why it is .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks guys &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Jul 2017 05:04:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Inline-loading/m-p/1355093#M415973</guid>
      <dc:creator />
      <dc:date>2017-07-24T05:04:35Z</dc:date>
    </item>
    <item>
      <title>Re: Inline loading</title>
      <link>https://community.qlik.com/t5/QlikView/Inline-loading/m-p/1355094#M415974</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry Guys, I thought it was araised by me .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hi Manoj,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Inline is kind of database table(ur trying to create columns and rows over here)&lt;/P&gt;&lt;P&gt;while ur creating column name as example&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;load * inline [&lt;/P&gt;&lt;P&gt;id as id1,sales&lt;/P&gt;&lt;P&gt;1,100&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;whats the point renaming over here id as id1,&lt;/P&gt;&lt;P&gt;instead of that u can directly give id1 only because ur creating the colum here ,u cant make alias name over here .&lt;/P&gt;&lt;P&gt;if u want do that then&amp;nbsp; follow this (as above given by experts)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD*,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Function(&lt;SPAN style="color: #ff0000;"&gt;Field1&lt;/SPAN&gt;) as YourName1,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.33px;"&gt;Function(&lt;SPAN style="color: #3366ff;"&gt;Field2&lt;/SPAN&gt;) as YourName2;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD*Inline&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;[&lt;SPAN style="color: #ff0000;"&gt;Field1&lt;/SPAN&gt;, &lt;SPAN style="color: #3366ff;"&gt;Field2&lt;/SPAN&gt;, Field3&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;1, 1, 1&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;2, 2, 2&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;];&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Jul 2017 05:09:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Inline-loading/m-p/1355094#M415974</guid>
      <dc:creator />
      <dc:date>2017-07-24T05:09:44Z</dc:date>
    </item>
    <item>
      <title>Re: Inline loading</title>
      <link>https://community.qlik.com/t5/QlikView/Inline-loading/m-p/1355095#M415975</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Manoj,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please Try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;INlineAliasname:&lt;/P&gt;&lt;P&gt;LOAd ID,&amp;nbsp; Name as FirstName&amp;nbsp; ;&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&amp;nbsp; &lt;/P&gt;&lt;P&gt;ID, Name &lt;/P&gt;&lt;P&gt;1, VVV&amp;nbsp; &lt;/P&gt;&lt;P&gt;2,SSS&amp;nbsp; &lt;/P&gt;&lt;P&gt;3,RRR&amp;nbsp; &lt;/P&gt;&lt;P&gt;];&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Arvind Patil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Jul 2017 05:23:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Inline-loading/m-p/1355095#M415975</guid>
      <dc:creator>arvind_patil</dc:creator>
      <dc:date>2017-07-24T05:23:40Z</dc:date>
    </item>
  </channel>
</rss>

