<?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: Passing Colors based on the user Login in Section access in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Passing-Colors-based-on-the-user-Login-in-Section-access/m-p/1000039#M340006</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rudolf,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your time !!!..Actually i am using the color not just for charts but also for highlighting the Text color on Buttons and Background color and Labels .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 22 Sep 2015 12:37:49 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-09-22T12:37:49Z</dc:date>
    <item>
      <title>Passing Colors based on the user Login in Section access</title>
      <link>https://community.qlik.com/t5/QlikView/Passing-Colors-based-on-the-user-Login-in-Section-access/m-p/1000036#M340003</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Guys, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have created an application which will Change the color cheme of the application based on the Login user (using Section Access) but here i got struck with onething One user accessing the data of two customers(clients) , so the color of the application should change based on selection of customers button on the front end .&lt;/P&gt;&lt;P&gt;Let me give you all an example &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Section Access;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ACCESS, USERID, PASSWORD&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ADMIN, ADMIN, ADMIN&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; USER,USER1,&lt;SPAN style="font-size: 13.3333px;"&gt;USER1&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; USER, USER2, USER2&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; USER, USER3, USER3&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Section Application;&lt;/P&gt;&lt;P&gt;NoConcatenate&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;&amp;nbsp; USERID, Customer_Code, User_Role,v__ColorChange,&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&amp;nbsp; &lt;SPAN style="font-size: 13.3333px;"&gt;USER1&lt;/SPAN&gt;,'&lt;SPAN style="font-size: 13.3333px;"&gt;ABC Company&lt;/SPAN&gt;',1,'Violet'&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&amp;nbsp; &lt;SPAN style="font-size: 13.3333px;"&gt;USER1&lt;/SPAN&gt;,'&lt;SPAN style="font-size: 13.3333px;"&gt;DEF Company&lt;/SPAN&gt;',1,'Green'&lt;/P&gt;&lt;P&gt;&amp;nbsp; USER2, 'ABC Company',2,'&lt;SPAN style="font-size: 13.3333px;"&gt;Violet&lt;/SPAN&gt;'&lt;/P&gt;&lt;P&gt;&amp;nbsp; USER3, '&lt;SPAN style="font-size: 13.3333px;"&gt;DEF Company&lt;/SPAN&gt;',3,'&lt;SPAN style="font-size: 13.3333px;"&gt;Green&lt;/SPAN&gt;'&lt;/P&gt;&lt;P&gt;&amp;nbsp; ];&lt;/P&gt;&lt;P&gt;So based on the above code by default when user Logs in i am getting the expected result&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; CompanyData Shown&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ColorWe Get on report&lt;/P&gt;&lt;P&gt;For USER2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-size: 13.3333px;"&gt; 'ABC Company'&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-size: 13.3333px;"&gt;'&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Violet&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;'&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;For USER3&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-size: 13.3333px;"&gt;'&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;DEF Company&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;'&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-size: 13.3333px;"&gt;'Green'&lt;/SPAN&gt;&lt;/SPAN&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;But for USER1 i require both so i am able to display the data for both but &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG style="font-size: 12pt;"&gt;"How can i get the color related to that company when that company is selected through Text Box" &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;like for user and on selection of ABC company it should show me Violet , for DEF Company it should show me green&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;For USER1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-size: 13.3333px;"&gt;'ABC Company'&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-size: 13.3333px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;'&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Violet&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;'&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;For USER&lt;/SPAN&gt;1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-size: 13.3333px;"&gt;'&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;DEF Company&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;'&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-size: 13.3333px;"&gt;'Green'&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help me out from this as i have tried some features but the problem is that when we click on the clear button the color changes are getting back to default and These attributes should not be shown in current selections &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Sep 2015 09:42:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Passing-Colors-based-on-the-user-Login-in-Section-access/m-p/1000036#M340003</guid>
      <dc:creator />
      <dc:date>2015-09-22T09:42:57Z</dc:date>
    </item>
    <item>
      <title>Re: Passing Colors based on the user Login in Section access</title>
      <link>https://community.qlik.com/t5/QlikView/Passing-Colors-based-on-the-user-Login-in-Section-access/m-p/1000037#M340004</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi , &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pls Is there anyone who could help me out ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Sep 2015 11:58:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Passing-Colors-based-on-the-user-Login-in-Section-access/m-p/1000037#M340004</guid>
      <dc:creator />
      <dc:date>2015-09-22T11:58:04Z</dc:date>
    </item>
    <item>
      <title>Re: Passing Colors based on the user Login in Section access</title>
      <link>https://community.qlik.com/t5/QlikView/Passing-Colors-based-on-the-user-Login-in-Section-access/m-p/1000038#M340005</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try to use textcolor or Background Color for your Dimension "CompanyDataShown" and define&lt;/P&gt;&lt;P&gt;"only(ColorWe Get on Report)&lt;/P&gt;&lt;P&gt;But you Need the Color whether as predfeined color like green(), red() or with rgb values&lt;/P&gt;&lt;P&gt;like ABC Company rgb(x,y,z)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in my example i have a Dimension and used the Color Definition i have in 1 column&lt;/P&gt;&lt;P&gt;&lt;IMG class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/99674_pastedImage_0.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Sep 2015 12:14:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Passing-Colors-based-on-the-user-Login-in-Section-access/m-p/1000038#M340005</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-09-22T12:14:56Z</dc:date>
    </item>
    <item>
      <title>Re: Passing Colors based on the user Login in Section access</title>
      <link>https://community.qlik.com/t5/QlikView/Passing-Colors-based-on-the-user-Login-in-Section-access/m-p/1000039#M340006</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rudolf,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your time !!!..Actually i am using the color not just for charts but also for highlighting the Text color on Buttons and Background color and Labels .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Sep 2015 12:37:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Passing-Colors-based-on-the-user-Login-in-Section-access/m-p/1000039#M340006</guid>
      <dc:creator />
      <dc:date>2015-09-22T12:37:49Z</dc:date>
    </item>
    <item>
      <title>Re: Passing Colors based on the user Login in Section access</title>
      <link>https://community.qlik.com/t5/QlikView/Passing-Colors-based-on-the-user-Login-in-Section-access/m-p/1000040#M340007</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;this should be the same&lt;/P&gt;&lt;P&gt;if you select the Company (and only one Company) you canuse&lt;/P&gt;&lt;P&gt;the same Expression for textcolor etc.&lt;/P&gt;&lt;P&gt;"only(ColorWe Get on Report) as it contains only 1 Color for 1 company&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Sep 2015 12:43:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Passing-Colors-based-on-the-user-Login-in-Section-access/m-p/1000040#M340007</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-09-22T12:43:43Z</dc:date>
    </item>
    <item>
      <title>Re: Passing Colors based on the user Login in Section access</title>
      <link>https://community.qlik.com/t5/QlikView/Passing-Colors-based-on-the-user-Login-in-Section-access/m-p/1000041#M340008</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How can i use the only function ?, Can i use it on Triggers/Actions ?&lt;/P&gt;&lt;P&gt;You have got any example which you can share so that it can be helpful for my understading&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Sep 2015 12:47:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Passing-Colors-based-on-the-user-Login-in-Section-access/m-p/1000041#M340008</guid>
      <dc:creator />
      <dc:date>2015-09-22T12:47:07Z</dc:date>
    </item>
    <item>
      <title>Re: Passing Colors based on the user Login in Section access</title>
      <link>https://community.qlik.com/t5/QlikView/Passing-Colors-based-on-the-user-Login-in-Section-access/m-p/1000042#M340009</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you can skip the only function if you ensure that only one value is selected.&lt;/P&gt;&lt;P&gt;you can use it on Triggers also if only one value is selected&lt;/P&gt;&lt;P&gt;I would test it on a button or Dimension and Color function&lt;/P&gt;&lt;P&gt;next step use Trigger etc.&lt;/P&gt;&lt;P&gt;one step by the other&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Sep 2015 12:52:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Passing-Colors-based-on-the-user-Login-in-Section-access/m-p/1000042#M340009</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-09-22T12:52:10Z</dc:date>
    </item>
    <item>
      <title>Re: Passing Colors based on the user Login in Section access</title>
      <link>https://community.qlik.com/t5/QlikView/Passing-Colors-based-on-the-user-Login-in-Section-access/m-p/1000043#M340010</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe i got you idea partially, let me try and come back &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Sep 2015 14:55:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Passing-Colors-based-on-the-user-Login-in-Section-access/m-p/1000043#M340010</guid>
      <dc:creator />
      <dc:date>2015-09-22T14:55:04Z</dc:date>
    </item>
    <item>
      <title>Re: Passing Colors based on the user Login in Section access</title>
      <link>https://community.qlik.com/t5/QlikView/Passing-Colors-based-on-the-user-Login-in-Section-access/m-p/1000044#M340011</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Many thanks !!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Sep 2015 16:08:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Passing-Colors-based-on-the-user-Login-in-Section-access/m-p/1000044#M340011</guid>
      <dc:creator />
      <dc:date>2015-09-22T16:08:03Z</dc:date>
    </item>
  </channel>
</rss>

