<?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: Modifying a text object based on selection in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Modifying-a-text-object-based-on-selection/m-p/1611279#M735525</link>
    <description>&lt;P&gt;= if (getselectedcount([Level4])&amp;gt;0, [Level4],&lt;/P&gt;&lt;P&gt;if (getselectedcount([Level3])&amp;gt;0, [Level3],&lt;/P&gt;&lt;P&gt;if (getselectedcount([Level2])&amp;gt;0, [Level2],&lt;/P&gt;&lt;P&gt;if (getselectedcount([Level1])&amp;gt;0, [Level1], '-'))))&lt;/P&gt;</description>
    <pubDate>Fri, 09 Aug 2019 19:22:34 GMT</pubDate>
    <dc:creator>lockematthewp</dc:creator>
    <dc:date>2019-08-09T19:22:34Z</dc:date>
    <item>
      <title>Modifying a text object based on selection</title>
      <link>https://community.qlik.com/t5/QlikView/Modifying-a-text-object-based-on-selection/m-p/1611228#M735519</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;I'm having a little problems trying to figure this out.&amp;nbsp; I have a text object with the following value.&lt;/P&gt;&lt;P&gt;Company : xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx&lt;/P&gt;&lt;P&gt;I need the x's to be filled in based on my selections.&amp;nbsp; My selections are a drilldown.&amp;nbsp; Level1 Company, Level2 service line, Level3 Regions, Level4 Offices,&lt;/P&gt;&lt;P&gt;Any help would be appreciated.&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 02:46:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Modifying-a-text-object-based-on-selection/m-p/1611228#M735519</guid>
      <dc:creator>tmumaw</dc:creator>
      <dc:date>2024-11-16T02:46:44Z</dc:date>
    </item>
    <item>
      <title>Re: Modifying a text object based on selection</title>
      <link>https://community.qlik.com/t5/QlikView/Modifying-a-text-object-based-on-selection/m-p/1611234#M735520</link>
      <description>&lt;P&gt;I think what you are looking for is:&lt;/P&gt;&lt;P&gt;=[Level1 Company] &amp;amp;&amp;nbsp;', ' &amp;amp; [Level2 Service Line] &amp;amp; ', ' &amp;amp; ….&amp;nbsp;&lt;/P&gt;&lt;P&gt;or you could even determine this value in the script:&lt;/P&gt;&lt;P&gt;Load [Level1 Company],&lt;/P&gt;&lt;P&gt;[Level2 Service Line],&lt;/P&gt;&lt;P&gt;…,&lt;/P&gt;&lt;P&gt;[Level1 Company] &amp;amp;&amp;nbsp;', ' &amp;amp; [Level2 Service Line] &amp;amp; ', ' &amp;amp; ….&amp;nbsp;as [Company],&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;From ...&lt;/P&gt;</description>
      <pubDate>Fri, 09 Aug 2019 17:32:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Modifying-a-text-object-based-on-selection/m-p/1611234#M735520</guid>
      <dc:creator>lockematthewp</dc:creator>
      <dc:date>2019-08-09T17:32:34Z</dc:date>
    </item>
    <item>
      <title>Re: Modifying a text object based on selection</title>
      <link>https://community.qlik.com/t5/QlikView/Modifying-a-text-object-based-on-selection/m-p/1611262#M735523</link>
      <description>&lt;P&gt;What I'm trying to achieve is this:&lt;/P&gt;&lt;P&gt;If they user selects Level1 only, then display Level1.&amp;nbsp; If the user selects Level1 and Level 2 display Level2, if the user selects Level1,Level2 and Level3 display Level3 and so on......&lt;/P&gt;</description>
      <pubDate>Fri, 09 Aug 2019 18:38:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Modifying-a-text-object-based-on-selection/m-p/1611262#M735523</guid>
      <dc:creator>tmumaw</dc:creator>
      <dc:date>2019-08-09T18:38:23Z</dc:date>
    </item>
    <item>
      <title>Re: Modifying a text object based on selection</title>
      <link>https://community.qlik.com/t5/QlikView/Modifying-a-text-object-based-on-selection/m-p/1611279#M735525</link>
      <description>&lt;P&gt;= if (getselectedcount([Level4])&amp;gt;0, [Level4],&lt;/P&gt;&lt;P&gt;if (getselectedcount([Level3])&amp;gt;0, [Level3],&lt;/P&gt;&lt;P&gt;if (getselectedcount([Level2])&amp;gt;0, [Level2],&lt;/P&gt;&lt;P&gt;if (getselectedcount([Level1])&amp;gt;0, [Level1], '-'))))&lt;/P&gt;</description>
      <pubDate>Fri, 09 Aug 2019 19:22:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Modifying-a-text-object-based-on-selection/m-p/1611279#M735525</guid>
      <dc:creator>lockematthewp</dc:creator>
      <dc:date>2019-08-09T19:22:34Z</dc:date>
    </item>
    <item>
      <title>Re: Modifying a text object based on selection</title>
      <link>https://community.qlik.com/t5/QlikView/Modifying-a-text-object-based-on-selection/m-p/1611295#M735527</link>
      <description>&lt;P&gt;That works great.&amp;nbsp; One more question before the weekend starts.&amp;nbsp; I'm using a Cyclic Group for my drill actions.&amp;nbsp; Do you know if anyway to clear selections as you drill around?&lt;/P&gt;</description>
      <pubDate>Fri, 09 Aug 2019 20:11:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Modifying-a-text-object-based-on-selection/m-p/1611295#M735527</guid>
      <dc:creator>tmumaw</dc:creator>
      <dc:date>2019-08-09T20:11:58Z</dc:date>
    </item>
    <item>
      <title>Re: Modifying a text object based on selection</title>
      <link>https://community.qlik.com/t5/QlikView/Modifying-a-text-object-based-on-selection/m-p/1617277#M735529</link>
      <description>&lt;P&gt;Hey Thom, have a look at this Design Blog, might give you another avenue with further functionality, best I have:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.qlik.com/t5/Qlik-Design-Blog/Unbalanced-n-level-hierarchies/ba-p/1474325" target="_blank"&gt;https://community.qlik.com/t5/Qlik-Design-Blog/Unbalanced-n-level-hierarchies/ba-p/1474325&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt;Brett&lt;/P&gt;</description>
      <pubDate>Tue, 27 Aug 2019 18:53:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Modifying-a-text-object-based-on-selection/m-p/1617277#M735529</guid>
      <dc:creator>Brett_Bleess</dc:creator>
      <dc:date>2019-08-27T18:53:46Z</dc:date>
    </item>
  </channel>
</rss>

