<?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: Make a transparent Text Object appear in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Make-a-transparent-Text-Object-appear/m-p/1280420#M517409</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As Stefan suggested, use your text box properties -&amp;gt; layout tab -&amp;gt; check Conditional Radio button -&amp;gt; expr: = IF(GetFieldSelections(YourfieldName) = 'Red', 1, 0) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will be your values coming from your fieldname. Do the same for all other Textobjects. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 19 Jan 2017 15:08:11 GMT</pubDate>
    <dc:creator>vishsaggi</dc:creator>
    <dc:date>2017-01-19T15:08:11Z</dc:date>
    <item>
      <title>Make a transparent Text Object appear</title>
      <link>https://community.qlik.com/t5/QlikView/Make-a-transparent-Text-Object-appear/m-p/1280417#M517406</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everyone!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to ask your help for one more time. I am trying to do make transparent Text Object appear based on selection in a table. Basically I have 10 objects of different colours and they are all set to be transparent for the time being. If in case i select a value in a table, depending on the value, the correct box with the correct colour should appear. &lt;/P&gt;&lt;P&gt;Any Ideas of how to do this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jan 2017 14:40:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Make-a-transparent-Text-Object-appear/m-p/1280417#M517406</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-01-19T14:40:56Z</dc:date>
    </item>
    <item>
      <title>Re: Make a transparent Text Object appear</title>
      <link>https://community.qlik.com/t5/QlikView/Make-a-transparent-Text-Object-appear/m-p/1280418#M517407</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Wouldn't the Show / Hide condition on layout tab be better to handle this requirement?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jan 2017 14:50:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Make-a-transparent-Text-Object-appear/m-p/1280418#M517407</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2017-01-19T14:50:24Z</dc:date>
    </item>
    <item>
      <title>Re: Make a transparent Text Object appear</title>
      <link>https://community.qlik.com/t5/QlikView/Make-a-transparent-Text-Object-appear/m-p/1280419#M517408</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can you specify/ guide through with an example for the statement in the "conditional" box?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jan 2017 15:04:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Make-a-transparent-Text-Object-appear/m-p/1280419#M517408</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-01-19T15:04:15Z</dc:date>
    </item>
    <item>
      <title>Re: Make a transparent Text Object appear</title>
      <link>https://community.qlik.com/t5/QlikView/Make-a-transparent-Text-Object-appear/m-p/1280420#M517409</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As Stefan suggested, use your text box properties -&amp;gt; layout tab -&amp;gt; check Conditional Radio button -&amp;gt; expr: = IF(GetFieldSelections(YourfieldName) = 'Red', 1, 0) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will be your values coming from your fieldname. Do the same for all other Textobjects. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jan 2017 15:08:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Make-a-transparent-Text-Object-appear/m-p/1280420#M517409</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2017-01-19T15:08:11Z</dc:date>
    </item>
    <item>
      <title>Re: Make a transparent Text Object appear</title>
      <link>https://community.qlik.com/t5/QlikView/Make-a-transparent-Text-Object-appear/m-p/1280421#M517410</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The conditional should evaluate to TRUE (or any value &amp;lt;&amp;gt; 0) if you want to show the text box.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to check on selected value, maybe like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=If( Only(NameField) = 'Roman', True(), False() )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This should show the text box if the only available or selected value in field NameField is 'Roman'.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jan 2017 15:08:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Make-a-transparent-Text-Object-appear/m-p/1280421#M517410</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2017-01-19T15:08:17Z</dc:date>
    </item>
    <item>
      <title>Re: Make a transparent Text Object appear</title>
      <link>https://community.qlik.com/t5/QlikView/Make-a-transparent-Text-Object-appear/m-p/1280422#M517411</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN lang="de"&gt;Vielen Dank!!!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="de"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="de"&gt;Thank you guys for the help. I ll look into it and see how it works.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jan 2017 16:19:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Make-a-transparent-Text-Object-appear/m-p/1280422#M517411</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-01-19T16:19:44Z</dc:date>
    </item>
    <item>
      <title>Re: Make a transparent Text Object appear</title>
      <link>https://community.qlik.com/t5/QlikView/Make-a-transparent-Text-Object-appear/m-p/1280423#M517412</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 did try the scrip and it works fine. But i've realised that whenever i make a selection in a table, it will light all the boxes regardless if it is the right box or not. I was thinking if it is possible to make a condition where the object is activated based on a condition plus if the the same box is associated with a value. i.e. &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;=If( Only(NameField) = 'Roman', and Count(if([Date field]='23/01/2017',[Accidents])) ,True(), False() )&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jan 2017 12:06:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Make-a-transparent-Text-Object-appear/m-p/1280423#M517412</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-01-23T12:06:02Z</dc:date>
    </item>
    <item>
      <title>Re: Make a transparent Text Object appear</title>
      <link>https://community.qlik.com/t5/QlikView/Make-a-transparent-Text-Object-appear/m-p/1280424#M517413</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not sure if I understand what you are talking about.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you post a more detailed description of your application? Maybe by posting a small sample QVW?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Remember that making a selection in a table chart does actually select the underlying dimension values.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jan 2017 12:50:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Make-a-transparent-Text-Object-appear/m-p/1280424#M517413</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2017-01-23T12:50:51Z</dc:date>
    </item>
    <item>
      <title>Re: Make a transparent Text Object appear</title>
      <link>https://community.qlik.com/t5/QlikView/Make-a-transparent-Text-Object-appear/m-p/1280425#M517414</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry i can't post a QV example but I have attached images to show you what I've meant before.&lt;/P&gt;&lt;P&gt;The first image show 31 boxes, each representing a day of the month and a table with the type of accidents.&lt;/P&gt;&lt;P&gt;Now each box (text object) is counting if there are any accident happened that day and shows the total. All i want is to make the box light green if the accident type is 4 or yellow if the accident type is 3. I have replicated 5 boxes and set them to be green stacking them on the top of the old boxes. I did the same with the yellow ones and stacked them on the top of the green ones. Now as you can see from the images attached that If I select the Accident type, it will show me all the boxes that have been set against that specific accident type. All i want it to do is to light the correct box/ Text object for the correct type of accident and only if there was a value recorded (if you see one of the boxes has value = zero, but it still shows the green box).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the help in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="image 1.JPG" class="jive-image image-1" src="/legacyfs/online/150477_image 1.JPG" style="height: 396px; width: 620px;" /&gt;&lt;IMG alt="image 2.JPG" class="jive-image image-2" src="/legacyfs/online/150478_image 2.JPG" style="height: 392px; width: 620px;" /&gt;&lt;IMG alt="Image 3.JPG" class="jive-image image-3" src="/legacyfs/online/150479_Image 3.JPG" style="height: 395px; width: 620px;" /&gt;&lt;IMG alt="image 4.JPG" class="image-4 jive-image" src="/legacyfs/online/150480_image 4.JPG" style="height: 517px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jan 2017 14:00:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Make-a-transparent-Text-Object-appear/m-p/1280425#M517414</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-01-23T14:00:36Z</dc:date>
    </item>
    <item>
      <title>Re: Make a transparent Text Object appear</title>
      <link>https://community.qlik.com/t5/QlikView/Make-a-transparent-Text-Object-appear/m-p/1280426#M517415</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe it would be easier to use a calculated background color instead of using multiple boxes with a show condition?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But if you want to go with a condition that captures both conditions, you can use something like&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;&lt;STRONG&gt;=If( Only(NameField) = 'Roman'&amp;nbsp; and Count(if([Date field]='23/01/2017',[Accidents])) &amp;gt;0,True(), False() )&lt;/STRONG&gt;&lt;/SPAN&gt;&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;//comma after 'Roman' removed&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jan 2017 16:24:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Make-a-transparent-Text-Object-appear/m-p/1280426#M517415</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2017-01-23T16:24:34Z</dc:date>
    </item>
    <item>
      <title>Re: Make a transparent Text Object appear</title>
      <link>https://community.qlik.com/t5/QlikView/Make-a-transparent-Text-Object-appear/m-p/1280427#M517416</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I did try to use calculated background with a nested &lt;STRONG&gt;IF&lt;/STRONG&gt; statement but it wouldn't work. it would give me only the first colour i've stated. In any case this solution worked for me pretty well, so thank you very much for the help.&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, 26 Jan 2017 11:14:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Make-a-transparent-Text-Object-appear/m-p/1280427#M517416</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-01-26T11:14:51Z</dc:date>
    </item>
  </channel>
</rss>

