<?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 Help with conditional show of a test object in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Help-with-conditional-show-of-a-test-object/m-p/1212210#M388656</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;How to conditionally show text object to only 3 osusers just say tom, frank &amp;amp; eli&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and hide it from other users ??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 07 Nov 2016 21:46:47 GMT</pubDate>
    <dc:creator>dseelam</dc:creator>
    <dc:date>2016-11-07T21:46:47Z</dc:date>
    <item>
      <title>Help with conditional show of a test object</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-conditional-show-of-a-test-object/m-p/1212210#M388656</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;How to conditionally show text object to only 3 osusers just say tom, frank &amp;amp; eli&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and hide it from other users ??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Nov 2016 21:46:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-conditional-show-of-a-test-object/m-p/1212210#M388656</guid>
      <dc:creator>dseelam</dc:creator>
      <dc:date>2016-11-07T21:46:47Z</dc:date>
    </item>
    <item>
      <title>Re: Help with conditional show of a test object</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-conditional-show-of-a-test-object/m-p/1212211#M388657</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Put the following in Layout &amp;gt; Show &amp;gt; Conditional:&lt;/P&gt;&lt;P&gt;=match(OSUser(), 'tom_username', 'frank_username', 'eli_username')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Nov 2016 21:49:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-conditional-show-of-a-test-object/m-p/1212211#M388657</guid>
      <dc:creator>Nicole-Smith</dc:creator>
      <dc:date>2016-11-07T21:49:14Z</dc:date>
    </item>
    <item>
      <title>Re: Help with conditional show of a test object</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-conditional-show-of-a-test-object/m-p/1212212#M388658</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Nicole,&lt;/P&gt;&lt;P&gt;Thanks for the reply&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I use condition above, some how its hidden from my screen even I did added my self in condition &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Its not working&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Nov 2016 14:27:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-conditional-show-of-a-test-object/m-p/1212212#M388658</guid>
      <dc:creator>dseelam</dc:creator>
      <dc:date>2016-11-08T14:27:37Z</dc:date>
    </item>
    <item>
      <title>Re: Help with conditional show of a test object</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-conditional-show-of-a-test-object/m-p/1212213#M388659</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think OSUser() outputs more than just the user_name. It adds the domain name also. So, I would suggest using WildMatch(), SubStringCount() or Index() functions instead of using Match&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=WildMatch(OSUser(), '*tom_username', '*frank_username',....)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or extract the user_name from OSUser and then use it with Match&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;=Match(Subfield(OSUser(), '\', 2), 'tom_username', 'frank_username', 'eli_username')&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Nov 2016 14:33:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-conditional-show-of-a-test-object/m-p/1212213#M388659</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-11-08T14:33:35Z</dc:date>
    </item>
    <item>
      <title>Re: Help with conditional show of a test object</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-conditional-show-of-a-test-object/m-p/1212214#M388660</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check with a text box object what is returned for OSUser().&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also double check the spelling of your user name in the match() function, AFAIR, it's case sensitive.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Nov 2016 14:34:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-conditional-show-of-a-test-object/m-p/1212214#M388660</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-11-08T14:34:03Z</dc:date>
    </item>
    <item>
      <title>Re: Help with conditional show of a test object</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-conditional-show-of-a-test-object/m-p/1212215#M388661</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think your usernames need to be fully qualified including the domain with the domain capitalized, so modify Nicole's reply to: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;=match(OSUser(), 'ABC_CO\tom_username', '&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;ABC_CO\&lt;/SPAN&gt;frank_username', '&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;ABC_CO\&lt;/SPAN&gt;eli_username').&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: 13px;"&gt;&lt;BR /&gt;&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: 13px;"&gt;HTH,&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: 13px;"&gt;John&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Nov 2016 14:34:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-conditional-show-of-a-test-object/m-p/1212215#M388661</guid>
      <dc:creator>johnca</dc:creator>
      <dc:date>2016-11-08T14:34:23Z</dc:date>
    </item>
    <item>
      <title>Re: Help with conditional show of a test object</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-conditional-show-of-a-test-object/m-p/1212216#M388662</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Sunny,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this expression worked for KPI&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;=WildMatch(OSUser(), '*tom_username', '*frank_username',....)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;can I hide the same KPI as expression in straight table using same kind of condition ??&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;my expression is in variable&lt;SPAN style="color: #ff6600;"&gt; (vShipcurrentOnTimeAmtPct)&lt;/SPAN&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Nov 2016 15:05:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-conditional-show-of-a-test-object/m-p/1212216#M388662</guid>
      <dc:creator>dseelam</dc:creator>
      <dc:date>2016-11-08T15:05:25Z</dc:date>
    </item>
    <item>
      <title>Re: Help with conditional show of a test object</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-conditional-show-of-a-test-object/m-p/1212217#M388663</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think you should be able to do that, is it not working?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Nov 2016 15:08:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-conditional-show-of-a-test-object/m-p/1212217#M388663</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-11-08T15:08:12Z</dc:date>
    </item>
    <item>
      <title>Re: Help with conditional show of a test object</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-conditional-show-of-a-test-object/m-p/1212218#M388664</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;On text object its working as it has conditional show and hide&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how to use same condition in straight table &lt;STRONG style=": ; color: #ff6600;"&gt;only&amp;nbsp; for one field&lt;/STRONG&gt; to show for only OSUSERS ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Nov 2016 15:11:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-conditional-show-of-a-test-object/m-p/1212218#M388664</guid>
      <dc:creator>dseelam</dc:creator>
      <dc:date>2016-11-08T15:11:01Z</dc:date>
    </item>
    <item>
      <title>Re: Help with conditional show of a test object</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-conditional-show-of-a-test-object/m-p/1212219#M388665</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Both dimensions and expressions have conditional show hide. Use them....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dimension&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/143274_Capture.PNG" style="height: 299px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expressions&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/143275_Capture.PNG" style="height: 309px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Nov 2016 15:14:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-conditional-show-of-a-test-object/m-p/1212219#M388665</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-11-08T15:14:06Z</dc:date>
    </item>
    <item>
      <title>Re: Help with conditional show of a test object</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-conditional-show-of-a-test-object/m-p/1212220#M388666</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you sunny it worked &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/wink.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Nov 2016 15:16:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-conditional-show-of-a-test-object/m-p/1212220#M388666</guid>
      <dc:creator>dseelam</dc:creator>
      <dc:date>2016-11-08T15:16:50Z</dc:date>
    </item>
  </channel>
</rss>

