<?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: What visual to use? in Water Cooler</title>
    <link>https://community.qlik.com/t5/Water-Cooler/What-visual-to-use/m-p/1532552#M8333</link>
    <description>&lt;P&gt;Something like this, perhaps:&lt;/P&gt;&lt;PRE&gt;TCompare:
CrossTable(Field, Value1)
LOAD 'Table1' as Source, * FROM Table1;

CrossTable(Field, Value2)
LOAD 'Table2' as Source, * FROM Table2;

Compare:
LOAD RowNo() as RowID,
	Source,
	Field,
	Value1,
	Value2,
	If(Value1 = Value2, 1, 0) as Flag
Resident TCompare;

DROP Table TCompare;&lt;/PRE&gt;&lt;P&gt;Now you can report all the fields and values where the flag is set to 1.&lt;/P&gt;</description>
    <pubDate>Mon, 21 Jan 2019 08:11:18 GMT</pubDate>
    <dc:creator>jonathandienst</dc:creator>
    <dc:date>2019-01-21T08:11:18Z</dc:date>
    <item>
      <title>What visual to use?</title>
      <link>https://community.qlik.com/t5/Water-Cooler/What-visual-to-use/m-p/1532547#M8332</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have a following requirement.&lt;/P&gt;&lt;P&gt;Table 1 - 150 columns&lt;/P&gt;&lt;P&gt;Table 2 - 150 columns (same columns as table 1)&lt;/P&gt;&lt;P&gt;I need to compare these two tables and check if there are any values for these 150 columns that differ at a given minimum and maximum date selection.&lt;/P&gt;&lt;P&gt;Need help with edit script about how to process this data and also how can I visualize this?&lt;/P&gt;&lt;P&gt;Any suggestion would be a great help! Thanks in advance.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 21 Jan 2019 07:59:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Water-Cooler/What-visual-to-use/m-p/1532547#M8332</guid>
      <dc:creator>sai_katare</dc:creator>
      <dc:date>2019-01-21T07:59:18Z</dc:date>
    </item>
    <item>
      <title>Re: What visual to use?</title>
      <link>https://community.qlik.com/t5/Water-Cooler/What-visual-to-use/m-p/1532552#M8333</link>
      <description>&lt;P&gt;Something like this, perhaps:&lt;/P&gt;&lt;PRE&gt;TCompare:
CrossTable(Field, Value1)
LOAD 'Table1' as Source, * FROM Table1;

CrossTable(Field, Value2)
LOAD 'Table2' as Source, * FROM Table2;

Compare:
LOAD RowNo() as RowID,
	Source,
	Field,
	Value1,
	Value2,
	If(Value1 = Value2, 1, 0) as Flag
Resident TCompare;

DROP Table TCompare;&lt;/PRE&gt;&lt;P&gt;Now you can report all the fields and values where the flag is set to 1.&lt;/P&gt;</description>
      <pubDate>Mon, 21 Jan 2019 08:11:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Water-Cooler/What-visual-to-use/m-p/1532552#M8333</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2019-01-21T08:11:18Z</dc:date>
    </item>
  </channel>
</rss>

