<?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: How to fetch a whole front-end Field in loading script? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-fetch-a-whole-front-end-Field-in-loading-script/m-p/100782#M16055</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Forget the last part I suggested above - this will work:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="sql" __jive_macro_name="code" class="jive_macro_code jive_text_macro _jivemacro_uid_15362264658963174" jivemacro_uid="_15362264658963174"&gt;
&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;FieldValueCount = FieldValueCount('A');&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;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;ENU:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;LOAD&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&amp;nbsp; Evaluate( FieldValue('A',RecNo()) ) AS Enu&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;AUTOGENERATE&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&amp;nbsp; $(FieldValueCount);&lt;/SPAN&gt;&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And it should be 100 times as fast as a FOR ... NEXT loop approach I mentioned first...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 06 Sep 2018 09:35:07 GMT</pubDate>
    <dc:creator>petter</dc:creator>
    <dc:date>2018-09-06T09:35:07Z</dc:date>
    <item>
      <title>How to fetch a whole front-end Field in loading script?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-fetch-a-whole-front-end-Field-in-loading-script/m-p/100780#M16053</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My title may confuse you, I think I should explain it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This idea comes from debugging EXISTS() function. The e&lt;SPAN style="color: #434343; font-family: Arial, sans-serif; font-size: 14px; background-color: #fcfcfe;"&gt;numeration of the&lt;/SPAN&gt; first parameter is what I need to fetch, but I found it difficult. Let's start with a simple example.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;A_B:&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;LOAD * Inline [&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;A, B&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;1, x&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;2, x&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;];&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;A_C:&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;LOAD * Inline [&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;A, C&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;2, x&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;3, x&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;];&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here I want fetch the &lt;SPAN style="font-size: 13.3333px;"&gt;e&lt;/SPAN&gt;&lt;SPAN style="color: #434343; font-family: Arial, sans-serif; font-size: 14px; background-color: #fcfcfe;"&gt;numeration of A. A common practice is like this:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #434343; font-family: Arial, sans-serif; font-size: 14px; background-color: #fcfcfe;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #434343; font-family: Arial, sans-serif; font-size: 14px; background-color: #fcfcfe;"&gt;&lt;EM&gt;LOAD A as &lt;SPAN style="font-size: 13.3333px;"&gt;E&lt;/SPAN&gt;&lt;SPAN style="color: #434343; font-family: Arial, sans-serif; font-size: 14px; background-color: #fcfcfe;"&gt;nu&lt;/SPAN&gt; &lt;/EM&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #434343; font-family: Arial, sans-serif; font-size: 14px;"&gt;&lt;EM&gt;Resident A_B;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #434343; font-family: Arial, sans-serif; font-size: 14px; background-color: #fcfcfe;"&gt;&lt;SPAN style="color: #434343; font-size: 14px; background-color: #fcfcfe; font-family: Arial, sans-serif;"&gt;&lt;EM&gt;Concatenate LOAD A as &lt;SPAN style="font-size: 13.3333px;"&gt;E&lt;/SPAN&gt;&lt;SPAN style="color: #434343; font-family: Arial, sans-serif; font-size: 14px; background-color: #fcfcfe;"&gt;nu&lt;/SPAN&gt; Resident &lt;/EM&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;EM&gt;A_C;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #434343; font-family: Arial, sans-serif; font-size: 14px; background-color: #fcfcfe;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;But this method requires you to know which tables the field A comes from. Sometimes this is very difficult, especially when the labels of these tables are not explicitly defined.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Another way is to use "EXIT Script" to terminate the script here, and then use the list box to view it at the front end. But this only allows you to see them and they can't be used in scripts.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Sep 2018 08:48:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-fetch-a-whole-front-end-Field-in-loading-script/m-p/100780#M16053</guid>
      <dc:creator>thomas_wang</dc:creator>
      <dc:date>2018-09-06T08:48:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to fetch a whole front-end Field in loading script?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-fetch-a-whole-front-end-Field-in-loading-script/m-p/100781#M16054</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you don't know the tables it is sufficent to know the field name by using the FieldValue() function along with the FieldValueCount(). This will also give you distinct values which the concatenate approach doesn't.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It can work well for smaller enumerations but not necessarily on very large number of enumeration values...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FOR index=1 TO FieldValueCount('A')&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; value = FieldValue('A',index);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ENU: LOAD $(value) AS Enu AUTOGENERATE 1;&lt;/P&gt;&lt;P&gt;NEXT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the field is a text you will have to enclose the $(FieldValue) in single quotation marks:&amp;nbsp; LOAD '$(value)'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;EDITED: look for the next answer below....&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: line-through;"&gt;It might be quicker to do this if it works (haven't tested it but I think it would work):&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: line-through;"&gt;FieldValueCount = FieldValueCount('A');&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; text-decoration: line-through;"&gt;ENU: &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; text-decoration: line-through;"&gt;LOAD &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; text-decoration: line-through;"&gt;&amp;nbsp; Evaluate('FieldValue(''A'',IterNo()) AS Enu&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; text-decoration: line-through;"&gt;AUTOGENERATE&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; text-decoration: line-through;"&gt;&amp;nbsp; $(FieldValueCount);&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Sep 2018 09:20:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-fetch-a-whole-front-end-Field-in-loading-script/m-p/100781#M16054</guid>
      <dc:creator>petter</dc:creator>
      <dc:date>2018-09-06T09:20:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to fetch a whole front-end Field in loading script?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-fetch-a-whole-front-end-Field-in-loading-script/m-p/100782#M16055</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Forget the last part I suggested above - this will work:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="sql" __jive_macro_name="code" class="jive_macro_code jive_text_macro _jivemacro_uid_15362264658963174" jivemacro_uid="_15362264658963174"&gt;
