<?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 How to create variable graph name based on selection ? in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/How-to-create-variable-graph-name-based-on-selection/m-p/1956674#M78885</link>
    <description>&lt;P&gt;Let's say I have a filter pane in my app to select amongst a list of user: A, B, C, D.&lt;BR /&gt;&lt;BR /&gt;I'd like the title of my Graph to display :&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;"Metric - A" (When user A is selected)&amp;nbsp;&lt;/LI&gt;
&lt;LI&gt;"Metric - Team" (When no user are selected)&lt;/LI&gt;
&lt;LI&gt;"Metric - A, B" (When users A and B are selected)&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;Is that possible ?&lt;/P&gt;</description>
    <pubDate>Fri, 15 Jul 2022 20:00:37 GMT</pubDate>
    <dc:creator>Derek_T</dc:creator>
    <dc:date>2022-07-15T20:00:37Z</dc:date>
    <item>
      <title>How to create variable graph name based on selection ?</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-create-variable-graph-name-based-on-selection/m-p/1956674#M78885</link>
      <description>&lt;P&gt;Let's say I have a filter pane in my app to select amongst a list of user: A, B, C, D.&lt;BR /&gt;&lt;BR /&gt;I'd like the title of my Graph to display :&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;"Metric - A" (When user A is selected)&amp;nbsp;&lt;/LI&gt;
&lt;LI&gt;"Metric - Team" (When no user are selected)&lt;/LI&gt;
&lt;LI&gt;"Metric - A, B" (When users A and B are selected)&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;Is that possible ?&lt;/P&gt;</description>
      <pubDate>Fri, 15 Jul 2022 20:00:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-create-variable-graph-name-based-on-selection/m-p/1956674#M78885</guid>
      <dc:creator>Derek_T</dc:creator>
      <dc:date>2022-07-15T20:00:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to create variable graph name based on selection ?</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-create-variable-graph-name-based-on-selection/m-p/1956733#M78894</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/186410"&gt;@Derek_T&lt;/a&gt;&amp;nbsp; Please try below expression and see if it helps.&lt;/P&gt;
&lt;P&gt;=if(isnull(GetCurrentSelections()),'Metric Team',chr(39)&amp;amp;'Metric '&amp;amp;''&amp;amp;GetFieldSelections(User)&amp;amp;chr(39))&lt;/P&gt;
&lt;P&gt;If it resolves your issue, please like and accept it as a solution.&lt;/P&gt;</description>
      <pubDate>Sat, 16 Jul 2022 10:56:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-create-variable-graph-name-based-on-selection/m-p/1956733#M78894</guid>
      <dc:creator>sidhiq91</dc:creator>
      <dc:date>2022-07-16T10:56:30Z</dc:date>
    </item>
  </channel>
</rss>

