<?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 Setting Transparency in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Setting-Transparency/m-p/835309#M533881</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;I have a couple of variables set in place (vIdentifier1 and vIdentifier2). What I would like to happen is that when the user activates the button that sets vIdentifier to 1, I want vIdentifier2 (a seperate button) to have a low transparency. The two variables can't be set to the same value at the same time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is this something that Qlik can do?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 01 Apr 2015 10:39:38 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-04-01T10:39:38Z</dc:date>
    <item>
      <title>Setting Transparency</title>
      <link>https://community.qlik.com/t5/QlikView/Setting-Transparency/m-p/835309#M533881</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;I have a couple of variables set in place (vIdentifier1 and vIdentifier2). What I would like to happen is that when the user activates the button that sets vIdentifier to 1, I want vIdentifier2 (a seperate button) to have a low transparency. The two variables can't be set to the same value at the same time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is this something that Qlik can do?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Apr 2015 10:39:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Setting-Transparency/m-p/835309#M533881</guid>
      <dc:creator />
      <dc:date>2015-04-01T10:39:38Z</dc:date>
    </item>
    <item>
      <title>Re: Setting Transparency</title>
      <link>https://community.qlik.com/t5/QlikView/Setting-Transparency/m-p/835310#M533882</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Andrew, you can set a calculated color using ARBG(), ie:&lt;/P&gt;&lt;P&gt;If(vIdentifier1=1, ARGB(64,0,0,255), ARGB(255,0,0,255))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The first paremeter is transparency&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Apr 2015 10:44:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Setting-Transparency/m-p/835310#M533882</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2015-04-01T10:44:23Z</dc:date>
    </item>
    <item>
      <title>Re: Setting Transparency</title>
      <link>https://community.qlik.com/t5/QlikView/Setting-Transparency/m-p/835311#M533883</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Andrew,&lt;/P&gt;&lt;P&gt;use trigger to do this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Apr 2015 12:14:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Setting-Transparency/m-p/835311#M533883</guid>
      <dc:creator>timanshu</dc:creator>
      <dc:date>2015-04-01T12:14:07Z</dc:date>
    </item>
    <item>
      <title>Re: Setting Transparency</title>
      <link>https://community.qlik.com/t5/QlikView/Setting-Transparency/m-p/835312#M533884</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Andrew,&lt;/P&gt;&lt;P&gt;Use Rubens solution to manipulate the colours but to expand, you'll have to create the variable in the Variable output (Ctrl + Alt + V) or Script Editor and add an action to each button (External - Set Variable) i.e. vIdentifier1 = 1 vIdentifier1 = 0.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Apr 2015 11:51:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Setting-Transparency/m-p/835312#M533884</guid>
      <dc:creator />
      <dc:date>2015-04-03T11:51:31Z</dc:date>
    </item>
    <item>
      <title>Re: Setting Transparency</title>
      <link>https://community.qlik.com/t5/QlikView/Setting-Transparency/m-p/835313#M533885</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Andrew,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can set both the variables at a time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. create&amp;nbsp; variables&lt;/P&gt;&lt;P&gt;2.Create a button &lt;/P&gt;&lt;P&gt;3.Go to properties and action &amp;gt; add 2 action i.e one for each variable and then use the RGB concept &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Apr 2015 11:57:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Setting-Transparency/m-p/835313#M533885</guid>
      <dc:creator>avinashelite</dc:creator>
      <dc:date>2015-04-03T11:57:46Z</dc:date>
    </item>
  </channel>
</rss>

