<?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: Input box format in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Input-box-format/m-p/1072394#M523616</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What about a button that has an action which brings up an input field or something.&amp;nbsp; Not sure how to do that though or even if it's possible?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;phil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 15 Mar 2016 11:43:43 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2016-03-15T11:43:43Z</dc:date>
    <item>
      <title>Input box format</title>
      <link>https://community.qlik.com/t5/QlikView/Input-box-format/m-p/1072392#M523614</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have an input box which requires users to key a word in into the field.&amp;nbsp; Please see below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Qlik_Input.jpg" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/118004_Qlik_Input.jpg" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;Is there any way I can format the input field so that the user knows where to key the word or is there a better way to do this to make it more user friendly?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;Thanks&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;Phil&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Mar 2016 07:52:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Input-box-format/m-p/1072392#M523614</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-03-15T07:52:29Z</dc:date>
    </item>
    <item>
      <title>Re: Input box format</title>
      <link>https://community.qlik.com/t5/QlikView/Input-box-format/m-p/1072393#M523615</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can't change the look of the input box much. You can add a caption title and add a help text.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Mar 2016 11:24:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Input-box-format/m-p/1072393#M523615</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2016-03-15T11:24:43Z</dc:date>
    </item>
    <item>
      <title>Re: Input box format</title>
      <link>https://community.qlik.com/t5/QlikView/Input-box-format/m-p/1072394#M523616</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What about a button that has an action which brings up an input field or something.&amp;nbsp; Not sure how to do that though or even if it's possible?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;phil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Mar 2016 11:43:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Input-box-format/m-p/1072394#M523616</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-03-15T11:43:43Z</dc:date>
    </item>
    <item>
      <title>Re: Input box format</title>
      <link>https://community.qlik.com/t5/QlikView/Input-box-format/m-p/1072395#M523617</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use a button to toggle a variable and use the variable to show/hide the input box. Create a variable vShow and give it an initial value of -1. Then add a Set Variable action to the button. Use vShow as variable name and &lt;EM&gt;=not $(vShow)&lt;/EM&gt; as value. On the layout tab of the properties window of the input box enable the Conditional show option and use as expression =$(vShow). You can now show/hide the input box using the button. You can also make the text on the button depend on the variable: =if($(vShow), 'Hide input box', 'Show input box')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Mar 2016 11:48:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Input-box-format/m-p/1072395#M523617</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2016-03-15T11:48:39Z</dc:date>
    </item>
    <item>
      <title>Re: Input box format</title>
      <link>https://community.qlik.com/t5/QlikView/Input-box-format/m-p/1072396#M523618</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;An alternatively might be to create a list of all possible (allowed) values which the user could chose per dropdown or scroll. Such listing could be applied manually or calculated. Have for this a look within the object-properties on the options in tab restrictions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Mar 2016 11:48:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Input-box-format/m-p/1072396#M523618</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2016-03-15T11:48:52Z</dc:date>
    </item>
    <item>
      <title>Re: Input box format</title>
      <link>https://community.qlik.com/t5/QlikView/Input-box-format/m-p/1072397#M523619</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Phil,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can make your input box more user &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;friendly by using below properties:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;1)Remove caption of input box&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;2)remove = sign&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;3)in the general tab-&amp;gt; label -&amp;gt;Enter Space&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;4)Set input box constraint as shown in screen shot&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;5)Create one text box and place your input box over the text box&lt;/P&gt;&lt;P&gt;listed values will be the proposed values that user can select from the drop down list &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Img1.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/118046_Img1.PNG" style="height: 519px; width: 620px;" /&gt;&lt;IMG alt="img2.PNG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/118047_img2.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this will help you..!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Mar 2016 11:51:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Input-box-format/m-p/1072397#M523619</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-03-15T11:51:31Z</dc:date>
    </item>
    <item>
      <title>Re: Input box format</title>
      <link>https://community.qlik.com/t5/QlikView/Input-box-format/m-p/1072398#M523620</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You could add a text box next to the input box and provide the details for the same or &lt;/P&gt;&lt;P&gt;yes , you could use a button as well ...check this below thread &lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/thread/56080"&gt;Hide/show an Object with button set variable&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Mar 2016 11:58:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Input-box-format/m-p/1072398#M523620</guid>
      <dc:creator>avinashelite</dc:creator>
      <dc:date>2016-03-15T11:58:38Z</dc:date>
    </item>
    <item>
      <title>Re: Input box format</title>
      <link>https://community.qlik.com/t5/QlikView/Input-box-format/m-p/1072399#M523621</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can remove the label and equal sign, set a default value and some constraints to mimic a classic input box:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="InputBoxUnbenannt.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/118048_InputBoxUnbenannt.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See attached sample QVW.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Mar 2016 12:02:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Input-box-format/m-p/1072399#M523621</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-03-15T12:02:38Z</dc:date>
    </item>
    <item>
      <title>Re: Input box format</title>
      <link>https://community.qlik.com/t5/QlikView/Input-box-format/m-p/1072400#M523622</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So close.&amp;nbsp; It does the job, but the word which is keyed is a password (I use it as a variable to show / hide a sheet), so I don't want it to stay on the page.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How about a way to use this same scenario you suggested (above), but once you submit, the 'Enter Value Here' reverts back and the password is submitted to the variable seperately?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is that possible?&amp;nbsp; How to do it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Phil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Mar 2016 12:19:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Input-box-format/m-p/1072400#M523622</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-03-15T12:19:21Z</dc:date>
    </item>
    <item>
      <title>Re: Input box format</title>
      <link>https://community.qlik.com/t5/QlikView/Input-box-format/m-p/1072401#M523623</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Perhaps you should use section access instead:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-5175"&gt;Sheets Security with Section Access&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-4962"&gt;Section Access - Hide Sheet Level&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Mar 2016 12:24:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Input-box-format/m-p/1072401#M523623</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2016-03-15T12:24:16Z</dc:date>
    </item>
    <item>
      <title>Re: Input box format</title>
      <link>https://community.qlik.com/t5/QlikView/Input-box-format/m-p/1072402#M523624</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You could try using triggers to reset the variable e.g. when leaving the secret sheet.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See attached sample, secret key is 1234.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Mar 2016 16:01:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Input-box-format/m-p/1072402#M523624</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-03-15T16:01:39Z</dc:date>
    </item>
  </channel>
</rss>