&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;FieldValueCount = FieldValueCount('A');&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;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;ENU:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;LOAD&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&amp;nbsp; Evaluate( FieldValue('A',RecNo()) ) AS Enu&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;AUTOGENERATE&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&amp;nbsp; $(FieldValueCount);&lt;/SPAN&gt;&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And it should be 100 times as fast as a FOR ... NEXT loop approach I mentioned first...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Sep 2018 09:35:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-fetch-a-whole-front-end-Field-in-loading-script/m-p/100782#M16055</guid>
      <dc:creator>petter</dc:creator>
      <dc:date>2018-09-06T09:35:07Z</dc:date>
    </item>
    <item>
      <title>Re: How to fetch a whole front-end Field in loading script?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-fetch-a-whole-front-end-Field-in-loading-script/m-p/100783#M16056</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes it works, thank you very much!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've simplified your script. &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;DIV class="dp-highlighter"&gt;&lt;OL class="dp-sql" start="1"&gt;&lt;LI class="alt"&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;STRONG&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;LOAD&lt;/SPAN&gt;&lt;/STRONG&gt; &lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;Evaluate&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;FieldValue&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;('A',&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;RecNo&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;())) &lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;AS&lt;/SPAN&gt; &lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;Enu&lt;/SPAN&gt; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;AutoGenerate&lt;/SPAN&gt; &lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;FieldValueCount&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;('A');&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;/DIV&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;I have looked at the FieldValue () function in the help document. The document writes, "Note: This function will only work with distinct field values." I misunderstood this sentence and thought that if the field contained duplicate data, the function would not work&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Sep 2018 01:13:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-fetch-a-whole-front-end-Field-in-loading-script/m-p/100783#M16056</guid>
      <dc:creator>thomas_wang</dc:creator>
      <dc:date>2018-09-07T01:13:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to fetch a whole front-end Field in loading script?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-fetch-a-whole-front-end-Field-in-loading-script/m-p/100784#M16057</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Petter,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I noticed that you used the Evaluate() function. If there are non numeric type data in field A, these data will be lost. I tried to get rid of this function, but all numeric type data shows question marks in front end. I wonder why.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Sep 2018 02:23:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-fetch-a-whole-front-end-Field-in-loading-script/m-p/100784#M16057</guid>
      <dc:creator>thomas_wang</dc:creator>
      <dc:date>2018-09-07T02:23:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to fetch a whole front-end Field in loading script?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-fetch-a-whole-front-end-Field-in-loading-script/m-p/100785#M16058</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't know why I used the Evaluate() in the first place ... it is actually not needed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will work with any type of field content:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="sql" __jive_macro_name="code" class="jive_macro_code _jivemacro_uid_15362970136997775 jive_text_macro" jivemacro_uid="_15362970136997775"&gt;
