<?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: If i create input box,and input one value,can i use this value in my select sql? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/If-i-create-input-box-and-input-one-value-can-i-use-this-value/m-p/124261#M752031</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks for your help,I had resolved.&lt;/P&gt;&lt;P&gt;But if user input value is null,and then click "select" button,how can i used '20180101' to replace the input value?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 24 Oct 2018 06:01:01 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2018-10-24T06:01:01Z</dc:date>
    <item>
      <title>If i create input box,and input one value,can i use this value in my select sql?</title>
      <link>https://community.qlik.com/t5/QlikView/If-i-create-input-box-and-input-one-value-can-i-use-this-value/m-p/124259#M752029</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;for example:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/216407_pastedImage_0.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;my select sql:&lt;/P&gt;&lt;P&gt;select * from tablename where columnname = 'my input value';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when i click select button,the page can refresh the data.&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/If-i-create-input-box-and-input-one-value-can-i-use-this-value/m-p/124259#M752029</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: If i create input box,and input one value,can i use this value in my select sql?</title>
      <link>https://community.qlik.com/t5/QlikView/If-i-create-input-box-and-input-one-value-can-i-use-this-value/m-p/124260#M752030</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, you can do this. You need to connect the input box to a variable and then use that variable in the load script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select * frmo tablename where columnname='$(variablename)';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;assign a Reload action to the "select" button.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Oct 2018 07:50:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/If-i-create-input-box-and-input-one-value-can-i-use-this-value/m-p/124260#M752030</guid>
      <dc:creator>juraj_misina</dc:creator>
      <dc:date>2018-10-23T07:50:13Z</dc:date>
    </item>
    <item>
      <title>Re: If i create input box,and input one value,can i use this value in my select sql?</title>
      <link>https://community.qlik.com/t5/QlikView/If-i-create-input-box-and-input-one-value-can-i-use-this-value/m-p/124261#M752031</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks for your help,I had resolved.&lt;/P&gt;&lt;P&gt;But if user input value is null,and then click "select" button,how can i used '20180101' to replace the input value?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Oct 2018 06:01:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/If-i-create-input-box-and-input-one-value-can-i-use-this-value/m-p/124261#M752031</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-10-24T06:01:01Z</dc:date>
    </item>
    <item>
      <title>Re: If i create input box,and input one value,can i use this value in my select sql?</title>
      <link>https://community.qlik.com/t5/QlikView/If-i-create-input-box-and-input-one-value-can-i-use-this-value/m-p/124262#M752032</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;you can do this by &lt;/P&gt;&lt;P&gt;If(Len('$(variablename)')=0 then&lt;/P&gt;&lt;P&gt;LET variablename = '20180101';&lt;/P&gt;&lt;P&gt;EndIf&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Oct 2018 07:07:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/If-i-create-input-box-and-input-one-value-can-i-use-this-value/m-p/124262#M752032</guid>
      <dc:creator>juraj_misina</dc:creator>
      <dc:date>2018-10-25T07:07:55Z</dc:date>
    </item>
  </channel>
</rss>

