<?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: Password Input Box in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Password-Input-Box/m-p/1392967#M613027</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Oh, and thanks everyone !!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 04 Oct 2017 12:41:55 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2017-10-04T12:41:55Z</dc:date>
    <item>
      <title>Password Input Box</title>
      <link>https://community.qlik.com/t5/QlikView/Password-Input-Box/m-p/1392961#M613021</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi I have created a password so that only certain fields show on a table.&amp;nbsp; This by setting a input field to be a variable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This works fine however once the password is entered into the input field, it stays on screen.&amp;nbsp; Is there any way I can do either of the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Change the format of the input box so it doesnt show on screen&lt;/P&gt;&lt;P&gt;Remove the password once entered into the input field&lt;/P&gt;&lt;P&gt;Type " ***** " as you type the password in the input box&lt;/P&gt;&lt;P&gt;Or any other suggestions&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help appreciated&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Oct 2017 10:41:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Password-Input-Box/m-p/1392961#M613021</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-10-04T10:41:44Z</dc:date>
    </item>
    <item>
      <title>Re: Password Input Box</title>
      <link>https://community.qlik.com/t5/QlikView/Password-Input-Box/m-p/1392962#M613022</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There is no implemented password-handling within qlikview and therefore you could only try it with some workarounds which quite probably have all some disadvantages. Some years ago I used something similar whereby a macro was checking the values and removing the content after each entry. But this meant you couldn't use the AJAX client.&lt;/P&gt;&lt;P&gt;With the AJAX client you could try to implement a similar logic by using several variables and actions which check and fire against eachother - it might be working but it won't be really beautiful ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Beside them none of this workarounds will be suitable for confidential data else it will be only some kind of usability. Therefore I think you should consider &lt;A href="https://community.qlik.com/docs/DOC-9039"&gt;Section Access&lt;/A&gt; for your use-case.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Oct 2017 11:22:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Password-Input-Box/m-p/1392962#M613022</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2017-10-04T11:22:55Z</dc:date>
    </item>
    <item>
      <title>Re: Password Input Box</title>
      <link>https://community.qlik.com/t5/QlikView/Password-Input-Box/m-p/1392963#M613023</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;If I could change the format of the text on the input field to white, then that would do for now as a starting point.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Can that be done?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Regards&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Oct 2017 11:27:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Password-Input-Box/m-p/1392963#M613023</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-10-04T11:27:01Z</dc:date>
    </item>
    <item>
      <title>Re: Password Input Box</title>
      <link>https://community.qlik.com/t5/QlikView/Password-Input-Box/m-p/1392964#M613024</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You could use two different input-boxes (one with black and one with white as text-color or maybe adjusting the background-color, too - in tab presentation) which are laying over eachother and controlling their visibility over the content in tab layout. But it will be only a pseudo-security. The user may create another inputbox/textbox and using this variable or resize the inputbox (a tooltip will show the content) or export the object to excel and probably some more methods to change the variable-content and/or to get the password. It's far away from secure ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Oct 2017 11:51:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Password-Input-Box/m-p/1392964#M613024</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2017-10-04T11:51:48Z</dc:date>
    </item>
    <item>
      <title>Re: Password Input Box</title>
      <link>https://community.qlik.com/t5/QlikView/Password-Input-Box/m-p/1392965#M613025</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;in the presentation tab of input box change the row color -&amp;gt; background color and text color to white. it will do the trick&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Oct 2017 11:57:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Password-Input-Box/m-p/1392965#M613025</guid>
      <dc:creator>pradosh_thakur</dc:creator>
      <dc:date>2017-10-04T11:57:31Z</dc:date>
    </item>
    <item>
      <title>Re: Password Input Box</title>
      <link>https://community.qlik.com/t5/QlikView/Password-Input-Box/m-p/1392966#M613026</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That will do for now.&amp;nbsp; The main users cannot save the password, so it is better than what I have (which is a visible password on screen).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I appreciate is isn't ideal and I will be working on the ouser function to hide some of the fields.&amp;nbsp; Just playing with that at the moment.&lt;/P&gt;&lt;P&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;&lt;/P&gt;&lt;P&gt;Phil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Oct 2017 12:41:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Password-Input-Box/m-p/1392966#M613026</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-10-04T12:41:35Z</dc:date>
    </item>
    <item>
      <title>Re: Password Input Box</title>
      <link>https://community.qlik.com/t5/QlikView/Password-Input-Box/m-p/1392967#M613027</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Oh, and thanks everyone !!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Oct 2017 12:41:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Password-Input-Box/m-p/1392967#M613027</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-10-04T12:41:55Z</dc:date>
    </item>
  </channel>
</rss>

