<?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: Show chart in the table in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Show-chart-in-the-table/m-p/364687#M573911</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have attached some files in this message.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the table, inside of the qlikview file, I need to add a bar or line chart (display in month) for each row based on year.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Look at the picture..png and its red mark. My request is to get that selected red one in my qlikview application.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 25 Jun 2012 20:18:49 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-06-25T20:18:49Z</dc:date>
    <item>
      <title>Show chart in the table</title>
      <link>https://community.qlik.com/t5/QlikView/Show-chart-in-the-table/m-p/364683#M573903</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Goal:&lt;/P&gt;&lt;P&gt;Show chart in the column of the table for each year. I want to show chart in month for for all years.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Problem:&lt;/P&gt;&lt;P&gt;I don't know how to do it?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jun 2012 13:42:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-chart-in-the-table/m-p/364683#M573903</guid>
      <dc:creator />
      <dc:date>2012-06-22T13:42:04Z</dc:date>
    </item>
    <item>
      <title>Re: Show chart in the table</title>
      <link>https://community.qlik.com/t5/QlikView/Show-chart-in-the-table/m-p/364684#M573906</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I assume you have data for single dates, then you can use QV date and time functions to create e.g. Months:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;LOAD &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Date,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Value,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Year,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Month(Date) as Month,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;MonthName(Date) as Month2&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;FROM Table;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And then use the Month or Month2 field as dimension (in addition to Year or stand-alone) in your table chart.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jun 2012 13:57:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-chart-in-the-table/m-p/364684#M573906</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2012-06-22T13:57:03Z</dc:date>
    </item>
    <item>
      <title>Re: Show chart in the table</title>
      <link>https://community.qlik.com/t5/QlikView/Show-chart-in-the-table/m-p/364685#M573907</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi swuehl,&lt;/P&gt;&lt;P&gt;If I understand from your side, your solution can visualize a chart type for instance bar, line funnel chart based on data of month?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jun 2012 17:46:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-chart-in-the-table/m-p/364685#M573907</guid>
      <dc:creator />
      <dc:date>2012-06-22T17:46:08Z</dc:date>
    </item>
    <item>
      <title>Re: Show chart in the table</title>
      <link>https://community.qlik.com/t5/QlikView/Show-chart-in-the-table/m-p/364686#M573909</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My solution creates additional fields in your data model, namely Month and Month2. You can then use these fields as dimension in a chart to group your data by.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;These charts can be of any type that takes a dimension, bar chart, line chart etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Not sure if I understand your issue properly, could you post some sample lines of data and your expected outcome?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 23 Jun 2012 12:21:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-chart-in-the-table/m-p/364686#M573909</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2012-06-23T12:21:53Z</dc:date>
    </item>
    <item>
      <title>Re: Show chart in the table</title>
      <link>https://community.qlik.com/t5/QlikView/Show-chart-in-the-table/m-p/364687#M573911</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have attached some files in this message.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the table, inside of the qlikview file, I need to add a bar or line chart (display in month) for each row based on year.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Look at the picture..png and its red mark. My request is to get that selected red one in my qlikview application.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jun 2012 20:18:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-chart-in-the-table/m-p/364687#M573911</guid>
      <dc:creator />
      <dc:date>2012-06-25T20:18:49Z</dc:date>
    </item>
    <item>
      <title>Re: Show chart in the table</title>
      <link>https://community.qlik.com/t5/QlikView/Show-chart-in-the-table/m-p/364688#M573912</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;Add a new expression in your straight table and in Expressions tab &amp;gt; Display Options&amp;gt;selection representation as "Mini Chart".&amp;nbsp; Click on mini chart properties and you will get the option to select many modes.&amp;nbsp; Here you can select the right dimension and have graph/chart within a straight table chart.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raghav&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Jun 2012 06:49:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-chart-in-the-table/m-p/364688#M573912</guid>
      <dc:creator>raghavsurya</dc:creator>
      <dc:date>2012-06-26T06:49:20Z</dc:date>
    </item>
    <item>
      <title>Re: Show chart in the table</title>
      <link>https://community.qlik.com/t5/QlikView/Show-chart-in-the-table/m-p/364689#M573913</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 tried many times and I can't achieve the result.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 15 Jul 2012 21:12:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-chart-in-the-table/m-p/364689#M573913</guid>
      <dc:creator />
      <dc:date>2012-07-15T21:12:49Z</dc:date>
    </item>
    <item>
      <title>Re: Show chart in the table</title>
      <link>https://community.qlik.com/t5/QlikView/Show-chart-in-the-table/m-p/364690#M573914</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;see attached. &lt;/P&gt;&lt;P&gt;The key is that you need to choose the correct type of dimension so that the chart looks right.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jul 2012 04:33:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-chart-in-the-table/m-p/364690#M573914</guid>
      <dc:creator>johnpaul</dc:creator>
      <dc:date>2012-07-16T04:33:55Z</dc:date>
    </item>
  </channel>
</rss>

