<?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 Inputfields and SR3 in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Inputfields-and-SR3/m-p/263206#M99009</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN&gt;SR3 changed the way inputfields work.&amp;nbsp; I just reloaded a v9 inputfields example from Qlikview in v10 SR3 and the functionality was lost.&amp;nbsp; I'm confused on how to achieve the same functionality.&amp;nbsp; I posed this question at the bottom of my earlier post here: &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://community.qlik.com/message/131512#131512"&gt;http://community.qlik.com/message/131512&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To add an inputfield to a table, you used to be able to declare a field an inputfield near the top of the script then do Load *, [InputField] Resident TableName.&amp;nbsp; Not so anymore.&amp;nbsp; What is the new best practice here?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 10 Aug 2011 14:40:13 GMT</pubDate>
    <dc:creator />
    <dc:date>2011-08-10T14:40:13Z</dc:date>
    <item>
      <title>Inputfields and SR3</title>
      <link>https://community.qlik.com/t5/QlikView/Inputfields-and-SR3/m-p/263206#M99009</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN&gt;SR3 changed the way inputfields work.&amp;nbsp; I just reloaded a v9 inputfields example from Qlikview in v10 SR3 and the functionality was lost.&amp;nbsp; I'm confused on how to achieve the same functionality.&amp;nbsp; I posed this question at the bottom of my earlier post here: &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://community.qlik.com/message/131512#131512"&gt;http://community.qlik.com/message/131512&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To add an inputfield to a table, you used to be able to declare a field an inputfield near the top of the script then do Load *, [InputField] Resident TableName.&amp;nbsp; Not so anymore.&amp;nbsp; What is the new best practice here?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Aug 2011 14:40:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Inputfields-and-SR3/m-p/263206#M99009</guid>
      <dc:creator />
      <dc:date>2011-08-10T14:40:13Z</dc:date>
    </item>
    <item>
      <title>Inputfields and SR3</title>
      <link>https://community.qlik.com/t5/QlikView/Inputfields-and-SR3/m-p/263207#M99010</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, Shanrahan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We discussed some cases in this thread, please check if it can help, if please describe you problem a bit more or post your script. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://community.qlik.com/message/140787#140787"&gt;http://community.qlik.com/message/140787#140787&lt;/A&gt;&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;Erich&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 14 Aug 2011 15:10:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Inputfields-and-SR3/m-p/263207#M99010</guid>
      <dc:creator>erichshiino</dc:creator>
      <dc:date>2011-08-14T15:10:38Z</dc:date>
    </item>
    <item>
      <title>Inputfields and SR3</title>
      <link>https://community.qlik.com/t5/QlikView/Inputfields-and-SR3/m-p/263208#M99011</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It appears that the new best practice is a workaround where you must load from a different data source, like a qvd, rather than do a resident load.&amp;nbsp; So when you are at the point where you would like to add an inputfield to your table, store the table in a QVD, then load that QVD with the additional inputfield.&amp;nbsp; For example, something like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;INPUTFIELD FieldName;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Data:&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;Name, Group&lt;/P&gt;&lt;P&gt;Adam, X&lt;/P&gt;&lt;P&gt;Andrew, X&lt;/P&gt;&lt;P&gt;Amy, Y&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;STORE Data into Data.qvd;&lt;/P&gt;&lt;P&gt;drop table Data;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD *, '' AS FieldName&lt;/P&gt;&lt;P&gt;FROM Data.qvd(qvd);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Aug 2011 18:36:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Inputfields-and-SR3/m-p/263208#M99011</guid>
      <dc:creator />
      <dc:date>2011-08-15T18:36:05Z</dc:date>
    </item>
  </channel>
</rss>

