<?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: restrict special character in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/restrict-special-character/m-p/447248#M166870</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Works for me&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 19 Feb 2013 17:53:00 GMT</pubDate>
    <dc:creator>Gysbert_Wassenaar</dc:creator>
    <dc:date>2013-02-19T17:53:00Z</dc:date>
    <item>
      <title>restrict special character</title>
      <link>https://community.qlik.com/t5/QlikView/restrict-special-character/m-p/447242#M166864</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;how to restrict the special character in input box&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Feb 2013 18:21:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/restrict-special-character/m-p/447242#M166864</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-02-18T18:21:10Z</dc:date>
    </item>
    <item>
      <title>Re: restrict special character</title>
      <link>https://community.qlik.com/t5/QlikView/restrict-special-character/m-p/447243#M166865</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you go to the Help menu in QlikView and Search "Input Constraints", you'll find a search result called "Input Box Properties: Constraints"&amp;nbsp; That will tell you everything you need to know.&amp;nbsp; Basically, use Custom Contraints and dictate what is allowed to be entered.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Feb 2013 20:25:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/restrict-special-character/m-p/447243#M166865</guid>
      <dc:creator>hallquist_nate</dc:creator>
      <dc:date>2013-02-18T20:25:32Z</dc:date>
    </item>
    <item>
      <title>Re: restrict special character</title>
      <link>https://community.qlik.com/t5/QlikView/restrict-special-character/m-p/447244#M166866</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you want a constraint that only allows letters and numbers you can use this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=len(PurgeChar($,'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789'))=0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to allow more characters you can add them in the expression. Alternatively you could use something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=len(KeepChar($,'`~@#$%^&amp;amp;*()_-+={[}]|\:;&amp;lt;&amp;gt;,./?'))=0&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Feb 2013 12:26:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/restrict-special-character/m-p/447244#M166866</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2013-02-19T12:26:33Z</dc:date>
    </item>
    <item>
      <title>Re: restrict special character</title>
      <link>https://community.qlik.com/t5/QlikView/restrict-special-character/m-p/447245#M166867</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;it shows error in $ symbol&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Feb 2013 17:06:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/restrict-special-character/m-p/447245#M166867</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-02-19T17:06:50Z</dc:date>
    </item>
    <item>
      <title>Re: restrict special character</title>
      <link>https://community.qlik.com/t5/QlikView/restrict-special-character/m-p/447246#M166868</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That's a bug in the expression editor. The $ will be substituted with the input value. Just try it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Feb 2013 17:15:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/restrict-special-character/m-p/447246#M166868</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2013-02-19T17:15:13Z</dc:date>
    </item>
    <item>
      <title>Re: restrict special character</title>
      <link>https://community.qlik.com/t5/QlikView/restrict-special-character/m-p/447247#M166869</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;no its not working&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Feb 2013 17:21:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/restrict-special-character/m-p/447247#M166869</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-02-19T17:21:21Z</dc:date>
    </item>
    <item>
      <title>Re: restrict special character</title>
      <link>https://community.qlik.com/t5/QlikView/restrict-special-character/m-p/447248#M166870</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Works for me&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Feb 2013 17:53:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/restrict-special-character/m-p/447248#M166870</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2013-02-19T17:53:00Z</dc:date>
    </item>
    <item>
      <title>Re: restrict special character</title>
      <link>https://community.qlik.com/t5/QlikView/restrict-special-character/m-p/447249#M166871</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ya thanks... its works... but i restrict the character without typing(when i press @ ,@ is not entering in the input box..)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now it s entering when press another object then only its validating&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Feb 2013 18:03:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/restrict-special-character/m-p/447249#M166871</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-02-19T18:03:25Z</dc:date>
    </item>
  </channel>
</rss>

