<?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: Transparency function in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Transparency-function/m-p/609528#M1107861</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can add the Alpha value between the parenthesis&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RED(128)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OR &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WHITE(128)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="2014-03-06_1243.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/54399_2014-03-06_1243.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 06 Mar 2014 12:44:23 GMT</pubDate>
    <dc:creator>rustyfishbones</dc:creator>
    <dc:date>2014-03-06T12:44:23Z</dc:date>
    <item>
      <title>Transparency function</title>
      <link>https://community.qlik.com/t5/QlikView/Transparency-function/m-p/609526#M1107859</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In a text box, under Font tab, under Color, which is the formula I should use in calculated field to make the text box with 100% transparency based on a specific selection ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For instance, in order to make the text box as white I need to enter &lt;SPAN style="font-size: 10pt;"&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;white&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;() or in red it should be &lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;red&lt;/SPAN&gt;(). However if I want the text box to be let's say red and with 50% transparency what should I add on top of &lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;red&lt;/SPAN&gt;() ?&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;thks,dani&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Mar 2014 12:30:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Transparency-function/m-p/609526#M1107859</guid>
      <dc:creator>danialier</dc:creator>
      <dc:date>2014-03-06T12:30:27Z</dc:date>
    </item>
    <item>
      <title>Re: Transparency function</title>
      <link>https://community.qlik.com/t5/QlikView/Transparency-function/m-p/609527#M1107860</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if i'm not wrong from 0 to 255&lt;/P&gt;&lt;P&gt;red(128)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or you can use argb &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;from online help&lt;/P&gt;&lt;P class="syntax"&gt;&lt;A name="ARGB"&gt;&lt;/A&gt;&lt;SPAN class="Bold"&gt;ARGB(&lt;/SPAN&gt;&lt;SPAN class="Italic"&gt;alpha, e1, e2, e3&lt;/SPAN&gt;&lt;SPAN class="Bold"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;This function returns the color representation of a color defined by the red component &lt;SPAN class="Italic"&gt;e1&lt;/SPAN&gt;, the green component &lt;SPAN class="Italic"&gt;e2&lt;/SPAN&gt; and the blue component &lt;SPAN class="Italic"&gt;e3&lt;/SPAN&gt; with an alpha factor (opacity) of alpha. All four parameters must be expressions evaluating to integers in the range between 0 and 255. The color representation is a dual value where the text representation comes in the form of 'RGB(a,r, g, b)' where a, r, g and b are numbers between 0 and 255 representing the alpha, red, green and blue color value respectively. The number representation is an integer representing the alpha, red, green and blue components as defined in Visual Basic&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Mar 2014 12:34:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Transparency-function/m-p/609527#M1107860</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2014-03-06T12:34:51Z</dc:date>
    </item>
    <item>
      <title>Re: Transparency function</title>
      <link>https://community.qlik.com/t5/QlikView/Transparency-function/m-p/609528#M1107861</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can add the Alpha value between the parenthesis&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RED(128)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OR &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WHITE(128)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="2014-03-06_1243.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/54399_2014-03-06_1243.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Mar 2014 12:44:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Transparency-function/m-p/609528#M1107861</guid>
      <dc:creator>rustyfishbones</dc:creator>
      <dc:date>2014-03-06T12:44:23Z</dc:date>
    </item>
    <item>
      <title>Re: Transparency function</title>
      <link>https://community.qlik.com/t5/QlikView/Transparency-function/m-p/609529#M1107863</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Like this..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Mar 2014 13:07:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Transparency-function/m-p/609529#M1107863</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2014-03-06T13:07:58Z</dc:date>
    </item>
  </channel>
</rss>

