<?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: Problem with InputField Function in Script in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Problem-with-InputField-Function-in-Script/m-p/495102#M1134422</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You should check to see if you add the input fields to the table as the very last step associated with any linked tables.&amp;nbsp; I have found that you can have problems like you describe if the linking of the tables is done after the inputfields are added to the table.&amp;nbsp; So simply do a left join after all tables are linked to the table you are adding the inputfields to.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;instead of the following order:&lt;/P&gt;&lt;P&gt;Table A:&lt;/P&gt;&lt;P&gt;load&amp;nbsp; link, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; *,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; userfield1;&lt;/P&gt;&lt;P&gt;Table B:&lt;/P&gt;&lt;P&gt;load link&lt;/P&gt;&lt;P&gt; *;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try&lt;/P&gt;&lt;P&gt;Table A:&lt;/P&gt;&lt;P&gt;load&amp;nbsp; link,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; unique id, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; * ;&lt;/P&gt;&lt;P&gt;Table B:&lt;/P&gt;&lt;P&gt;load link&lt;/P&gt;&lt;P&gt; *;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;left join (Table A) &lt;/P&gt;&lt;P&gt;load unigue id,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; 0 as Userfield&lt;/P&gt;&lt;P&gt;resident table A;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 19 Nov 2013 02:44:02 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-11-19T02:44:02Z</dc:date>
    <item>
      <title>Problem with InputField Function in Script</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-InputField-Function-in-Script/m-p/495100#M1134420</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to use inputField in my Load script for 5 table.&lt;/P&gt;&lt;P&gt;I am not sure 2 table are fine and problem with 3 tables.&lt;/P&gt;&lt;P&gt;The two table that are good have all 0 in the inputfield column, but the 3 table&lt;/P&gt;&lt;P&gt;that are not working are having the sequence no. generated.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;STRONG style="color: #0000ff; font-size: 8pt;"&gt;&lt;STRONG style="color: #0000ff; font-size: 8pt;"&gt;&amp;nbsp; This is one on the having problem&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;INPUTFIELD &lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[EntityType Threshold]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;;&lt;BR /&gt;EM_ENTITY_TYPE:&lt;BR /&gt;&lt;/SPAN&gt;&lt;STRONG style="color: #0000ff; font-size: 8pt;"&gt;&lt;STRONG style="color: #0000ff; font-size: 8pt;"&gt;LOAD&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Entity Type ID]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Entity Type]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,&lt;BR /&gt;0 &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;AS&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[EntityType Threshold]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Resident&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; T_EM_ENTITY_TYPE;&lt;BR /&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Chris&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Nov 2013 16:46:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-InputField-Function-in-Script/m-p/495100#M1134420</guid>
      <dc:creator />
      <dc:date>2013-11-07T16:46:24Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with InputField Function in Script</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-InputField-Function-in-Script/m-p/495101#M1134421</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;COuld you attach your qvw file??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 09 Nov 2013 11:58:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-InputField-Function-in-Script/m-p/495101#M1134421</guid>
      <dc:creator />
      <dc:date>2013-11-09T11:58:37Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with InputField Function in Script</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-InputField-Function-in-Script/m-p/495102#M1134422</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You should check to see if you add the input fields to the table as the very last step associated with any linked tables.&amp;nbsp; I have found that you can have problems like you describe if the linking of the tables is done after the inputfields are added to the table.&amp;nbsp; So simply do a left join after all tables are linked to the table you are adding the inputfields to.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;instead of the following order:&lt;/P&gt;&lt;P&gt;Table A:&lt;/P&gt;&lt;P&gt;load&amp;nbsp; link, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; *,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; userfield1;&lt;/P&gt;&lt;P&gt;Table B:&lt;/P&gt;&lt;P&gt;load link&lt;/P&gt;&lt;P&gt; *;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try&lt;/P&gt;&lt;P&gt;Table A:&lt;/P&gt;&lt;P&gt;load&amp;nbsp; link,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; unique id, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; * ;&lt;/P&gt;&lt;P&gt;Table B:&lt;/P&gt;&lt;P&gt;load link&lt;/P&gt;&lt;P&gt; *;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;left join (Table A) &lt;/P&gt;&lt;P&gt;load unigue id,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; 0 as Userfield&lt;/P&gt;&lt;P&gt;resident table A;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Nov 2013 02:44:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-InputField-Function-in-Script/m-p/495102#M1134422</guid>
      <dc:creator />
      <dc:date>2013-11-19T02:44:02Z</dc:date>
    </item>
  </channel>
</rss>

