<?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 Dynamic chart titles based on cyclic expressions. in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Dynamic-chart-titles-based-on-cyclic-expressions/m-p/967209#M952120</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;I have five different expressions, which I made it into one cyclic expression:&lt;/P&gt;&lt;P&gt;1) sum(Fee)&lt;/P&gt;&lt;P&gt;2) sum(Principal)&lt;/P&gt;&lt;P&gt;3) Sum(Principal)/Sum([Total Issuances])&lt;/P&gt;&lt;P&gt;4) If([%Campaign Type] = 'Email', Sum([Unique Issuances])/Sum([Unique Sent]),&amp;nbsp; Sum([Unique Issuances])/Sum([Unique Open]))&lt;/P&gt;&lt;P&gt;5) Sum(Fee)/Sum([Total Issuances])&lt;/P&gt;&lt;P&gt;And would like to make the title of the chart dynamic with respect to the selection. Any idea or sample code to illustrate this example?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sachin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 23 Nov 2015 19:54:18 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-11-23T19:54:18Z</dc:date>
    <item>
      <title>Dynamic chart titles based on cyclic expressions.</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-chart-titles-based-on-cyclic-expressions/m-p/967209#M952120</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;I have five different expressions, which I made it into one cyclic expression:&lt;/P&gt;&lt;P&gt;1) sum(Fee)&lt;/P&gt;&lt;P&gt;2) sum(Principal)&lt;/P&gt;&lt;P&gt;3) Sum(Principal)/Sum([Total Issuances])&lt;/P&gt;&lt;P&gt;4) If([%Campaign Type] = 'Email', Sum([Unique Issuances])/Sum([Unique Sent]),&amp;nbsp; Sum([Unique Issuances])/Sum([Unique Open]))&lt;/P&gt;&lt;P&gt;5) Sum(Fee)/Sum([Total Issuances])&lt;/P&gt;&lt;P&gt;And would like to make the title of the chart dynamic with respect to the selection. Any idea or sample code to illustrate this example?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sachin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Nov 2015 19:54:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-chart-titles-based-on-cyclic-expressions/m-p/967209#M952120</guid>
      <dc:creator />
      <dc:date>2015-11-23T19:54:18Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic chart titles based on cyclic expressions.</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-chart-titles-based-on-cyclic-expressions/m-p/967210#M952121</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't think this functionality is currently available in QlikView.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Nov 2015 19:56:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-chart-titles-based-on-cyclic-expressions/m-p/967210#M952121</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-11-23T19:56:11Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic chart titles based on cyclic expressions.</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-chart-titles-based-on-cyclic-expressions/m-p/967211#M952122</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i agree.&amp;nbsp; It may be easier to do this with 5 different measures and each has a show/hide condition based on a list box value..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in the load script, create a new table with the names of your measures&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;load * inline [ &lt;/P&gt;&lt;P&gt;MeasureName&lt;/P&gt;&lt;P&gt;measure1&lt;/P&gt;&lt;P&gt;measure2&lt;/P&gt;&lt;P&gt;measure3];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then add a list box for measurename in the UI&lt;/P&gt;&lt;P&gt;select one value in the list box&lt;/P&gt;&lt;P&gt;then enable 'only one selected value' in the properties of the list box&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then on each measure in the chart, add a new show/hide condition:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Only(MeasureName) = 'measure1' &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Only(MeasureName) = 'measure2' &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;etc... &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;Its not a cycle but the user can select any measure they want to show and you can use the same expression to show a different title or text...&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Nov 2015 21:19:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-chart-titles-based-on-cyclic-expressions/m-p/967211#M952122</guid>
      <dc:creator>JonnyPoole</dc:creator>
      <dc:date>2015-11-23T21:19:45Z</dc:date>
    </item>
  </channel>
</rss>

