<?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: inputfield? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/inputfield/m-p/866953#M1015410</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;here i have data for all&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;eventhough i need to give user to override if he wish to override &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 20 Apr 2015 13:32:25 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2015-04-20T13:32:25Z</dc:date>
    <item>
      <title>inputfield?</title>
      <link>https://community.qlik.com/t5/QlikView/inputfield/m-p/866949#M1015406</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi i have one field&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for that field i am going to write a inputfield&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ex:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have field called&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;date:&lt;/P&gt;&lt;P&gt;01/01/2015&lt;/P&gt;&lt;P&gt;02/01/2015&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and i want give option to change date for front end by using inputfield&lt;/P&gt;&lt;P&gt;i give n the option but when he try to enter the data and click on enter it is giving like cross mark on table box( i have added field s into table box ) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how to overwrite the date&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if user not entering any date then i have to show&amp;nbsp; existing date ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Apr 2015 12:48:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/inputfield/m-p/866949#M1015406</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-04-20T12:48:55Z</dc:date>
    </item>
    <item>
      <title>Re: inputfield?</title>
      <link>https://community.qlik.com/t5/QlikView/inputfield/m-p/866950#M1015407</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do you have a sample?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Sunny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Apr 2015 12:52:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/inputfield/m-p/866950#M1015407</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-04-20T12:52:58Z</dc:date>
    </item>
    <item>
      <title>Re: inputfield?</title>
      <link>https://community.qlik.com/t5/QlikView/inputfield/m-p/866951#M1015408</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;no sample yar&lt;/P&gt;&lt;P&gt;i have data for that field&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and if customer needs he can overrite&lt;/P&gt;&lt;P&gt;else showing existing data &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Apr 2015 12:55:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/inputfield/m-p/866951#M1015408</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-04-20T12:55:40Z</dc:date>
    </item>
    <item>
      <title>Re: inputfield?</title>
      <link>https://community.qlik.com/t5/QlikView/inputfield/m-p/866952#M1015409</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you tried with If or Alt?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If(IsNull(InputfieldDate), DatabaseDate, InputfieldDate) &lt;/STRONG&gt;or&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Alt(InputfieldDate, DatabaseDate)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sunny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Apr 2015 12:59:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/inputfield/m-p/866952#M1015409</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-04-20T12:59:06Z</dc:date>
    </item>
    <item>
      <title>Re: inputfield?</title>
      <link>https://community.qlik.com/t5/QlikView/inputfield/m-p/866953#M1015410</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;here i have data for all&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;eventhough i need to give user to override if he wish to override &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Apr 2015 13:32:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/inputfield/m-p/866953#M1015410</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-04-20T13:32:25Z</dc:date>
    </item>
    <item>
      <title>Re: inputfield?</title>
      <link>https://community.qlik.com/t5/QlikView/inputfield/m-p/866954#M1015411</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Right, you are checking if the user has inputted something in the inputfield, if he hasn't you are going to use the date from benchmark, else you will use the date fron the inputfield. That is what you are trying to do, right?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Apr 2015 13:34:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/inputfield/m-p/866954#M1015411</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-04-20T13:34:59Z</dc:date>
    </item>
    <item>
      <title>Re: inputfield?</title>
      <link>https://community.qlik.com/t5/QlikView/inputfield/m-p/866955#M1015412</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;exactly&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Apr 2015 13:40:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/inputfield/m-p/866955#M1015412</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-04-20T13:40:07Z</dc:date>
    </item>
    <item>
      <title>Re: inputfield?</title>
      <link>https://community.qlik.com/t5/QlikView/inputfield/m-p/866956#M1015413</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So what exactly isn't working? I am not sure... and that is why I asked a sample would be helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Sunny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Apr 2015 13:43:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/inputfield/m-p/866956#M1015413</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-04-20T13:43:55Z</dc:date>
    </item>
    <item>
      <title>Re: inputfield?</title>
      <link>https://community.qlik.com/t5/QlikView/inputfield/m-p/866957#M1015414</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i want give chance to enter data for date&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if is not entering then i have to show existing values&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it means i want give for overrite ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Apr 2015 13:48:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/inputfield/m-p/866957#M1015414</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-04-20T13:48:33Z</dc:date>
    </item>
  </channel>
</rss>