&lt;P&gt;LOAD&lt;/P&gt;
&lt;P&gt;&amp;nbsp; If( IsNum(FieldValue('A',RecNo())), FieldValue('A',RecNo()) , Text(FieldValue('A',RecNo())) ) AS Enu&lt;/P&gt;
&lt;P&gt;AUTOGENERATE FieldValueCount('A');&lt;/P&gt;
&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Sep 2018 05:10:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-fetch-a-whole-front-end-Field-in-loading-script/m-p/100785#M16058</guid>
      <dc:creator>petter</dc:creator>
      <dc:date>2018-09-07T05:10:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to fetch a whole front-end Field in loading script?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-fetch-a-whole-front-end-Field-in-loading-script/m-p/100786#M16059</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I thought simply remove Evaluate() is fine. The data is correct in the background.&lt;/P&gt;&lt;DIV class="dp-highlighter"&gt;&lt;OL class="dp-sql" start="1"&gt;&lt;LI class="alt"&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;STRONG&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;LOAD&lt;/SPAN&gt;&lt;/STRONG&gt; &lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;FieldValue&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;('A',&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;RecNo&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;()) &lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;AS&lt;/SPAN&gt; &lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;Enu&lt;/SPAN&gt; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;AutoGenerate&lt;/SPAN&gt; &lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;FieldValueCount&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;('A');&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;/DIV&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;About the front-end display problem, though I don't know the exact reason, but I think your code should like below.&lt;/P&gt;&lt;DIV class="dp-highlighter"&gt;&lt;OL class="dp-sql" start="1"&gt;&lt;LI class="alt"&gt;&lt;STRONG&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;LOAD &lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;If&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;IsNum&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;FieldValue&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;('A',&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;RecNo&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;()))&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ,&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;Num&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;FieldValue&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;('A',&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;RecNo&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;()))&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ,&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;FieldValue&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;('A',&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;RecNo&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;())) &lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;AS &lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;Enu&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;AutoGenerate&lt;/SPAN&gt; &lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;FieldValueCount&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;('A');&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Sep 2018 05:53:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-fetch-a-whole-front-end-Field-in-loading-script/m-p/100786#M16059</guid>
      <dc:creator>thomas_wang</dc:creator>
      <dc:date>2018-09-07T05:53:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to fetch a whole front-end Field in loading script?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-fetch-a-whole-front-end-Field-in-loading-script/m-p/100787#M16060</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am happy that you have a use for the suggestions I made... it is not "my code" as you suggest and you can do whatever you want with it and see fit for your use cases....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Sep 2018 06:08:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-fetch-a-whole-front-end-Field-in-loading-script/m-p/100787#M16060</guid>
      <dc:creator>petter</dc:creator>
      <dc:date>2018-09-07T06:08:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to fetch a whole front-end Field in loading script?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-fetch-a-whole-front-end-Field-in-loading-script/m-p/100788#M16061</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think there is no problem now. Thank you very much for your patience and help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Sep 2018 06:34:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-fetch-a-whole-front-end-Field-in-loading-script/m-p/100788#M16061</guid>
      <dc:creator>thomas_wang</dc:creator>
      <dc:date>2018-09-07T06:34:03Z</dc:date>
    </item>
  </channel>
</rss>

