<?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: How to add static data to legend in a line graph? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-add-static-data-to-legend-in-a-line-graph/m-p/899606#M313013</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am unable to open the app. Can you please share the script? and what i need to add in the expression/dimensions&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 24 Apr 2015 10:43:19 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2015-04-24T10:43:19Z</dc:date>
    <item>
      <title>How to add static data to legend in a line graph?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-add-static-data-to-legend-in-a-line-graph/m-p/899604#M313011</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I need to display static information in the legend of the line graph.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have created an inline table with Application, FTE count, Region&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Line graphs gives me the count of tickets resolved region wise. Legend displays the region. But I have to display the FTE count against the region in the legion.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anybody know how this can be done? What functionality in the chart can be used to display this information?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Apr 2015 07:41:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-add-static-data-to-legend-in-a-line-graph/m-p/899604#M313011</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-04-24T07:41:05Z</dc:date>
    </item>
    <item>
      <title>Re: How to add static data to legend in a line graph?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-add-static-data-to-legend-in-a-line-graph/m-p/899605#M313012</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check this app&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Apr 2015 08:47:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-add-static-data-to-legend-in-a-line-graph/m-p/899605#M313012</guid>
      <dc:creator>anbu1984</dc:creator>
      <dc:date>2015-04-24T08:47:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to add static data to legend in a line graph?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-add-static-data-to-legend-in-a-line-graph/m-p/899606#M313013</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am unable to open the app. Can you please share the script? and what i need to add in the expression/dimensions&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Apr 2015 10:43:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-add-static-data-to-legend-in-a-line-graph/m-p/899606#M313013</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-04-24T10:43:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to add static data to legend in a line graph?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-add-static-data-to-legend-in-a-line-graph/m-p/899607#M313014</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try this way,u can use text box with required static data. and place wherever u need.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Apr 2015 11:01:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-add-static-data-to-legend-in-a-line-graph/m-p/899607#M313014</guid>
      <dc:creator>buzzy996</dc:creator>
      <dc:date>2015-04-24T11:01:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to add static data to legend in a line graph?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-add-static-data-to-legend-in-a-line-graph/m-p/899608#M313015</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Load * Inline [&lt;/P&gt;&lt;P&gt;Region,Year,Tickets resolved&lt;/P&gt;&lt;P&gt;R1,2014,1000&lt;/P&gt;&lt;P&gt;R1,2015,2000&lt;/P&gt;&lt;P&gt;R2,2014,2000&lt;/P&gt;&lt;P&gt;R2,2015,5000];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load * Inline [&lt;/P&gt;&lt;P&gt;Region,FTE&lt;/P&gt;&lt;P&gt;R1,10&lt;/P&gt;&lt;P&gt;R2,20&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dim: Year, FTE&lt;/P&gt;&lt;P&gt;Expr: Sum([&lt;SPAN style="font-size: 13.3333330154419px;"&gt;Tickets resolved])&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Apr 2015 11:55:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-add-static-data-to-legend-in-a-line-graph/m-p/899608#M313015</guid>
      <dc:creator>anbu1984</dc:creator>
      <dc:date>2015-04-24T11:55:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to add static data to legend in a line graph?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-add-static-data-to-legend-in-a-line-graph/m-p/899609#M313016</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks..it worked&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 May 2015 11:18:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-add-static-data-to-legend-in-a-line-graph/m-p/899609#M313016</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-05-19T11:18:41Z</dc:date>
    </item>
  </channel>
</rss>

