<?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: Evaluating Dimension Fields on both sides in Set Analysis in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Evaluating-Dimension-Fields-on-both-sides-in-Set-Analysis/m-p/582026#M216184</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Your load script should be like this (join instead of concatenate):&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;
&lt;P&gt;Sales:&lt;/P&gt;
&lt;P&gt;LOAD ID1 as ID, AGE INLINE [&lt;/P&gt;
&lt;P&gt;ID1,AGE&lt;/P&gt;
&lt;P&gt;1, 10&lt;/P&gt;
&lt;P&gt;2, 20&lt;/P&gt;
&lt;P&gt;3, 30&lt;/P&gt;
&lt;P&gt;];&lt;/P&gt;
&lt;P&gt;Join&lt;/P&gt;
&lt;P&gt;Customers:&lt;/P&gt;
&lt;P&gt;LOAD ID2 as ID, Name INLINE [&lt;/P&gt;
&lt;P&gt;ID2,Name&lt;/P&gt;
&lt;P&gt;1, Amy&lt;/P&gt;
&lt;P&gt;2, Bob&lt;/P&gt;
&lt;P&gt;3, Carla&lt;/P&gt;
&lt;P&gt;];&lt;/P&gt;


&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then you can simply use ID, Name, and Age in your chart.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've also attached a sample .qvw file.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 17 Mar 2014 13:23:25 GMT</pubDate>
    <dc:creator>Nicole-Smith</dc:creator>
    <dc:date>2014-03-17T13:23:25Z</dc:date>
    <item>
      <title>Evaluating Dimension Fields on both sides in Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Evaluating-Dimension-Fields-on-both-sides-in-Set-Analysis/m-p/582025#M216183</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 concatenated 2 tables as below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sales:&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;ID1,AGE&lt;/P&gt;&lt;P&gt;1, 10&lt;/P&gt;&lt;P&gt;2, 20&lt;/P&gt;&lt;P&gt;3, 30&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;Concatenate&lt;/P&gt;&lt;P&gt;Customers:&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;ID2,Name&lt;/P&gt;&lt;P&gt;1, Amy&lt;/P&gt;&lt;P&gt;2, Bob&lt;/P&gt;&lt;P&gt;3, Carla&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We need to show the following columns in straight table chart:&lt;/P&gt;&lt;P&gt;ID2, Name, ID1, Age&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ID1 and Age will only be displayed when value of ID1 is equal to ID2. We have to use only a single table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please do let me know the set analysis expression to get the desired output.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Basil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Mar 2014 10:06:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Evaluating-Dimension-Fields-on-both-sides-in-Set-Analysis/m-p/582025#M216183</guid>
      <dc:creator />
      <dc:date>2014-03-17T10:06:11Z</dc:date>
    </item>
    <item>
      <title>Re: Evaluating Dimension Fields on both sides in Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Evaluating-Dimension-Fields-on-both-sides-in-Set-Analysis/m-p/582026#M216184</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Your load script should be like this (join instead of concatenate):&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;
&lt;P&gt;Sales:&lt;/P&gt;
&lt;P&gt;LOAD ID1 as ID, AGE INLINE [&lt;/P&gt;
&lt;P&gt;ID1,AGE&lt;/P&gt;
&lt;P&gt;1, 10&lt;/P&gt;
&lt;P&gt;2, 20&lt;/P&gt;
&lt;P&gt;3, 30&lt;/P&gt;
&lt;P&gt;];&lt;/P&gt;
&lt;P&gt;Join&lt;/P&gt;
&lt;P&gt;Customers:&lt;/P&gt;
&lt;P&gt;LOAD ID2 as ID, Name INLINE [&lt;/P&gt;
&lt;P&gt;ID2,Name&lt;/P&gt;
&lt;P&gt;1, Amy&lt;/P&gt;
&lt;P&gt;2, Bob&lt;/P&gt;
&lt;P&gt;3, Carla&lt;/P&gt;
&lt;P&gt;];&lt;/P&gt;


&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then you can simply use ID, Name, and Age in your chart.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've also attached a sample .qvw file.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Mar 2014 13:23:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Evaluating-Dimension-Fields-on-both-sides-in-Set-Analysis/m-p/582026#M216184</guid>
      <dc:creator>Nicole-Smith</dc:creator>
      <dc:date>2014-03-17T13:23:25Z</dc:date>
    </item>
    <item>
      <title>Re: Evaluating Dimension Fields on both sides in Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Evaluating-Dimension-Fields-on-both-sides-in-Set-Analysis/m-p/582027#M216185</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would suggert a Left Inner Join, so your ID is in both tables and mandatory in table 1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dirk&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Mar 2014 13:53:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Evaluating-Dimension-Fields-on-both-sides-in-Set-Analysis/m-p/582027#M216185</guid>
      <dc:creator>dirk_konings</dc:creator>
      <dc:date>2014-03-17T13:53:23Z</dc:date>
    </item>
    <item>
      <title>Re: Evaluating Dimension Fields on both sides in Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Evaluating-Dimension-Fields-on-both-sides-in-Set-Analysis/m-p/582028#M216186</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nicole,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Lets say I want to keep the 2 tables concatenated due to some reasons. In this case how would you implement the same?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Basil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Mar 2014 08:04:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Evaluating-Dimension-Fields-on-both-sides-in-Set-Analysis/m-p/582028#M216186</guid>
      <dc:creator />
      <dc:date>2014-03-18T08:04:43Z</dc:date>
    </item>
    <item>
      <title>Re: Evaluating Dimension Fields on both sides in Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Evaluating-Dimension-Fields-on-both-sides-in-Set-Analysis/m-p/582029#M216187</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Unless I'm mistaken, you can't do it that way...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the data isn't on the same line in your loaded table, you can't display it on the same line in a chart.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Mar 2014 12:31:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Evaluating-Dimension-Fields-on-both-sides-in-Set-Analysis/m-p/582029#M216187</guid>
      <dc:creator>Nicole-Smith</dc:creator>
      <dc:date>2014-03-18T12:31:49Z</dc:date>
    </item>
    <item>
      <title>Re: Evaluating Dimension Fields on both sides in Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Evaluating-Dimension-Fields-on-both-sides-in-Set-Analysis/m-p/582030#M216188</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you want to keep your 2 tables, you can't use SetAnalysis.&lt;/P&gt;&lt;P&gt;Maybe you just need to use an IF statement in your expressions?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Mar 2014 07:00:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Evaluating-Dimension-Fields-on-both-sides-in-Set-Analysis/m-p/582030#M216188</guid>
      <dc:creator>dirk_konings</dc:creator>
      <dc:date>2014-03-20T07:00:29Z</dc:date>
    </item>
  </channel>
</rss>

