<?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: Use calculated field (fieldlist) within same load in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Use-calculated-field-fieldlist-within-same-load/m-p/54026#M9001</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunny,&lt;/P&gt;&lt;P&gt;this is table of source:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Column A: ID Number&lt;BR /&gt;Column B: &lt;SPAN style="font-size: 13.3333px;"&gt;ID Number2&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Column C: Products (in format: Product A, Product B, Product C... seprated by comma)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I need is separate rows with multiple values in column C into single rows. So if in column C is in 1 row e.g. 3 products separated by columns I need to create 3 rows with same ID Number. Thats why I am using SubField, this is ok.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I need is that in load script I will use subfield in order to seprated it and in same time in same load script I want to use newly fieldset ( &lt;STRONG style="font-style: inherit; font-size: 13.3333px; font-family: inherit; color: #3d3d3d;"&gt;separatedproducts) &lt;/STRONG&gt;use in other functions in same load script. What i want to do with ifs is that if in &lt;STRONG style="font-style: inherit; font-size: 13.3333px; font-family: inherit; color: #3d3d3d;"&gt;separatedproducts &lt;/STRONG&gt;is product A call it as e.g. chair, if product B, call it as table and if C call it as table2 and chair, table and table 2 call new fieldset as furniture. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it is more clear now &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 20 Feb 2018 22:02:22 GMT</pubDate>
    <dc:creator>panula007</dc:creator>
    <dc:date>2018-02-20T22:02:22Z</dc:date>
    <item>
      <title>Use calculated field (fieldlist) within same load</title>
      <link>https://community.qlik.com/t5/QlikView/Use-calculated-field-fieldlist-within-same-load/m-p/54022#M8997</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi to all,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;I want to ask if is possible (if yes - how) in load statement created new fieldlist (variable) and then use this new fieldlist in same load script. It does not matter if in same table or not, however in loadscript (in order to dont write script in objects).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Concrete example below, I want to use newly created fieldlist in loadscript (separatedproducts) in any other functions in load script (if for example)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Table1:&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;load&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;[Delivery Method],&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;[products],&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;SubField([products],',') as[separatedproducts]&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;IF((WILDMATCH([&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;separatedproducts&lt;/SPAN&gt;], '*a') or WILDMATCH([&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;separatedproducts&lt;/SPAN&gt;], '*b?*') or WILDMATCH([&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;separatedproducts&lt;/SPAN&gt;], '*c*'),'Data',) as &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;[newdata]&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;from....&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;Thank you guys!&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;Vít&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Feb 2018 14:13:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Use-calculated-field-fieldlist-within-same-load/m-p/54022#M8997</guid>
      <dc:creator>panula007</dc:creator>
      <dc:date>2018-02-20T14:13:54Z</dc:date>
    </item>
    <item>
      <title>Re: Use calculated field (fieldlist) within same load</title>
      <link>https://community.qlik.com/t5/QlikView/Use-calculated-field-fieldlist-within-same-load/m-p/54023#M8998</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be you want one of these...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;Table1:&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;LOAD &lt;/STRONG&gt;&lt;STRONG style="font-size: 13.3333px; font-style: inherit; font-family: inherit;"&gt;[Delivery Method],&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-size: 13.3333px; font-style: inherit; font-family: inherit;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [products],&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-size: 13.3333px; font-style: inherit; font-family: inherit;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SubField([products],',') as [separatedproducts],&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; IF((WILDMATCH([&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;products&lt;/SPAN&gt;], '*a') or WILDMATCH([&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;products&lt;/SPAN&gt;], '*b?*') or WILDMATCH([&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;products&lt;/SPAN&gt;], '*c*'),'Data',) as &lt;SPAN style="font-style: inherit; font-size: 13.3333px;"&gt;[newdata]&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #3d3d3d; font-style: inherit; font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-weight: inherit;"&gt;&lt;STRONG&gt;from....&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Or this&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;Table1:&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;LOAD &lt;SPAN style="font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;[Delivery Method],&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-size: 13.3333px; font-style: inherit; font-family: inherit;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [products],&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-size: 13.3333px; font-style: inherit; font-family: inherit;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SubField([products],',') as [separatedproducts],&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; IF((WILDMATCH(&lt;STRONG style="color: #3d3d3d; font-size: 13.3333px; font-style: inherit; font-family: inherit;"&gt;SubField([products],',')&lt;/STRONG&gt;, '*a') or WILDMATCH(&lt;STRONG style="color: #3d3d3d; font-size: 13.3333px; font-style: inherit; font-family: inherit;"&gt;SubField([products],',')&lt;/STRONG&gt;, '*b?*') or WILDMATCH(&lt;STRONG style="color: #3d3d3d; font-size: 13.3333px; font-style: inherit; font-family: inherit;"&gt;SubField([products],',')&lt;/STRONG&gt;, '*c*'),'Data',) as &lt;SPAN style="font-style: inherit; font-size: 13.3333px;"&gt;[newdata]&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #3d3d3d; font-style: inherit; font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-weight: inherit;"&gt;&lt;STRONG&gt;from....&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;or this&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;Table1:&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;LOAD *,&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;STRONG style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;IF((WILDMATCH(&lt;STRONG style="color: #3d3d3d; font-size: 13.3333px; font-style: inherit; font-family: inherit;"&gt;separatedproducts&lt;/STRONG&gt;, '*a') or WILDMATCH(&lt;STRONG style="color: #3d3d3d; font-size: 13.3333px; font-style: inherit; font-family: inherit;"&gt;separatedproducts&lt;/STRONG&gt;, '*b?*') or WILDMATCH(&lt;STRONG style="color: #3d3d3d; font-size: 13.3333px; font-style: inherit; font-family: inherit;"&gt;separatedproducts&lt;/STRONG&gt;, '*c*'),'Data',) as &lt;SPAN style="font-style: inherit; font-size: 13.3333px;"&gt;[newdata];&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;LOAD &lt;SPAN style="font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;[Delivery Method],&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-size: 13.3333px; font-style: inherit; font-family: inherit;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [products],&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-size: 13.3333px; font-style: inherit; font-family: inherit;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SubField([products],',') as [separatedproducts]&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px;"&gt;&lt;STRONG&gt;from....&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Feb 2018 17:26:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Use-calculated-field-fieldlist-within-same-load/m-p/54023#M8998</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-02-20T17:26:41Z</dc:date>
    </item>
    <item>
      <title>Re: Use calculated field (fieldlist) within same load</title>
      <link>https://community.qlik.com/t5/QlikView/Use-calculated-field-fieldlist-within-same-load/m-p/54024#M8999</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunny,&lt;/P&gt;&lt;P&gt;unfortunately none of these mentioned. I need to create &lt;STRONG style="font-style: inherit; font-size: 13.3333px; font-family: inherit; color: #3d3d3d;"&gt;[separatedproducts] &lt;/STRONG&gt;and in same load sript use this in other functions (mentioned "if" for example).&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-style: inherit; font-size: 13.3333px; font-family: inherit; color: #3d3d3d;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-style: inherit; font-size: 13.3333px; font-family: inherit; color: #3d3d3d;"&gt;[separatedproducts] &lt;/STRONG&gt;is not any column in Excel table or database I am creating it directly in load script and want to use it in later phase of same load script, however last option which you described is not feasiable as Qlik will reply that&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-style: inherit; font-size: 13.3333px; font-family: inherit; color: #3d3d3d;"&gt;[separatedproducts] &lt;/STRONG&gt;are not defined in load file. &lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Vít&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Feb 2018 18:03:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Use-calculated-field-fieldlist-within-same-load/m-p/54024#M8999</guid>
      <dc:creator>panula007</dc:creator>
      <dc:date>2018-02-20T18:03:46Z</dc:date>
    </item>
    <item>
      <title>Re: Use calculated field (fieldlist) within same load</title>
      <link>https://community.qlik.com/t5/QlikView/Use-calculated-field-fieldlist-within-same-load/m-p/54025#M9000</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Would you be able to share a few rows of sample data and the expected output from the data?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Feb 2018 18:06:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Use-calculated-field-fieldlist-within-same-load/m-p/54025#M9000</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-02-20T18:06:05Z</dc:date>
    </item>
    <item>
      <title>Re: Use calculated field (fieldlist) within same load</title>
      <link>https://community.qlik.com/t5/QlikView/Use-calculated-field-fieldlist-within-same-load/m-p/54026#M9001</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunny,&lt;/P&gt;&lt;P&gt;this is table of source:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Column A: ID Number&lt;BR /&gt;Column B: &lt;SPAN style="font-size: 13.3333px;"&gt;ID Number2&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Column C: Products (in format: Product A, Product B, Product C... seprated by comma)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I need is separate rows with multiple values in column C into single rows. So if in column C is in 1 row e.g. 3 products separated by columns I need to create 3 rows with same ID Number. Thats why I am using SubField, this is ok.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I need is that in load script I will use subfield in order to seprated it and in same time in same load script I want to use newly fieldset ( &lt;STRONG style="font-style: inherit; font-size: 13.3333px; font-family: inherit; color: #3d3d3d;"&gt;separatedproducts) &lt;/STRONG&gt;use in other functions in same load script. What i want to do with ifs is that if in &lt;STRONG style="font-style: inherit; font-size: 13.3333px; font-family: inherit; color: #3d3d3d;"&gt;separatedproducts &lt;/STRONG&gt;is product A call it as e.g. chair, if product B, call it as table and if C call it as table2 and chair, table and table 2 call new fieldset as furniture. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it is more clear now &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Feb 2018 22:02:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Use-calculated-field-fieldlist-within-same-load/m-p/54026#M9001</guid>
      <dc:creator>panula007</dc:creator>
      <dc:date>2018-02-20T22:02:22Z</dc:date>
    </item>
    <item>
      <title>Re: Use calculated field (fieldlist) within same load</title>
      <link>https://community.qlik.com/t5/QlikView/Use-calculated-field-fieldlist-within-same-load/m-p/54027#M9002</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This below is breaking the basic law, you cannot use calculated field name in the same load, you can use separatedproducts in the preceding load or resident load, like &lt;A href="https://community.qlik.com/qlik-users/171708"&gt;stalwar1&lt;/A&gt; used preceding load in 3rd option -&lt;/P&gt;&lt;P&gt;If you want to calculate more fields then somehow you need to play with [products] field only. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Table1:&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;load&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;[Delivery Method],&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;[products],&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;SubField([products],',') as[&lt;STRONG&gt;separatedproducts&lt;/STRONG&gt;]&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;IF((WILDMATCH([&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px;"&gt;&lt;STRONG&gt;separatedproducts&lt;/STRONG&gt;&lt;/SPAN&gt;], '*a') or WILDMATCH([&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px;"&gt;separatedproducts&lt;/SPAN&gt;], '*b?*') or WILDMATCH([&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px;"&gt;separatedproducts&lt;/SPAN&gt;], '*c*'),'Data',) as &lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px;"&gt;[newdata]&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;from....&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Feb 2018 05:18:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Use-calculated-field-fieldlist-within-same-load/m-p/54027#M9002</guid>
      <dc:creator>Digvijay_Singh</dc:creator>
      <dc:date>2018-02-21T05:18:42Z</dc:date>
    </item>
    <item>
      <title>Re: Use calculated field (fieldlist) within same load</title>
      <link>https://community.qlik.com/t5/QlikView/Use-calculated-field-fieldlist-within-same-load/m-p/54028#M9003</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;yes I need to use resident load, this is what I did not know before. Just I did not see "resident" function to call it in mentioned examples. Thank you guys. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Feb 2018 09:20:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Use-calculated-field-fieldlist-within-same-load/m-p/54028#M9003</guid>
      <dc:creator>panula007</dc:creator>
      <dc:date>2018-02-21T09:20:34Z</dc:date>
    </item>
  </channel>
</rss>

