<?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: Color setting based on OSUser in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Color-setting-based-on-OSUser/m-p/617503#M679355</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, I think that the trigger may work, but not sure what to use for it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jaime, the example you posted is helpful, but what I want to do is color just one of the bars (say Green) and the rest stay blue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So if there was a bar chart that showed division and I had 5 divisions, I only want the division I belong to be color changed, the rest stay as they were.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Gavin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 24 Apr 2014 18:33:13 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-04-24T18:33:13Z</dc:date>
    <item>
      <title>Color setting based on OSUser</title>
      <link>https://community.qlik.com/t5/QlikView/Color-setting-based-on-OSUser/m-p/617500#M679350</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm trying to set the color of bars in a graph when a user logs in to show ones that relate to them, but with no selections made.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've got a version of this function working, but it requires a user to make a selection before this happens. What I'd like is to have this happen on login without any macros (as the client version needs to be Ajax).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any thoughts?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Gavin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Apr 2014 18:01:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Color-setting-based-on-OSUser/m-p/617500#M679350</guid>
      <dc:creator />
      <dc:date>2014-04-24T18:01:38Z</dc:date>
    </item>
    <item>
      <title>Re: Color setting based on OSUser</title>
      <link>https://community.qlik.com/t5/QlikView/Color-setting-based-on-OSUser/m-p/617501#M679352</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe some OnOpen trigger?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Apr 2014 18:20:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Color-setting-based-on-OSUser/m-p/617501#M679352</guid>
      <dc:creator />
      <dc:date>2014-04-24T18:20:26Z</dc:date>
    </item>
    <item>
      <title>Re: Color setting based on OSUser</title>
      <link>https://community.qlik.com/t5/QlikView/Color-setting-based-on-OSUser/m-p/617502#M679354</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;try modifying the background color property in your expression with:&lt;/P&gt;&lt;P&gt;=pick(WildMatch(OSUser(), 'Domain\User1', 'Domain\User2', 'Domain\User3'), Green(), Red(), Yellow())&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You just have to replace the users and the colors you wish to use,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;see the attached example,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Apr 2014 18:24:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Color-setting-based-on-OSUser/m-p/617502#M679354</guid>
      <dc:creator>jaimeaguilar</dc:creator>
      <dc:date>2014-04-24T18:24:43Z</dc:date>
    </item>
    <item>
      <title>Re: Color setting based on OSUser</title>
      <link>https://community.qlik.com/t5/QlikView/Color-setting-based-on-OSUser/m-p/617503#M679355</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, I think that the trigger may work, but not sure what to use for it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jaime, the example you posted is helpful, but what I want to do is color just one of the bars (say Green) and the rest stay blue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So if there was a bar chart that showed division and I had 5 divisions, I only want the division I belong to be color changed, the rest stay as they were.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Gavin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Apr 2014 18:33:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Color-setting-based-on-OSUser/m-p/617503#M679355</guid>
      <dc:creator />
      <dc:date>2014-04-24T18:33:13Z</dc:date>
    </item>
    <item>
      <title>Re: Color setting based on OSUser</title>
      <link>https://community.qlik.com/t5/QlikView/Color-setting-based-on-OSUser/m-p/617504#M679356</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;then you have to add the condition for changing just one bars, besides the condition for the color depending on OSUser():&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(CONDITION_IS_TRUE,&lt;/P&gt;&lt;P&gt;pick(WildMatch(OSUser(), 'Domain\User1', 'Domain\User2', 'Domain\User3'), Green(), Red(), Yellow())&lt;/P&gt;&lt;P&gt;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this way, the bar will change color only if the condition is fulfilled,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Apr 2014 18:51:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Color-setting-based-on-OSUser/m-p/617504#M679356</guid>
      <dc:creator>jaimeaguilar</dc:creator>
      <dc:date>2014-04-24T18:51:12Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Color setting based on OSUser</title>
      <link>https://community.qlik.com/t5/QlikView/Color-setting-based-on-OSUser/m-p/617505#M679357</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG alt="1.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/57893_1.png" style="width: 620px; height: 344px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Apr 2014 18:58:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Color-setting-based-on-OSUser/m-p/617505#M679357</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2014-04-24T18:58:40Z</dc:date>
    </item>
    <item>
      <title>Re: Color setting based on OSUser</title>
      <link>https://community.qlik.com/t5/QlikView/Color-setting-based-on-OSUser/m-p/617506#M679358</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi massimo&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you post up the qvw?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Gavin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Apr 2014 19:12:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Color-setting-based-on-OSUser/m-p/617506#M679358</guid>
      <dc:creator />
      <dc:date>2014-04-24T19:12:13Z</dc:date>
    </item>
    <item>
      <title>Re: Color setting based on OSUser</title>
      <link>https://community.qlik.com/t5/QlikView/Color-setting-based-on-OSUser/m-p/617507#M679359</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;is already attached to my prev post&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Apr 2014 20:09:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Color-setting-based-on-OSUser/m-p/617507#M679359</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2014-04-24T20:09:34Z</dc:date>
    </item>
    <item>
      <title>Re: Color setting based on OSUser</title>
      <link>https://community.qlik.com/t5/QlikView/Color-setting-based-on-OSUser/m-p/617508#M679360</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Massimo,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes it was (my mistake) I was looking through a mobile device that didn’t pick-up the attachment.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Gavin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Apr 2014 07:11:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Color-setting-based-on-OSUser/m-p/617508#M679360</guid>
      <dc:creator />
      <dc:date>2014-04-25T07:11:38Z</dc:date>
    </item>
  </channel>
</rss>

