<?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 use ranked objects obtained from one table in other charts? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-use-ranked-objects-obtained-from-one-table-in-other/m-p/254431#M582528</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Printing one graph on each page, with one product per page, and in one physical file - it can't be done without a macro.&amp;nbsp; (I'll be glad to find I'm wrong.)&lt;/P&gt;&lt;P&gt;The macro should define the ranked products, select one product at a time, in a loop, and copy the chartinto the document after each selection.&amp;nbsp; Probably MS Word document is the most convenient as an output for this purpose.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 20 Oct 2011 17:39:09 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2011-10-20T17:39:09Z</dc:date>
    <item>
      <title>How to use ranked objects obtained from one table in other charts?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-use-ranked-objects-obtained-from-one-table-in-other/m-p/254426#M582523</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The situation is that i obtain the top ranked products in one table and now i want to represent each ranked product figures in other charts and put it in a report.&lt;/P&gt;&lt;P&gt;Example: I have the top 10 products ranked like the picture below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="table.JPG" class="jive-image-thumbnail jive-image" onclick="" src="https://community.qlik.com/legacyfs/online/7895_table.JPG" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now i want to represent the sales and other figures corresponding to each of the ranked products on other graphs/charts, one chart per ranked product in a report like below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="chart.JPG" class="jive-image-thumbnail jive-image" height="255" onclick="" src="https://community.qlik.com/legacyfs/online/7897_chart.JPG" width="599" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Therefore i need to generate 10 graphs (one graph per product per page) like the above in a report.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can somebody please advice on how this can be done and by which method.&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;Rajiv&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Oct 2011 13:58:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-use-ranked-objects-obtained-from-one-table-in-other/m-p/254426#M582523</guid>
      <dc:creator />
      <dc:date>2011-10-17T13:58:15Z</dc:date>
    </item>
    <item>
      <title>How to use ranked objects obtained from one table in other charts?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-use-ranked-objects-obtained-from-one-table-in-other/m-p/254427#M582524</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Rajiv,&lt;/P&gt;&lt;P&gt;This is waht you can try.&amp;nbsp; In your bar chart, add calculated dimension using the same expression as you use in the table for Rank.&amp;nbsp; It may be more complex, but the logic should be the same.&amp;nbsp; Next, use trellis for this bar chart.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Oct 2011 20:48:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-use-ranked-objects-obtained-from-one-table-in-other/m-p/254427#M582524</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-10-17T20:48:55Z</dc:date>
    </item>
    <item>
      <title>How to use ranked objects obtained from one table in other charts?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-use-ranked-objects-obtained-from-one-table-in-other/m-p/254428#M582525</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; I dont know what is ur actual requirement but if u want to generate the report for the product u have ranked&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;filter ur chart&amp;nbsp; based on that product u have to do this 10 times as u said u want to generate 10 reports &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for 10 different products &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Oct 2011 06:51:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-use-ranked-objects-obtained-from-one-table-in-other/m-p/254428#M582525</guid>
      <dc:creator>qliksus</dc:creator>
      <dc:date>2011-10-18T06:51:13Z</dc:date>
    </item>
    <item>
      <title>How to use ranked objects obtained from one table in other charts?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-use-ranked-objects-obtained-from-one-table-in-other/m-p/254429#M582526</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Micheal,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I used the trellis in the chart dimension and made use of the ranked expression by selecting descending sort by expression in the sort section and the result is like below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="trellis.JPG" class="jive-image-thumbnail jive-image" height="308" onclick="" src="https://community.qlik.com/legacyfs/online/7925_trellis.JPG" width="604" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Its indeed something helpful, however i need to present each graph in a page on a report, is this possible? because if i do put this one whole graph in one page on a report, we cannot intepret rightly the figures as the axes are same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again for the hint about the trellis&lt;/P&gt;&lt;P&gt;Rajiv&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Oct 2011 07:21:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-use-ranked-objects-obtained-from-one-table-in-other/m-p/254429#M582526</guid>
      <dc:creator />
      <dc:date>2011-10-18T07:21:38Z</dc:date>
    </item>
    <item>
      <title>How to use ranked objects obtained from one table in other charts?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-use-ranked-objects-obtained-from-one-table-in-other/m-p/254430#M582527</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello qliksus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;infact i want to generate the 10 graphs in 10 different pages in only one report. &lt;/P&gt;&lt;P&gt;Your idea will be my last last last resort &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/wink.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Rajiv&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Oct 2011 07:24:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-use-ranked-objects-obtained-from-one-table-in-other/m-p/254430#M582527</guid>
      <dc:creator />
      <dc:date>2011-10-18T07:24:57Z</dc:date>
    </item>
    <item>
      <title>How to use ranked objects obtained from one table in other charts?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-use-ranked-objects-obtained-from-one-table-in-other/m-p/254431#M582528</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Printing one graph on each page, with one product per page, and in one physical file - it can't be done without a macro.&amp;nbsp; (I'll be glad to find I'm wrong.)&lt;/P&gt;&lt;P&gt;The macro should define the ranked products, select one product at a time, in a loop, and copy the chartinto the document after each selection.&amp;nbsp; Probably MS Word document is the most convenient as an output for this purpose.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Oct 2011 17:39:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-use-ranked-objects-obtained-from-one-table-in-other/m-p/254431#M582528</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-10-20T17:39:09Z</dc:date>
    </item>
    <item>
      <title>How to use ranked objects obtained from one table in other charts?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-use-ranked-objects-obtained-from-one-table-in-other/m-p/254432#M582529</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i'd be glad too if you could be wrong Micheal.. &lt;/P&gt;&lt;P&gt;Am actually working on a macro which puts the ranked models obtained in an array and then i put that array in a randomly generated field for me to loop on that field in the report. &lt;/P&gt;&lt;P&gt;It took me lots of time to create that macro as its the first time am working with it. I need to run the macro before outputing on pdf and allow the loop on that field. It seems working.. hehe..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Oct 2011 19:01:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-use-ranked-objects-obtained-from-one-table-in-other/m-p/254432#M582529</guid>
      <dc:creator />
      <dc:date>2011-10-20T19:01:48Z</dc:date>
    </item>
  </channel>
</rss>

