<?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: How to show multiple possible values in listbox at front end? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-show-multiple-possible-values-in-listbox-at-front-end/m-p/1389428#M799676</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What you mean? &lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;
&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;My scenario is security is implemented on basis of region. One region allocated to more than one person due to which when someone login, multiple ntnames shown&lt;/SPAN&gt;&lt;/P&gt;
&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 12 Dec 2017 12:26:14 GMT</pubDate>
    <dc:creator>Anil_Babu_Samineni</dc:creator>
    <dc:date>2017-12-12T12:26:14Z</dc:date>
    <item>
      <title>How to show multiple possible values in listbox at front end?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-show-multiple-possible-values-in-listbox-at-front-end/m-p/1389424#M799672</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have an issue. In my listbox i have multiple associated values of ntname. I want to compare OSuser() with multiple NTNames and where it matches it should return the corresponding Name. Can some one help me in this?&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/How-to-show-multiple-possible-values-in-listbox-at-front-end/m-p/1389424#M799672</guid>
      <dc:creator>nikhilgarg</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to show multiple possible values in listbox at front end?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-show-multiple-possible-values-in-listbox-at-front-end/m-p/1389425#M799673</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be write list box as expression? Not sure, How ntname written??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If(OSUSER() = ntname, Name)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Dec 2017 12:12:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-show-multiple-possible-values-in-listbox-at-front-end/m-p/1389425#M799673</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-12-12T12:12:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to show multiple possible values in listbox at front end?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-show-multiple-possible-values-in-listbox-at-front-end/m-p/1389426#M799674</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey, &lt;/P&gt;&lt;P&gt;i have multiple NTNames. My scenario is security is implemented on basis of region. One region allocated to more than one person due to which when someone login, multiple ntnames shown. In case of multiple NTname, how would i compare with OSUser?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Dec 2017 12:19:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-show-multiple-possible-values-in-listbox-at-front-end/m-p/1389426#M799674</guid>
      <dc:creator>nikhilgarg</dc:creator>
      <dc:date>2017-12-12T12:19:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to show multiple possible values in listbox at front end?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-show-multiple-possible-values-in-listbox-at-front-end/m-p/1389427#M799675</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;maybe this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=if(wildmatch(OSUSER(),'*user1*','*&lt;SPAN style="font-size: 13.3333px;"&gt;user2&lt;/SPAN&gt;*','*&lt;SPAN style="font-size: 13.3333px;"&gt;user3&lt;/SPAN&gt;*','*&lt;SPAN style="font-size: 13.3333px;"&gt;user4&lt;/SPAN&gt;*','*&lt;SPAN style="font-size: 13.3333px;"&gt;user5&lt;/SPAN&gt;*','*&lt;SPAN style="font-size: 13.3333px;"&gt;user6&lt;/SPAN&gt;*','*&lt;SPAN style="font-size: 13.3333px;"&gt;userx&lt;/SPAN&gt;*')&amp;gt;0,Name)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Dec 2017 12:24:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-show-multiple-possible-values-in-listbox-at-front-end/m-p/1389427#M799675</guid>
      <dc:creator>YoussefBelloum</dc:creator>
      <dc:date>2017-12-12T12:24:27Z</dc:date>
    </item>
    <item>
      <title>Re: How to show multiple possible values in listbox at front end?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-show-multiple-possible-values-in-listbox-at-front-end/m-p/1389428#M799676</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What you mean? &lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;
&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;My scenario is security is implemented on basis of region. One region allocated to more than one person due to which when someone login, multiple ntnames shown&lt;/SPAN&gt;&lt;/P&gt;
&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Dec 2017 12:26:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-show-multiple-possible-values-in-listbox-at-front-end/m-p/1389428#M799676</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-12-12T12:26:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to show multiple possible values in listbox at front end?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-show-multiple-possible-values-in-listbox-at-front-end/m-p/1389429#M799677</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There are multiple ntnames, so hardcosing each and every name would be difficult&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Dec 2017 12:42:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-show-multiple-possible-values-in-listbox-at-front-end/m-p/1389429#M799677</guid>
      <dc:creator>nikhilgarg</dc:creator>
      <dc:date>2017-12-12T12:42:11Z</dc:date>
    </item>
  </channel>
</rss>

