<?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 Variable heading in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Variable-heading/m-p/1907755#M74816</link>
    <description>&lt;P&gt;Hi all,&lt;/P&gt;
&lt;P&gt;in a pie chart, I offer two alternative measures. Depending on which measure is selected, the heading should adapt.&lt;/P&gt;
&lt;P&gt;If [measure 1] is selected, then ..., else ...&lt;/P&gt;
&lt;P&gt;Does anyone have a solution for me?&lt;/P&gt;</description>
    <pubDate>Mon, 21 Mar 2022 15:40:24 GMT</pubDate>
    <dc:creator>Zeta</dc:creator>
    <dc:date>2022-03-21T15:40:24Z</dc:date>
    <item>
      <title>Variable heading</title>
      <link>https://community.qlik.com/t5/App-Development/Variable-heading/m-p/1907755#M74816</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;
&lt;P&gt;in a pie chart, I offer two alternative measures. Depending on which measure is selected, the heading should adapt.&lt;/P&gt;
&lt;P&gt;If [measure 1] is selected, then ..., else ...&lt;/P&gt;
&lt;P&gt;Does anyone have a solution for me?&lt;/P&gt;</description>
      <pubDate>Mon, 21 Mar 2022 15:40:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Variable-heading/m-p/1907755#M74816</guid>
      <dc:creator>Zeta</dc:creator>
      <dc:date>2022-03-21T15:40:24Z</dc:date>
    </item>
    <item>
      <title>Re: Variable heading</title>
      <link>https://community.qlik.com/t5/App-Development/Variable-heading/m-p/1908068#M74847</link>
      <description>&lt;P&gt;Hi, few weeks ago I tried to investigate similar possibility, but my findings was, that it seems you can't distinguish which alternative measure is selected in graphs. So you can't make adaptive label. But you can know what filters are selected, so best what I managed to do is to load additional table with my waned measure names, like:&lt;/P&gt;
&lt;P&gt;LOAD * INLINE [&lt;BR /&gt;MeasureID, MeasureName&lt;/P&gt;
&lt;P&gt;'1',&amp;nbsp; '1. measure1name'&lt;BR /&gt;'2', '2. measure2name'&lt;/P&gt;
&lt;P&gt;... ];&lt;/P&gt;
&lt;P&gt;Put that 'MeasureName' as filter. Made a measure which calculates different thing depending on what MeasureName is selected (linked to MeasurId):&lt;/P&gt;
&lt;P&gt;if(MeasureID = '1', Sum( yourformula1),&lt;BR /&gt;if(MeasureID = '2', Sum(&amp;nbsp; yourformula2)...&lt;/P&gt;
&lt;P&gt;And added expression to graphs title field:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;if(GetSelectedCount(MeasureName)=1, MeasureName, '---')&lt;/P&gt;
&lt;P&gt;So when you filter one measure, your graph shows one graph and change graph name/heading accordingly.&lt;/P&gt;</description>
      <pubDate>Tue, 22 Mar 2022 09:39:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Variable-heading/m-p/1908068#M74847</guid>
      <dc:creator>justISO</dc:creator>
      <dc:date>2022-03-22T09:39:54Z</dc:date>
    </item>
  </channel>
</rss>

