<?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: Text object in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Text-object/m-p/1103468#M894496</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;=IF( (GetSelectedCount(LWCASE&lt;/SPAN&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;)&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;)&amp;gt; 0), SubStringCount(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;LWCASE&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;)&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;, '|'), 'ASSIGNED_DIVISION') ,0 )&lt;/SPAN&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;BR /&gt;&lt;/SPAN&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;if ASSIGNED_DIVISION SELECTED THEN enable the Dimension&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 13 Aug 2016 06:07:27 GMT</pubDate>
    <dc:creator>ziadm</dc:creator>
    <dc:date>2016-08-13T06:07:27Z</dc:date>
    <item>
      <title>Text object</title>
      <link>https://community.qlik.com/t5/QlikView/Text-object/m-p/1103463#M894491</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;In a text object i have entered this condition&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(GetSelectedCount(AGENCYEVENT.DISTRICT)&amp;gt;0, 'AGENCYEVENT.DISTRICT&amp;nbsp; :'&amp;amp;&amp;nbsp; Concat(GetFieldSelections(AGENCYEVENT.DISTRICT),',') ) &amp;amp; ' '&amp;amp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have used this condition for showing filed selections i have total 210 fields right now i have added 200 fields after that it's not taking field name as field showing field name in black color.&lt;/P&gt;&lt;P&gt;Is their any limitation of characters in text object.if yes is their any possibility to do in any other way.please help me to do.&lt;/P&gt;&lt;P&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>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Text-object/m-p/1103463#M894491</guid>
      <dc:creator>bhavvibudagam</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Text object</title>
      <link>https://community.qlik.com/t5/QlikView/Text-object/m-p/1103464#M894492</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;Post sample image &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 13 Aug 2016 05:27:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Text-object/m-p/1103464#M894492</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-08-13T05:27:05Z</dc:date>
    </item>
    <item>
      <title>Re: Text object</title>
      <link>https://community.qlik.com/t5/QlikView/Text-object/m-p/1103465#M894493</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try This in the Dimension enable condition&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=IF( (GetSelectedCount(Calendar&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;)&lt;/SPAN&gt;)&amp;gt; 0), SubStringCount(Calendar&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;)&lt;/SPAN&gt;, '|'), 'Year') ,0 )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Lets assume your Dimension is Year and you want to enable or disable that Dimension based on the user selection of Year Field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Calendar is Your Table where "Year" is a Record in that Table&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 13 Aug 2016 05:47:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Text-object/m-p/1103465#M894493</guid>
      <dc:creator>ziadm</dc:creator>
      <dc:date>2016-08-13T05:47:31Z</dc:date>
    </item>
    <item>
      <title>Re: Text object</title>
      <link>https://community.qlik.com/t5/QlikView/Text-object/m-p/1103466#M894494</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Anil,&lt;/P&gt;&lt;P&gt;&lt;IMG alt="ISSUE.jpg" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/134498_ISSUE.jpg" style="height: 274px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;After 201 line it SHOWS ACCIDENT_WEEKDAY IN BLACK&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 13 Aug 2016 05:53:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Text-object/m-p/1103466#M894494</guid>
      <dc:creator>bhavvibudagam</dc:creator>
      <dc:date>2016-08-13T05:53:30Z</dc:date>
    </item>
    <item>
      <title>Re: Text object</title>
      <link>https://community.qlik.com/t5/QlikView/Text-object/m-p/1103467#M894495</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i AM WORKING IN REPORT BUILDER.I am applying the condition which is shown on above image in bottom blue color text object.The selection which i have done in filter will appear below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="REPORTBUILDER.jpg" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/134499_REPORTBUILDER.jpg" style="height: 243px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 13 Aug 2016 05:58:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Text-object/m-p/1103467#M894495</guid>
      <dc:creator>bhavvibudagam</dc:creator>
      <dc:date>2016-08-13T05:58:10Z</dc:date>
    </item>
    <item>
      <title>Re: Text object</title>
      <link>https://community.qlik.com/t5/QlikView/Text-object/m-p/1103468#M894496</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;=IF( (GetSelectedCount(LWCASE&lt;/SPAN&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;)&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;)&amp;gt; 0), SubStringCount(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;LWCASE&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;)&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;, '|'), 'ASSIGNED_DIVISION') ,0 )&lt;/SPAN&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;BR /&gt;&lt;/SPAN&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;if ASSIGNED_DIVISION SELECTED THEN enable the Dimension&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 13 Aug 2016 06:07:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Text-object/m-p/1103468#M894496</guid>
      <dc:creator>ziadm</dc:creator>
      <dc:date>2016-08-13T06:07:27Z</dc:date>
    </item>
    <item>
      <title>Re: Text object</title>
      <link>https://community.qlik.com/t5/QlikView/Text-object/m-p/1103469#M894497</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you post your full expression?&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;also you won't need getfieldselection in Concat function&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;if(GetSelectedCount(AGENCYEVENT.DISTRICT)&amp;gt;0,'AGENCYEVENT.DISTRICT&amp;nbsp; :'&amp;amp;&amp;nbsp; Concat(DISTINCT AGENCYEVENT.DISTRICT,',')) &amp;amp; ' | ' &amp;amp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 13 Aug 2016 06:24:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Text-object/m-p/1103469#M894497</guid>
      <dc:creator>vinieme12</dc:creator>
      <dc:date>2016-08-13T06:24:37Z</dc:date>
    </item>
  </channel>
</rss>

