<?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 Replace Values in INPUTFIELD Through Partial Reload in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Replace-Values-in-INPUTFIELD-Through-Partial-Reload/m-p/1289109#M859372</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm facing a challenge replacing values in a table. The task is simple:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;SPAN style="font-size: 10pt;"&gt;During full reload table loads with null values in fields Input_Value 1 through 5&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-size: 10pt;"&gt;Then, in real life, users get data in a separate spreadsheet that is then transformed to look like Manual_Input table (see attached QVW)&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-size: 10pt;"&gt;Once transformation is complete and the table with data to be loaded looks like the original data, partial reload is executed to replace null values with whatever values have been entered (See Populated tab in attached spreadsheet)&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-size: 10pt;"&gt;A partial reload is executed and, ideally, Manual_Input table would have the values replaced with whatever user populated in the spreadsheet.&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I wrote a script to load null values and a partial reload script to replace values, but when I execute a partial reload, fields Input_Value1 to 5 are populated with 0 through 75 instead of actual values that user has entered. Has anyone faced this before or knows how to solve this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mikhail Bespartochnyy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
    <dc:creator>mbespartochnyy</dc:creator>
    <dc:date>2020-11-25T16:16:04Z</dc:date>
    <item>
      <title>Replace Values in INPUTFIELD Through Partial Reload</title>
      <link>https://community.qlik.com/t5/QlikView/Replace-Values-in-INPUTFIELD-Through-Partial-Reload/m-p/1289109#M859372</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm facing a challenge replacing values in a table. The task is simple:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;SPAN style="font-size: 10pt;"&gt;During full reload table loads with null values in fields Input_Value 1 through 5&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-size: 10pt;"&gt;Then, in real life, users get data in a separate spreadsheet that is then transformed to look like Manual_Input table (see attached QVW)&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-size: 10pt;"&gt;Once transformation is complete and the table with data to be loaded looks like the original data, partial reload is executed to replace null values with whatever values have been entered (See Populated tab in attached spreadsheet)&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-size: 10pt;"&gt;A partial reload is executed and, ideally, Manual_Input table would have the values replaced with whatever user populated in the spreadsheet.&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I wrote a script to load null values and a partial reload script to replace values, but when I execute a partial reload, fields Input_Value1 to 5 are populated with 0 through 75 instead of actual values that user has entered. Has anyone faced this before or knows how to solve this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mikhail Bespartochnyy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Replace-Values-in-INPUTFIELD-Through-Partial-Reload/m-p/1289109#M859372</guid>
      <dc:creator>mbespartochnyy</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Replace Values in INPUTFIELD Through Partial Reload</title>
      <link>https://community.qlik.com/t5/QlikView/Replace-Values-in-INPUTFIELD-Through-Partial-Reload/m-p/1289110#M859373</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How about you try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;IF IsPartialReload() THEN&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #ff0000;"&gt;DROP Table Manual_Input;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Manual_Input:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN style="color: #ff0000;"&gt;Add&lt;/SPAN&gt; LOAD Field_Name, &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Input_Value, &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Input_Value2, &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Input_Value3, &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Input_Value4, &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Input_Value5&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FROM&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;[Replace Load.xlsx]&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;(ooxml, embedded labels, table is Populated);&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;ENDIF;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jan 2017 15:51:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Replace-Values-in-INPUTFIELD-Through-Partial-Reload/m-p/1289110#M859373</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-01-20T15:51:48Z</dc:date>
    </item>
    <item>
      <title>Re: Replace Values in INPUTFIELD Through Partial Reload</title>
      <link>https://community.qlik.com/t5/QlikView/Replace-Values-in-INPUTFIELD-Through-Partial-Reload/m-p/1289111#M859374</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That did not work....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jan 2017 15:52:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Replace-Values-in-INPUTFIELD-Through-Partial-Reload/m-p/1289111#M859374</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-01-20T15:52:50Z</dc:date>
    </item>
    <item>
      <title>Re: Replace Values in INPUTFIELD Through Partial Reload</title>
      <link>https://community.qlik.com/t5/QlikView/Replace-Values-in-INPUTFIELD-Through-Partial-Reload/m-p/1289112#M859375</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That works but it now input functionality is disabled. I tried adding INPUTFIELD in partial reload script like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;IF IsPartialReload() THEN&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;DROP Table Manual_Input;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&lt;STRONG&gt;&lt;SPAN style="color: #0000ff;"&gt;INPUTFIELD&lt;/SPAN&gt; &lt;SPAN style="color: #800000;"&gt;Input_Value&lt;/SPAN&gt;;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: 'courier new', courier;"&gt;&lt;STRONG style="font-family: 'courier new', courier; font-size: 13.3333px;"&gt;&lt;SPAN style="color: #0000ff;"&gt;INPUTFIELD&lt;/SPAN&gt; &lt;STRONG style="color: #800000; font-size: 13.3333px; font-family: 'courier new', courier;"&gt;Input_Value&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;SPAN style="color: #993300;"&gt;2&lt;/SPAN&gt;;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: 'courier new', courier;"&gt;&lt;STRONG style="font-family: 'courier new', courier; font-size: 13.3333px;"&gt;&lt;SPAN style="color: #0000ff;"&gt;INPUTFIELD&lt;/SPAN&gt; &lt;STRONG style="color: #800000; font-size: 13.3333px; font-family: 'courier new', courier;"&gt;Input_Value&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;SPAN style="color: #993300;"&gt;3&lt;/SPAN&gt;;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: 'courier new', courier;"&gt;&lt;STRONG style="font-family: 'courier new', courier; font-size: 13.3333px;"&gt;&lt;SPAN style="color: #0000ff;"&gt;INPUTFIELD&lt;/SPAN&gt; &lt;STRONG style="color: #800000; font-size: 13.3333px; font-family: 'courier new', courier;"&gt;Input_Value&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;SPAN style="color: #993300;"&gt;4&lt;/SPAN&gt;;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&lt;STRONG&gt;&lt;STRONG style="font-family: 'courier new', courier; font-size: 13.3333px;"&gt;&lt;SPAN style="color: #0000ff;"&gt;INPUTFIELD&lt;/SPAN&gt; &lt;STRONG style="color: #800000; font-size: 13.3333px; font-family: 'courier new', courier;"&gt;Input_Value&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;SPAN style="color: #993300;"&gt;5&lt;/SPAN&gt;;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;Manual_Input:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;Add LOAD Field_Name,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Input_Value,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Input_Value2,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Input_Value3,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Input_Value4,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Input_Value5&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;FROM&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;[Source-Data\CorporateCard\Replace Load.xlsx]&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;(ooxml, embedded labels, table is Populated);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;ENDIF;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But that didn't do it either. It went back to populating 0-75 numbers.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jan 2017 16:18:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Replace-Values-in-INPUTFIELD-Through-Partial-Reload/m-p/1289112#M859375</guid>
      <dc:creator>mbespartochnyy</dc:creator>
      <dc:date>2017-01-20T16:18:35Z</dc:date>
    </item>
    <item>
      <title>Re: Replace Values in INPUTFIELD Through Partial Reload</title>
      <link>https://community.qlik.com/t5/QlikView/Replace-Values-in-INPUTFIELD-Through-Partial-Reload/m-p/1289113#M859376</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ya I saw that.... let me try something else....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jan 2017 16:20:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Replace-Values-in-INPUTFIELD-Through-Partial-Reload/m-p/1289113#M859376</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-01-20T16:20:41Z</dc:date>
    </item>
    <item>
      <title>Re: Replace Values in INPUTFIELD Through Partial Reload</title>
      <link>https://community.qlik.com/t5/QlikView/Replace-Values-in-INPUTFIELD-Through-Partial-Reload/m-p/1289114#M859377</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This works &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;IF IsPartialReload() THEN&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;DROP Table Manual_Input;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Manual_Input:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Add LOAD Field_Name, &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Input_Value, &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Input_Value2, &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Input_Value3, &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Input_Value4, &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Input_Value5&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FROM&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;[Replace Load.xlsx]&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;(ooxml, embedded labels, table is Populated);&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;DROP Table Manual_Input;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;INPUTFIELD Input_Value;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;INPUTFIELD Input_Value2;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;INPUTFIELD Input_Value3;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;INPUTFIELD Input_Value4;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;INPUTFIELD Input_Value5;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Manual_Input:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Add LOAD Field_Name, &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Input_Value, &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Input_Value2, &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Input_Value3, &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Input_Value4, &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Input_Value5&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FROM&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;[Replace Load.xlsx]&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;(ooxml, embedded labels, table is Populated);&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;ENDIF;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jan 2017 16:26:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Replace-Values-in-INPUTFIELD-Through-Partial-Reload/m-p/1289114#M859377</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-01-20T16:26:33Z</dc:date>
    </item>
    <item>
      <title>Re: Replace Values in INPUTFIELD Through Partial Reload</title>
      <link>https://community.qlik.com/t5/QlikView/Replace-Values-in-INPUTFIELD-Through-Partial-Reload/m-p/1289115#M859378</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That makes no sense to me but it worked...partially. I did a full reload then a partial reload with that script and&amp;nbsp; it didn't work for me at first (populated 0-75 again). Then I commented out second portion of the partial reload script, this one:&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 style="font-style: inherit; font-family: inherit;"&gt;DROP Table Manual_Input;&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;/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-style: inherit; font-family: inherit;"&gt;INPUTFIELD Input_Value;&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-style: inherit; font-family: inherit;"&gt;INPUTFIELD Input_Value2;&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-style: inherit; font-family: inherit;"&gt;INPUTFIELD Input_Value3;&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-style: inherit; font-family: inherit;"&gt;INPUTFIELD Input_Value4;&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-style: inherit; font-family: inherit;"&gt;INPUTFIELD Input_Value5;&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;/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-style: inherit; font-family: inherit;"&gt;Manual_Input:&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-style: inherit; font-family: inherit;"&gt;Add LOAD Field_Name,&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-style: inherit; font-family: inherit;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Input_Value,&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-style: inherit; font-family: inherit;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Input_Value2,&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-style: inherit; font-family: inherit;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Input_Value3,&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-style: inherit; font-family: inherit;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Input_Value4,&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-style: inherit; font-family: inherit;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Input_Value5&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-style: inherit; font-family: inherit;"&gt;FROM&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-style: inherit; font-family: inherit;"&gt;[Replace Load.xlsx]&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-style: inherit; font-family: inherit;"&gt;(ooxml, embedded labels, table is Populated);&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-style: inherit; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;and did a partial reload. It populated values and removed the input functionality. Then I uncommented the second portion, did a full reload, and then partial reload and it populated the table with correct values and the input functionality was working. Both full and partial reloads after that worked as expected until I change the values in the excel spreadsheet. For example, changing any of the location names in the spreadsheet and then doing full and partial reload still loads the original location names.&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;Mikhail&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jan 2017 17:05:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Replace-Values-in-INPUTFIELD-Through-Partial-Reload/m-p/1289115#M859378</guid>
      <dc:creator>mbespartochnyy</dc:creator>
      <dc:date>2017-01-20T17:05:12Z</dc:date>
    </item>
    <item>
      <title>Re: Replace Values in INPUTFIELD Through Partial Reload</title>
      <link>https://community.qlik.com/t5/QlikView/Replace-Values-in-INPUTFIELD-Through-Partial-Reload/m-p/1289116#M859379</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am confused.... can you repeat... I wish I could have just walked over to your desk &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jan 2017 17:13:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Replace-Values-in-INPUTFIELD-Through-Partial-Reload/m-p/1289116#M859379</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-01-20T17:13:46Z</dc:date>
    </item>
    <item>
      <title>Re: Replace Values in INPUTFIELD Through Partial Reload</title>
      <link>https://community.qlik.com/t5/QlikView/Replace-Values-in-INPUTFIELD-Through-Partial-Reload/m-p/1289117#M859380</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;haha I can't describe how much I miss those days. Basically, if you change a location name or any of the values in the spreadsheet, then do a partial reload, the new values are not pulling in.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jan 2017 17:21:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Replace-Values-in-INPUTFIELD-Through-Partial-Reload/m-p/1289117#M859380</guid>
      <dc:creator>mbespartochnyy</dc:creator>
      <dc:date>2017-01-20T17:21:22Z</dc:date>
    </item>
    <item>
      <title>Re: Replace Values in INPUTFIELD Through Partial Reload</title>
      <link>https://community.qlik.com/t5/QlikView/Replace-Values-in-INPUTFIELD-Through-Partial-Reload/m-p/1289118#M859381</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Checking now...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jan 2017 17:29:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Replace-Values-in-INPUTFIELD-Through-Partial-Reload/m-p/1289118#M859381</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-01-20T17:29:34Z</dc:date>
    </item>
    <item>
      <title>Re: Replace Values in INPUTFIELD Through Partial Reload</title>
      <link>https://community.qlik.com/t5/QlikView/Replace-Values-in-INPUTFIELD-Through-Partial-Reload/m-p/1289119#M859382</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The only way I can think of is to use a Macro&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlikview.com/thread/69738" title="https://community.qlikview.com/thread/69738"&gt;how to reset input field values using macro | Qlik Community&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Since this will be used locally, I am guessing Macro should not be a problem...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jan 2017 19:34:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Replace-Values-in-INPUTFIELD-Through-Partial-Reload/m-p/1289119#M859382</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-01-20T19:34:43Z</dc:date>
    </item>
    <item>
      <title>Re: Replace Values in INPUTFIELD Through Partial Reload</title>
      <link>https://community.qlik.com/t5/QlikView/Replace-Values-in-INPUTFIELD-Through-Partial-Reload/m-p/1289120#M859383</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Was not able to make this work with Macro also.... will give it another try today... lets see if I can achieve more with a fresh mind today &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 21 Jan 2017 15:34:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Replace-Values-in-INPUTFIELD-Through-Partial-Reload/m-p/1289120#M859383</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-01-21T15:34:40Z</dc:date>
    </item>
    <item>
      <title>Re: Replace Values in INPUTFIELD Through Partial Reload</title>
      <link>https://community.qlik.com/t5/QlikView/Replace-Values-in-INPUTFIELD-Through-Partial-Reload/m-p/1289121#M859384</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I gave up on it for now, added it to backlog to research later. &lt;SPAN style="font-size: 13.3333px;"&gt;Users didn't seem to mind. &lt;/SPAN&gt;I'll keep this question open in case I'll ever find a solution. Thanks for all the suggestions, Sunny! &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, 31 Jan 2017 16:36:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Replace-Values-in-INPUTFIELD-Through-Partial-Reload/m-p/1289121#M859384</guid>
      <dc:creator>mbespartochnyy</dc:creator>
      <dc:date>2017-01-31T16:36:50Z</dc:date>
    </item>
  </channel>
</rss>

