<?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 Load from field in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Load-from-field/m-p/237823#M88810</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Your example shows me how to use the statement - below is how I would normally achieve the same result&lt;/P&gt;&lt;P style="font-style: italic"&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;I&gt;&lt;/I&gt;&lt;PRE style="margin: 0px;"&gt;&lt;I&gt;&lt;/I&gt;&lt;BR /&gt;&lt;I&gt;second:&lt;/I&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;LOAD two&lt;/STRONG&gt; AS ttwo&lt;BR /&gt; &lt;STRONG&gt;RESIDENT&lt;/STRONG&gt; first&lt;BR /&gt;&lt;STRONG&gt;where&lt;/STRONG&gt; len(two) &amp;gt; 5;&lt;BR /&gt;&lt;STRONG&gt;&lt;/STRONG&gt;&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I'm trying to understand is what benefit FROM_FIELD offers?&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 15 Oct 2010 09:48:42 GMT</pubDate>
    <dc:creator />
    <dc:date>2010-10-15T09:48:42Z</dc:date>
    <item>
      <title>Load from field</title>
      <link>https://community.qlik.com/t5/QlikView/Load-from-field/m-p/237819#M88806</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;According to the Qlikview documentation the load statement can use a previously loaded field as a data source. Suggestion is that this can be very useful when reading from web pages.&lt;/P&gt;&lt;P&gt;Can someone give a practical example of this use as I can't get my head round why I'd want to be able to do this.&lt;/P&gt;&lt;P&gt;Many thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Oct 2010 14:21:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-from-field/m-p/237819#M88806</guid>
      <dc:creator />
      <dc:date>2010-10-14T14:21:47Z</dc:date>
    </item>
    <item>
      <title>Load from field</title>
      <link>https://community.qlik.com/t5/QlikView/Load-from-field/m-p/237820#M88807</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do you refer to "preceding load"?&lt;/P&gt;&lt;P&gt;This would be like&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;&lt;BR /&gt;LOAD&lt;BR /&gt;Cost;&lt;BR /&gt;LOAD&lt;BR /&gt;Value * Price AS Cost,&lt;BR /&gt;*;&lt;BR /&gt;LOAD&lt;BR /&gt;Field1AS Value,&lt;BR /&gt;Field2 AS Cost&lt;BR /&gt;FROM .....&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;Thus you are able to use fieldnames or calculation-results. Read order is from bottom to top, i.e. topmost is the latest calculation at the bottom you find typically the direct loading from the source.&lt;/P&gt;&lt;P&gt;HTH&lt;BR /&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Oct 2010 15:12:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-from-field/m-p/237820#M88807</guid>
      <dc:creator>prieper</dc:creator>
      <dc:date>2010-10-14T15:12:11Z</dc:date>
    </item>
    <item>
      <title>Load from field</title>
      <link>https://community.qlik.com/t5/QlikView/Load-from-field/m-p/237821#M88808</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Peter,&lt;/P&gt;&lt;P&gt;Thank you for this but I don't think preceding load is what I mean, though I could be mistaken.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-weight: bold"&gt;&lt;/P&gt;&lt;P style="font-weight: bold; text-align: left"&gt;"Load from field&lt;/P&gt;&lt;P style="text-align: left"&gt;The load statement may now use a previously loaded QlikView field as data source. This feature can be quite useful e.g. when reading data from web pages."&lt;/P&gt;&lt;P style="text-align: left"&gt;&lt;/P&gt;Example in the manual is - &lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;&lt;/P&gt;&lt;P style="text-align: left"&gt;Loading data from previously loaded fields&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Load A from_field (Characters, Types);&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Gray&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Oct 2010 17:02:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-from-field/m-p/237821#M88808</guid>
      <dc:creator />
      <dc:date>2010-10-14T17:02:35Z</dc:date>
    </item>
    <item>
      <title>Load from field</title>
      <link>https://community.qlik.com/t5/QlikView/Load-from-field/m-p/237822#M88809</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Attached a qvw file for from_field.&lt;/P&gt;&lt;P&gt;Check if it helps you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Oct 2010 17:50:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-from-field/m-p/237822#M88809</guid>
      <dc:creator />
      <dc:date>2010-10-14T17:50:33Z</dc:date>
    </item>
    <item>
      <title>Load from field</title>
      <link>https://community.qlik.com/t5/QlikView/Load-from-field/m-p/237823#M88810</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Your example shows me how to use the statement - below is how I would normally achieve the same result&lt;/P&gt;&lt;P style="font-style: italic"&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;I&gt;&lt;/I&gt;&lt;PRE style="margin: 0px;"&gt;&lt;I&gt;&lt;/I&gt;&lt;BR /&gt;&lt;I&gt;second:&lt;/I&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;LOAD two&lt;/STRONG&gt; AS ttwo&lt;BR /&gt; &lt;STRONG&gt;RESIDENT&lt;/STRONG&gt; first&lt;BR /&gt;&lt;STRONG&gt;where&lt;/STRONG&gt; len(two) &amp;gt; 5;&lt;BR /&gt;&lt;STRONG&gt;&lt;/STRONG&gt;&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I'm trying to understand is what benefit FROM_FIELD offers?&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Oct 2010 09:48:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-from-field/m-p/237823#M88810</guid>
      <dc:creator />
      <dc:date>2010-10-15T09:48:42Z</dc:date>
    </item>
    <item>
      <title>Load from field</title>
      <link>https://community.qlik.com/t5/QlikView/Load-from-field/m-p/237824#M88811</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello. Any chance someone could post the actual script code provided in the qvw example. I'm learning how to use Qlikview using the personal edition and the example won't open it that. Cheers and many thanks.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Graham&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 03 Apr 2011 00:41:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-from-field/m-p/237824#M88811</guid>
      <dc:creator>graham-crooks</dc:creator>
      <dc:date>2011-04-03T00:41:21Z</dc:date>
    </item>
    <item>
      <title>Load from field</title>
      <link>https://community.qlik.com/t5/QlikView/Load-from-field/m-p/237825#M88812</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;SET ThousandSep=',';&lt;BR /&gt;SET DecimalSep='.';&lt;BR /&gt;SET MoneyThousandSep=',';&lt;BR /&gt;SET MoneyDecimalSep='.';&lt;BR /&gt;SET MoneyFormat='Rs. #,##0.00;Rs. -#,##0.00';&lt;BR /&gt;SET TimeFormat='h:mm:ss TT';&lt;BR /&gt;SET DateFormat='DD-MM-YYYY';&lt;BR /&gt;SET TimestampFormat='DD-MM-YYYY h:mm:ss[.fff] TT';&lt;BR /&gt;SET MonthNames='Jan;Feb;Mar;Apr;May;Jun;Jul;Aug;Sep;Oct;Nov;Dec';&lt;BR /&gt;SET DayNames='Mon;Tue;Wed;Thu;Fri;Sat;Sun';&lt;BR /&gt;&lt;BR /&gt;first:&lt;BR /&gt;LOAD * INLINE [&lt;BR /&gt; one, two&lt;BR /&gt; 1, 1&lt;BR /&gt; 2, 22&lt;BR /&gt; 3, 333&lt;BR /&gt; 4, 4444&lt;BR /&gt; 5, 55555&lt;BR /&gt; 6, 666666&lt;BR /&gt; 7, 7777777&lt;BR /&gt; 8, 888888&lt;BR /&gt; 9, 99999&lt;BR /&gt; 10, 10101010&lt;BR /&gt; 11, 111111&lt;BR /&gt; 12, 1212&lt;BR /&gt; 13, 13&lt;BR /&gt; 14, 1414&lt;BR /&gt; 15, 151515&lt;BR /&gt;];&lt;BR /&gt;&lt;BR /&gt;second:&lt;BR /&gt;LOAD @1 as ttwo&lt;BR /&gt;FROM_FIELD&lt;BR /&gt;(first, two)&lt;BR /&gt;(txt, utf8, explicit labels, delimiter is '\t', msq)&lt;BR /&gt;where len(@1) &amp;gt; 5;&lt;BR /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 17 Apr 2011 14:41:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-from-field/m-p/237825#M88812</guid>
      <dc:creator>jacekvsp</dc:creator>
      <dc:date>2011-04-17T14:41:27Z</dc:date>
    </item>
    <item>
      <title>Re: Load from field</title>
      <link>https://community.qlik.com/t5/QlikView/Load-from-field/m-p/237826#M88813</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Licquor,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;do you know the benefits of from_field by now?&lt;/P&gt;&lt;P&gt;I still don't and I came up with exactly the same lines of code to simulate the results of the given "from_field" example as you &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards&lt;/P&gt;&lt;P&gt;Chris&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jul 2012 11:36:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-from-field/m-p/237826#M88813</guid>
      <dc:creator />
      <dc:date>2012-07-30T11:36:22Z</dc:date>
    </item>
    <item>
      <title>Re: Load from field</title>
      <link>https://community.qlik.com/t5/QlikView/Load-from-field/m-p/237827#M88814</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;now I found out what can be done with "load * FROM_FIELD"!&lt;/P&gt;&lt;P&gt;If you have a datasource which contains more than 1 value in a field, then you can load the different values directly as colums or rows into&amp;nbsp; a new table !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Example:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Table Filter:&lt;/P&gt;&lt;P&gt;Application&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; IP_Filter&lt;/P&gt;&lt;P&gt;xyz&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 192.168.0.1, 192.168.0.5, 192.168.1.13&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD @1, @2, @3&amp;nbsp; FROM_FIELD (Filter, IP_Filter) (no labels);&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Results in Table&lt;/P&gt;&lt;P&gt;@1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; @2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; @3&lt;/P&gt;&lt;P&gt; 192.168.0.1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 192.168.0.5&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 192.168.1.13&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;===================================================================================&lt;/P&gt;&lt;P&gt;Alternatively you can use a filter to transpose the resulting table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD @1 FROM_FIELD (Filter, IP_Filter) (no labels, filters(Transpose()));&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Results in Table&lt;/P&gt;&lt;P&gt;@1&lt;/P&gt;&lt;P&gt;192.168.0.1&lt;/P&gt;&lt;P&gt;192.168.0.5&lt;/P&gt;&lt;P&gt;192.168.1.13&lt;/P&gt;&lt;P&gt;===================================================================================&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(Note that you need the "labels" parameter. I does not make any differences if you use "no labels" or "embedded labels", but omitting the parameter will result in an error message!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Jul 2012 13:42:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-from-field/m-p/237827#M88814</guid>
      <dc:creator />
      <dc:date>2012-07-31T13:42:10Z</dc:date>
    </item>
    <item>
      <title>Re: Load from field</title>
      <link>https://community.qlik.com/t5/QlikView/Load-from-field/m-p/237828#M88815</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;SPAN class="replyToName" style="font-size: 14.166666030883789px;"&gt;hundkatzemaus&lt;/SPAN&gt;,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I keep getting an error "Cannot open file" probably because of the wrong format specifier. Can you please tell me which specifier do i need to use in the following case ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DateDim:&lt;/P&gt;&lt;P&gt;Load &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; DateId&lt;/P&gt;&lt;P&gt;From&lt;/P&gt;&lt;P&gt;DateDim.qvd;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AllDates:&lt;/P&gt;&lt;P&gt;LOAD &lt;/P&gt;&lt;P&gt;@1 AS AllDateIds&lt;/P&gt;&lt;P&gt;FROM_FIELD&lt;/P&gt;&lt;P&gt;(DateDim, DateId)&lt;/P&gt;&lt;P&gt;(embedded labels);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 22 Dec 2012 11:54:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-from-field/m-p/237828#M88815</guid>
      <dc:creator />
      <dc:date>2012-12-22T11:54:47Z</dc:date>
    </item>
    <item>
      <title>Re: Load from field</title>
      <link>https://community.qlik.com/t5/QlikView/Load-from-field/m-p/237829#M88816</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Great example ! Very useful! &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Feb 2014 14:55:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-from-field/m-p/237829#M88816</guid>
      <dc:creator>evgheni_tirulni</dc:creator>
      <dc:date>2014-02-07T14:55:25Z</dc:date>
    </item>
  </channel>
</rss>

