<?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 Suggestions to Generate Comparision Data in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Suggestions-to-Generate-Comparision-Data/m-p/157144#M716358</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When I've done comparisons, then I've put all needed data into one fat fact table (like Robs). And then since 8.5 used bookmarks and set analysis to do the comparisons.&lt;/P&gt;&lt;P&gt;You would set up your comparison charts so its easy to select the different data slices. And when you have selected the first series, and press a bookmark bottom (you can easily create a new bookmark BM01 with an action, and then overwrite it each time the button is pressed).&lt;/P&gt;&lt;P&gt;Now let the user do a new selection, the one to compare against.&lt;/P&gt;&lt;P&gt;And since you simply added {BM01} to all your aggregations functions. Then Sum(Value) would compare to the bookmark created BM01 using Sum({BM01} Value). All your charts would show comparisons of your data.&lt;/P&gt;&lt;P&gt;No need to do heavy precalculations &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 23 Feb 2010 19:51:20 GMT</pubDate>
    <dc:creator>tseebach</dc:creator>
    <dc:date>2010-02-23T19:51:20Z</dc:date>
    <item>
      <title>Suggestions to Generate Comparision Data</title>
      <link>https://community.qlik.com/t5/QlikView/Suggestions-to-Generate-Comparision-Data/m-p/157142#M716356</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have an application that takes all material in a certain length range, segregates it by product type, does a calculation on the length, and summarizes the resulting weight. (It uses 2 joined files, and 2 cross-table loads which are not joined). Works fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I now need to compare that information to information from 4 other sources (Excel) each of which also has length and product type, and end up with a table with all 5 weight values, within each length range and product type, and the ability to slide/dice the data across all the original dimensions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried a "Group by" to individually calculate the data I need, but generated 10 synthetic tables and bombed the application.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'd appreciate suggestions on how to generate the comparison, and be able to use a single set of list boxes (weight, size, date, location…) to view the comparison across all 5.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance for suggestions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Feb 2010 19:17:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Suggestions-to-Generate-Comparision-Data/m-p/157142#M716356</guid>
      <dc:creator>pvragel</dc:creator>
      <dc:date>2010-02-23T19:17:58Z</dc:date>
    </item>
    <item>
      <title>Suggestions to Generate Comparision Data</title>
      <link>https://community.qlik.com/t5/QlikView/Suggestions-to-Generate-Comparision-Data/m-p/157143#M716357</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If I understand correctly, one appoach would be to create a single concatenated table. The only difference between rows would be the weight value being assigned to a unique column. Something like this:&lt;/P&gt;&lt;P&gt;Facts:&lt;BR /&gt;LOAD Product, Length, blah*blah AS Weight1&lt;BR /&gt;FROM source1.xls&lt;BR /&gt;;&lt;BR /&gt;CONCATENATE (Facts)&lt;BR /&gt;LOAD Product, Length, blah*blah AS Weight2&lt;BR /&gt;FROM source2.xls&lt;BR /&gt;;&lt;/P&gt;&lt;P&gt;etc&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Feb 2010 19:42:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Suggestions-to-Generate-Comparision-Data/m-p/157143#M716357</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2010-02-23T19:42:37Z</dc:date>
    </item>
    <item>
      <title>Suggestions to Generate Comparision Data</title>
      <link>https://community.qlik.com/t5/QlikView/Suggestions-to-Generate-Comparision-Data/m-p/157144#M716358</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When I've done comparisons, then I've put all needed data into one fat fact table (like Robs). And then since 8.5 used bookmarks and set analysis to do the comparisons.&lt;/P&gt;&lt;P&gt;You would set up your comparison charts so its easy to select the different data slices. And when you have selected the first series, and press a bookmark bottom (you can easily create a new bookmark BM01 with an action, and then overwrite it each time the button is pressed).&lt;/P&gt;&lt;P&gt;Now let the user do a new selection, the one to compare against.&lt;/P&gt;&lt;P&gt;And since you simply added {BM01} to all your aggregations functions. Then Sum(Value) would compare to the bookmark created BM01 using Sum({BM01} Value). All your charts would show comparisons of your data.&lt;/P&gt;&lt;P&gt;No need to do heavy precalculations &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Feb 2010 19:51:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Suggestions-to-Generate-Comparision-Data/m-p/157144#M716358</guid>
      <dc:creator>tseebach</dc:creator>
      <dc:date>2010-02-23T19:51:20Z</dc:date>
    </item>
    <item>
      <title>Suggestions to Generate Comparision Data</title>
      <link>https://community.qlik.com/t5/QlikView/Suggestions-to-Generate-Comparision-Data/m-p/157145#M716359</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Rob - simple and works.&lt;/P&gt;&lt;P&gt;Is there a way to also segregate the outputs by the original input field? I could create a separate small file for each with a name and join it.&lt;/P&gt;&lt;P&gt;Is it possible to generate a field with the file name used in the script?&lt;/P&gt;&lt;P&gt;thanks for your help.&lt;/P&gt;&lt;P&gt;Paul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Feb 2010 20:56:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Suggestions-to-Generate-Comparision-Data/m-p/157145#M716359</guid>
      <dc:creator>pvragel</dc:creator>
      <dc:date>2010-02-23T20:56:14Z</dc:date>
    </item>
    <item>
      <title>Suggestions to Generate Comparision Data</title>
      <link>https://community.qlik.com/t5/QlikView/Suggestions-to-Generate-Comparision-Data/m-p/157146#M716360</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Seebach. I'll keep that option in mind as well.&lt;/P&gt;&lt;P&gt;Appreciate your help.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Paul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Feb 2010 20:58:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Suggestions-to-Generate-Comparision-Data/m-p/157146#M716360</guid>
      <dc:creator>pvragel</dc:creator>
      <dc:date>2010-02-23T20:58:04Z</dc:date>
    </item>
    <item>
      <title>Suggestions to Generate Comparision Data</title>
      <link>https://community.qlik.com/t5/QlikView/Suggestions-to-Generate-Comparision-Data/m-p/157147#M716361</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="jive_text_macro jive_macro_quote" jivemacro="quote"&gt;&lt;BR /&gt;pvragel wrote:&lt;BR /&gt;Is it possible to generate a field with the file name used in the script?&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;LOAD &lt;STRONG&gt;filename()&lt;/STRONG&gt; as fname&lt;BR /&gt;FROM xxx.xls&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Feb 2010 21:48:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Suggestions-to-Generate-Comparision-Data/m-p/157147#M716361</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2010-02-23T21:48:15Z</dc:date>
    </item>
    <item>
      <title>Suggestions to Generate Comparision Data</title>
      <link>https://community.qlik.com/t5/QlikView/Suggestions-to-Generate-Comparision-Data/m-p/157148#M716362</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Rob.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Paul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Feb 2010 00:55:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Suggestions-to-Generate-Comparision-Data/m-p/157148#M716362</guid>
      <dc:creator>pvragel</dc:creator>
      <dc:date>2010-02-24T00:55:21Z</dc:date>
    </item>
  </channel>
</rss>

