<?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: Text Comparison in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Text-Comparison/m-p/1830685#M68458</link>
    <description>&lt;P&gt;Hi Vegar,&lt;/P&gt;&lt;P&gt;Thanks for the help. its working !!!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 24 Aug 2021 06:54:16 GMT</pubDate>
    <dc:creator>Dhandapani</dc:creator>
    <dc:date>2021-08-24T06:54:16Z</dc:date>
    <item>
      <title>Text Comparison</title>
      <link>https://community.qlik.com/t5/App-Development/Text-Comparison/m-p/1829333#M68352</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;I am very new to qlikview and just started exploring few concept.i come across below scenario. it will be helpful if i get any solution&lt;/P&gt;&lt;P&gt;i want display&amp;nbsp; same text field values into 2 fields for current month and&amp;nbsp;previous month&amp;nbsp; in straight table or any chart&amp;nbsp; and compare whether the text is matching&amp;nbsp; or not&amp;nbsp;&lt;/P&gt;&lt;P&gt;what i want is&amp;nbsp;how to show the same text field values for current and&amp;nbsp; previous month in two column as below&amp;nbsp;&lt;/P&gt;&lt;P&gt;my data is below&amp;nbsp;&lt;/P&gt;&lt;P&gt;AML|High|2021-06-30&lt;/P&gt;&lt;P&gt;AML|Medium|2021-05-31&lt;/P&gt;&lt;P&gt;AML|Low|2021-04-30&lt;/P&gt;&lt;P&gt;AML|VeryLow|2021-03-31&lt;/P&gt;&lt;P&gt;i want to display previous month text value in&amp;nbsp;&lt;STRONG&gt;Previous Month &amp;lt;text field&amp;gt;&lt;/STRONG&gt;&lt;SPAN&gt;|&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Name|Current month &amp;lt;text field&amp;gt; | &lt;STRONG&gt;Previous Month &amp;lt;text field&amp;gt;|Businessdate&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;AML|High|&lt;STRONG&gt;Medium|&lt;/STRONG&gt;2021-06-30&lt;/P&gt;&lt;P&gt;AML|Medium|&lt;STRONG&gt;Low&lt;/STRONG&gt;|&lt;SPAN&gt;2021-05-31&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;AML|Low|&lt;STRONG&gt;Very Low&lt;/STRONG&gt;|2021-04-30&lt;/P&gt;&lt;P&gt;i want to display&amp;nbsp; previous month&amp;nbsp; text (Medium or High) values in p&lt;STRONG&gt;revious Month &amp;lt;text field&amp;gt; field&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 30 Nov 2021 16:25:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Text-Comparison/m-p/1829333#M68352</guid>
      <dc:creator>Dhandapani</dc:creator>
      <dc:date>2021-11-30T16:25:32Z</dc:date>
    </item>
    <item>
      <title>Re: Text Comparison</title>
      <link>https://community.qlik.com/t5/App-Development/Text-Comparison/m-p/1829394#M68361</link>
      <description>&lt;P&gt;This script might help started.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier" size="2"&gt;SOURCE:&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" size="2"&gt;LOAD * inline [&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" size="2"&gt;Name,CurrentMonth,BusinessDate&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" size="2"&gt;AML,High,2021-06-30&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" size="2"&gt;AML,Medium,2021-05-31&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" size="2"&gt;AML,Low,2021-04-30&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" size="2"&gt;AML,VeryLow,2021-03-31];&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier" size="2"&gt;Final:&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" size="2"&gt;LOAD Name, CurrentMonth, BusinessDate, &lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" size="2"&gt;peek(CurrentMonth) as PreviousMonth,&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" size="2"&gt;peek(BusinessDate) as PreviousBusinessDate&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" size="2"&gt;Resident SOURCE&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" size="2"&gt;ORDER BY Name, BusinessDate asc&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" size="2"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier" size="2"&gt;Drop table SOURCE;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 18 Aug 2021 11:48:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Text-Comparison/m-p/1829394#M68361</guid>
      <dc:creator>Vegar</dc:creator>
      <dc:date>2021-08-18T11:48:26Z</dc:date>
    </item>
    <item>
      <title>Re: Text Comparison</title>
      <link>https://community.qlik.com/t5/App-Development/Text-Comparison/m-p/1830685#M68458</link>
      <description>&lt;P&gt;Hi Vegar,&lt;/P&gt;&lt;P&gt;Thanks for the help. its working !!!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 24 Aug 2021 06:54:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Text-Comparison/m-p/1830685#M68458</guid>
      <dc:creator>Dhandapani</dc:creator>
      <dc:date>2021-08-24T06:54:16Z</dc:date>
    </item>
    <item>
      <title>Re: Text Comparison</title>
      <link>https://community.qlik.com/t5/App-Development/Text-Comparison/m-p/1832099#M68653</link>
      <description>&lt;P&gt;When i Add more dataset , peek function doesnt produde correct result .&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier" size="2"&gt;AML,High,2021-06-30&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" size="2"&gt;AML,Medium,2021-05-31&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" size="2"&gt;AML,Low,2021-04-30&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" size="2"&gt;AML,VeryLow,2021-03-31&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier" size="2"&gt;CFT,High,2021-06-30&lt;BR /&gt;CFT,Medium,2021-05-31&lt;BR /&gt;CFT,Low,2021-04-30&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;My output shows as below&amp;nbsp;&lt;/P&gt;&lt;P&gt;AML|High|Medium|2021-06-30|2021-05-31&lt;/P&gt;&lt;P&gt;AML|Medium|Low|2021-05-31|2021-04-30&lt;/P&gt;&lt;P&gt;AML|Low|Very Low|2021-04-30|2021-03-31&lt;/P&gt;&lt;P&gt;aml|Very Low| -&amp;nbsp; | 2021-03-31| -&lt;/P&gt;&lt;P&gt;CFT|High|Medium|2021-06-30|2021-05-31&lt;/P&gt;&lt;P&gt;CFT|Medium|Low|2021-05-31|2021-04-30&lt;/P&gt;&lt;P&gt;CFT|Low|&lt;STRONG&gt;High|&lt;/STRONG&gt;2021-04-30|&lt;STRONG&gt;2021-06-30&amp;nbsp; &amp;nbsp; &amp;nbsp; -- By right highlighted filed should be null (no prev month (march) data to compare, instead its comparing april with june month&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 30 Aug 2021 09:33:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Text-Comparison/m-p/1832099#M68653</guid>
      <dc:creator>Dhandapani</dc:creator>
      <dc:date>2021-08-30T09:33:41Z</dc:date>
    </item>
  </channel>
</rss>

