<?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 embed a straight table into a Combo chart in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-embed-a-straight-table-into-a-Combo-chart/m-p/1681390#M506652</link>
    <description>&lt;P&gt;By concat you could add a third parameter to order the results, like:&lt;/P&gt;&lt;P&gt;concat(aggr(Date &amp;amp; ' ' &amp;amp; [Early Finish or Late],Date),Chr(10), &lt;STRONG&gt;Date&lt;/STRONG&gt;)&lt;/P&gt;&lt;P&gt;Important is that the parameter is numeric - means here it must be a real date.&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;</description>
    <pubDate>Tue, 03 Mar 2020 15:36:27 GMT</pubDate>
    <dc:creator>marcus_sommer</dc:creator>
    <dc:date>2020-03-03T15:36:27Z</dc:date>
    <item>
      <title>How to embed a straight table into a Combo chart</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-embed-a-straight-table-into-a-Combo-chart/m-p/1681224#M506647</link>
      <description>&lt;P&gt;I have a combo chart and over that i have created a small straight table as per picture:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="embed.png" style="width: 877px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/29500i6496A936E3193D36/image-size/large?v=v2&amp;amp;px=999" role="button" title="embed.png" alt="embed.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Is there a way to embed the straight table into the chart so i can export the image and easily print it?&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Tue, 03 Mar 2020 09:47:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-embed-a-straight-table-into-a-Combo-chart/m-p/1681224#M506647</guid>
      <dc:creator>peterderrington</dc:creator>
      <dc:date>2020-03-03T09:47:07Z</dc:date>
    </item>
    <item>
      <title>Re: How to embed a straight table into a Combo chart</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-embed-a-straight-table-into-a-Combo-chart/m-p/1681267#M506648</link>
      <description>&lt;P&gt;I think it's not directly possible. Your table doesn't look very complex and therefore you may re-create the table within one or several textboxes - I mean the free text feature from the tab presentation (bottom right). For it you will need some aggr() and some logic to align - usually counting the length of the items and using it as parameter for a repeat() or similar - the content within it - maybe something in this way:&lt;/P&gt;&lt;P&gt;concat(aggr(Date &amp;amp; ' ' &amp;amp; YourExpression, Date), chr(10))&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 03 Mar 2020 12:05:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-embed-a-straight-table-into-a-Combo-chart/m-p/1681267#M506648</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2020-03-03T12:05:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to embed a straight table into a Combo chart</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-embed-a-straight-table-into-a-Combo-chart/m-p/1681343#M506649</link>
      <description>&lt;P&gt;Thanks for coming back to me.&lt;/P&gt;&lt;P&gt;That isn't quite working it just shows 7 lines of 0&lt;/P&gt;&lt;P&gt;The Expression i used was:&amp;nbsp;=concat(aggr(Date&amp;amp;''=[Early Finish or Late],Date),Chr(10))&lt;/P&gt;&lt;P&gt;I was also wanting it to be able to colour code the responses, on the original table i used this expression within the text color field to produce this:&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Pick(Match(Finish,'On Time','Early','Late'),Blue(),Green(),Red())&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="colour.png" style="width: 247px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/29517i32B25A2E092C6B1E/image-size/large?v=v2&amp;amp;px=999" role="button" title="colour.png" alt="colour.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I tried to input that code into the Font, Base Color, Calculated field but it just said bad field for Finish.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Any ideas?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 03 Mar 2020 14:37:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-embed-a-straight-table-into-a-Combo-chart/m-p/1681343#M506649</guid>
      <dc:creator>peterderrington</dc:creator>
      <dc:date>2020-03-03T14:37:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to embed a straight table into a Combo chart</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-embed-a-straight-table-into-a-Combo-chart/m-p/1681357#M506650</link>
      <description>&lt;P&gt;The syntax isn't right - it should be rather:&lt;/P&gt;&lt;P&gt;= concat(aggr(Date &amp;amp; ' ' &amp;amp; [Early Finish or Late],Date),Chr(10))&lt;/P&gt;&lt;P&gt;and it might be helpful to play with the logic within a dummy-textbox instead of the chart (easier access to the properties and less calculations). It might be also needed that you adds some more logic - further dimensions in which context the calculation should happens, any needed set analysis and so on and of course using the right fields/expressions.&lt;/P&gt;&lt;P&gt;Any coloring here won't be possible - but ou may use upper/lower() and/or further ascii-chars to highlight respectively differ more between the results.&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;</description>
      <pubDate>Tue, 03 Mar 2020 14:52:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-embed-a-straight-table-into-a-Combo-chart/m-p/1681357#M506650</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2020-03-03T14:52:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to embed a straight table into a Combo chart</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-embed-a-straight-table-into-a-Combo-chart/m-p/1681384#M506651</link>
      <description>&lt;P&gt;So that has worked beautifully with one small complication.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Its decided to put the 01/03/20 date at the top of the list so it looks like this:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="extra.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/29523i401CB75BAC0D55C0/image-size/large?v=v2&amp;amp;px=999" role="button" title="extra.png" alt="extra.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Any ideas why?&lt;/P&gt;&lt;P&gt;Its a shame about the lack of colouring but i'm sure we can live with it.&lt;/P&gt;</description>
      <pubDate>Tue, 03 Mar 2020 15:29:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-embed-a-straight-table-into-a-Combo-chart/m-p/1681384#M506651</guid>
      <dc:creator>peterderrington</dc:creator>
      <dc:date>2020-03-03T15:29:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to embed a straight table into a Combo chart</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-embed-a-straight-table-into-a-Combo-chart/m-p/1681390#M506652</link>
      <description>&lt;P&gt;By concat you could add a third parameter to order the results, like:&lt;/P&gt;&lt;P&gt;concat(aggr(Date &amp;amp; ' ' &amp;amp; [Early Finish or Late],Date),Chr(10), &lt;STRONG&gt;Date&lt;/STRONG&gt;)&lt;/P&gt;&lt;P&gt;Important is that the parameter is numeric - means here it must be a real date.&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;</description>
      <pubDate>Tue, 03 Mar 2020 15:36:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-embed-a-straight-table-into-a-Combo-chart/m-p/1681390#M506652</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2020-03-03T15:36:27Z</dc:date>
    </item>
    <item>
      <title>Re: How to embed a straight table into a Combo chart</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-embed-a-straight-table-into-a-Combo-chart/m-p/1681396#M506653</link>
      <description>&lt;P&gt;Thank you, this is great and has also helped me with a couple of other elements too using the same idea in the syntax.&lt;/P&gt;&lt;P&gt;Its a shame the colour picking on the expression doesn't work but you can't have everything.&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Tue, 03 Mar 2020 15:53:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-embed-a-straight-table-into-a-Combo-chart/m-p/1681396#M506653</guid>
      <dc:creator>peterderrington</dc:creator>
      <dc:date>2020-03-03T15:53:59Z</dc:date>
    </item>
  </channel>
</rss>

