<?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: Show text only when dimension are selected in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Show-text-only-when-dimension-are-selected/m-p/1202540#M877882</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Sunny and of course Greeshma and Shraddha!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Further to this question, is it possible to change the '&amp;gt;' to a image as I wish, i.e., an icon of folder like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Enterprise&lt;IMG class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/141006_pastedImage_0.png" style="max-height: 900px; max-width: 1200px;" /&gt;CMG&lt;IMG class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/141007_pastedImage_1.png" style="max-height: 900px; max-width: 1200px;" /&gt;AGS_COMMOD&lt;/P&gt;&lt;P&gt;instead of Enterprise&amp;gt;CMG&amp;gt;AGS_COMMOD ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 18 Oct 2016 12:13:34 GMT</pubDate>
    <dc:creator />
    <dc:date>2016-10-18T12:13:34Z</dc:date>
    <item>
      <title>Show text only when dimension are selected</title>
      <link>https://community.qlik.com/t5/QlikView/Show-text-only-when-dimension-are-selected/m-p/1202536#M877878</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would like to format in the way that a text '&amp;gt;' is displayed only when the dimension has been selected.&lt;/P&gt;&lt;P&gt;&lt;IMG class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/140984_pastedImage_0.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Currently is has been hard coded as &lt;SPAN style="font-size: 8pt;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Business Unit P]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &amp;amp; ' &amp;gt; ' &amp;amp; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Business Unit C1]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &amp;amp; ' &amp;gt; ' &amp;amp; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Business Unit C2]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;nbsp; &lt;/SPAN&gt; at the title text; at which when CMG is not selected then it will show ENTERPRISE &amp;gt;&amp;gt;. I would like to achieve where CMG is not selected then it will be ENTERPRISE. Attached in the qlikview file.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-text-only-when-dimension-are-selected/m-p/1202536#M877878</guid>
      <dc:creator />
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Show text only when dimension are selected</title>
      <link>https://community.qlik.com/t5/QlikView/Show-text-only-when-dimension-are-selected/m-p/1202537#M877879</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;use this&lt;/P&gt;&lt;P&gt;if(GetFieldSelections(&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #800000;"&gt;[Business Unit P]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt; ) = 'CMG', '&amp;gt;')&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Oct 2016 10:43:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-text-only-when-dimension-are-selected/m-p/1202537#M877879</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-10-18T10:43:31Z</dc:date>
    </item>
    <item>
      <title>Re: Show text only when dimension are selected</title>
      <link>https://community.qlik.com/t5/QlikView/Show-text-only-when-dimension-are-selected/m-p/1202538#M877880</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #333333;"&gt;Try:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-family: arial,helvetica,sans-serif; font-size: 10pt;"&gt;if(getselectedcount([Business Unit P] ) &amp;lt;&amp;gt; 0 ,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-family: arial,helvetica,sans-serif; font-size: 10pt;"&gt;&amp;nbsp; [Business Unit P] &amp;amp; ' &amp;gt; ' &amp;amp; [Business Unit C1] &amp;amp; ' &amp;gt; ' &amp;amp; [Business Unit C2] ,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-family: arial,helvetica,sans-serif; font-size: 10pt;"&gt;[Business Unit P]&amp;nbsp; &amp;amp; '&amp;gt;&amp;gt;'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-family: arial,helvetica,sans-serif; font-size: 10pt;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Oct 2016 10:43:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-text-only-when-dimension-are-selected/m-p/1202538#M877880</guid>
      <dc:creator>shraddha_g</dc:creator>
      <dc:date>2016-10-18T10:43:54Z</dc:date>
    </item>
    <item>
      <title>Re: Show text only when dimension are selected</title>
      <link>https://community.qlik.com/t5/QlikView/Show-text-only-when-dimension-are-selected/m-p/1202539#M877881</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=[Business Unit P] &amp;amp; &lt;SPAN style="color: #ff0000;"&gt;If(Len(Trim([Business Unit C1])) &amp;gt; 0,&lt;/SPAN&gt; ' &amp;gt; ' &amp;amp; [Business Unit C1]&lt;SPAN style="color: #ff0000;"&gt;)&lt;/SPAN&gt; &amp;amp; &lt;SPAN style="color: #ff0000;"&gt;If(Len(Trim([Business Unit C2])) &amp;gt; 0,&lt;/SPAN&gt; ' &amp;gt; ' &amp;amp; [Business Unit C2]&lt;SPAN style="color: #ff0000;"&gt;)&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Oct 2016 10:44:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-text-only-when-dimension-are-selected/m-p/1202539#M877881</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-10-18T10:44:38Z</dc:date>
    </item>
    <item>
      <title>Re: Show text only when dimension are selected</title>
      <link>https://community.qlik.com/t5/QlikView/Show-text-only-when-dimension-are-selected/m-p/1202540#M877882</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Sunny and of course Greeshma and Shraddha!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Further to this question, is it possible to change the '&amp;gt;' to a image as I wish, i.e., an icon of folder like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Enterprise&lt;IMG class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/141006_pastedImage_0.png" style="max-height: 900px; max-width: 1200px;" /&gt;CMG&lt;IMG class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/141007_pastedImage_1.png" style="max-height: 900px; max-width: 1200px;" /&gt;AGS_COMMOD&lt;/P&gt;&lt;P&gt;instead of Enterprise&amp;gt;CMG&amp;gt;AGS_COMMOD ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Oct 2016 12:13:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-text-only-when-dimension-are-selected/m-p/1202540#M877882</guid>
      <dc:creator />
      <dc:date>2016-10-18T12:13:34Z</dc:date>
    </item>
    <item>
      <title>Re: Show text only when dimension are selected</title>
      <link>https://community.qlik.com/t5/QlikView/Show-text-only-when-dimension-are-selected/m-p/1202541#M877883</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't think you would be a able to use image. A work around would be to place text box object to show up on conditional basis.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Oct 2016 12:15:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-text-only-when-dimension-are-selected/m-p/1202541#M877883</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-10-18T12:15:56Z</dc:date>
    </item>
  </channel>
</rss>

