<?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: Display text message in a chart from cyclical group selection in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Display-text-message-in-a-chart-from-cyclical-group-selection/m-p/141289#M753635</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This group is being used in other charts in a container that's why it needs to be included in the cyclical group.&amp;nbsp; I'll go ahead and try what you suggested.&amp;nbsp; Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 09 Oct 2018 15:09:13 GMT</pubDate>
    <dc:creator>xarapre7</dc:creator>
    <dc:date>2018-10-09T15:09:13Z</dc:date>
    <item>
      <title>Display text message in a chart from cyclical group selection</title>
      <link>https://community.qlik.com/t5/QlikView/Display-text-message-in-a-chart-from-cyclical-group-selection/m-p/141285#M753631</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Hi,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;I want to display just txt message when a specific cyclical group is selected from the chart.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;But, the others from the cyclical group should still be displayed upon selection.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;How should i go about this?&amp;nbsp; Thank you in advance.&lt;/SPAN&gt;&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/Display-text-message-in-a-chart-from-cyclical-group-selection/m-p/141285#M753631</guid>
      <dc:creator>xarapre7</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Display text message in a chart from cyclical group selection</title>
      <link>https://community.qlik.com/t5/QlikView/Display-text-message-in-a-chart-from-cyclical-group-selection/m-p/141286#M753632</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;try this&amp;nbsp; "=if(GrpCust="Skills",0,sum(Calls))"&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Oct 2018 03:38:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-text-message-in-a-chart-from-cyclical-group-selection/m-p/141286#M753632</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-10-09T03:38:00Z</dc:date>
    </item>
    <item>
      <title>Re: Display text message in a chart from cyclical group selection</title>
      <link>https://community.qlik.com/t5/QlikView/Display-text-message-in-a-chart-from-cyclical-group-selection/m-p/141287#M753633</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;Use the GetCurrentField() statement, like so:&lt;/P&gt;&lt;P&gt;=GetCurrentField(GrpCust)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will get the current cyclic group field value and so you can make an if statement to get the appropriate message you want.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Oct 2018 13:40:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-text-message-in-a-chart-from-cyclical-group-selection/m-p/141287#M753633</guid>
      <dc:creator>felipedl</dc:creator>
      <dc:date>2018-10-09T13:40:13Z</dc:date>
    </item>
    <item>
      <title>Re: Display text message in a chart from cyclical group selection</title>
      <link>https://community.qlik.com/t5/QlikView/Display-text-message-in-a-chart-from-cyclical-group-selection/m-p/141288#M753634</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you can apply a condition in your chart using the GetCurrentField() as suggested by Felip.&lt;/P&gt;&lt;P&gt;Then you can use custom error message to display the text you want to show when the Group is "Skills"&lt;/P&gt;&lt;P&gt;&lt;IMG alt="316257.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/215485_316257.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;Please find the attached qvw.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I want to know is if you do not want to show data in chart when the specific Field in a Group is selected then why do you want to add that Field in the Group itself.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Oct 2018 14:11:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-text-message-in-a-chart-from-cyclical-group-selection/m-p/141288#M753634</guid>
      <dc:creator>sudeepkm</dc:creator>
      <dc:date>2018-10-09T14:11:01Z</dc:date>
    </item>
    <item>
      <title>Re: Display text message in a chart from cyclical group selection</title>
      <link>https://community.qlik.com/t5/QlikView/Display-text-message-in-a-chart-from-cyclical-group-selection/m-p/141289#M753635</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This group is being used in other charts in a container that's why it needs to be included in the cyclical group.&amp;nbsp; I'll go ahead and try what you suggested.&amp;nbsp; Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Oct 2018 15:09:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-text-message-in-a-chart-from-cyclical-group-selection/m-p/141289#M753635</guid>
      <dc:creator>xarapre7</dc:creator>
      <dc:date>2018-10-09T15:09:13Z</dc:date>
    </item>
  </channel>
</rss>

