<?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 Identify new data and display in a table. in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Identify-new-data-and-display-in-a-table/m-p/899669#M992990</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have an excel worksheet that contains all of my data.&amp;nbsp; This data includes:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="table.PNG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/93247_table.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;Account #&lt;/P&gt;&lt;P&gt;As of Date&lt;/P&gt;&lt;P&gt;Customer Name&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This worksheet contains data for the past 7 months and contains information about the accounts being worked by the department.&lt;/P&gt;&lt;P&gt;An account can be in the department for years, but month over month, new accounts come into the department and old ones get transferred out.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to create a method that will allow the user to pick the "As of Date" from a list box, i.e.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="asofdate.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/93246_asofdate.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;Once the date is selected, I need a table to populate the account data of new accounts by comparing the prior month to the current month.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example, if I click on the list box "07/30/15", I need it to compare data against the prior month and display new accounts in the table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have tried a couple of things:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AcctMap:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;Mapping Load&lt;/P&gt;&lt;P&gt;&amp;nbsp; [Account #],&lt;/P&gt;&lt;P&gt;&amp;nbsp; 'Exists' as Exists&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;&amp;nbsp; LoanListData.xlsx&lt;/P&gt;&lt;P&gt;&amp;nbsp; (ooxml, embedded labels, table is [Loan List Data])&lt;/P&gt;&lt;P&gt;Where &lt;/P&gt;&lt;P&gt;&amp;nbsp; [As of Date]=Date(MonthStart(Today(),'MM/DD/YY'));&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FactTable:&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;&amp;nbsp; [Customer Name],&lt;/P&gt;&lt;P&gt;&amp;nbsp; [Account #],&lt;/P&gt;&lt;P&gt;&amp;nbsp; ApplyMap('AcctMap',[Account #],'Does Not Exist') as Exists&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;&amp;nbsp; LoanListData.xlsx&lt;/P&gt;&lt;P&gt;&amp;nbsp; (ooxml, embedded labels, table is [Loan List Data]);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This was to identify these accounts by populating a column with "Exists" or "Does Not Exist", then I would filter the data and display "Does Not Exist" accounts in the table.&amp;nbsp; There has to be another way.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 17 Jul 2015 21:31:17 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-07-17T21:31:17Z</dc:date>
    <item>
      <title>Identify new data and display in a table.</title>
      <link>https://community.qlik.com/t5/QlikView/Identify-new-data-and-display-in-a-table/m-p/899669#M992990</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have an excel worksheet that contains all of my data.&amp;nbsp; This data includes:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="table.PNG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/93247_table.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;Account #&lt;/P&gt;&lt;P&gt;As of Date&lt;/P&gt;&lt;P&gt;Customer Name&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This worksheet contains data for the past 7 months and contains information about the accounts being worked by the department.&lt;/P&gt;&lt;P&gt;An account can be in the department for years, but month over month, new accounts come into the department and old ones get transferred out.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to create a method that will allow the user to pick the "As of Date" from a list box, i.e.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="asofdate.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/93246_asofdate.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;Once the date is selected, I need a table to populate the account data of new accounts by comparing the prior month to the current month.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example, if I click on the list box "07/30/15", I need it to compare data against the prior month and display new accounts in the table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have tried a couple of things:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AcctMap:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;Mapping Load&lt;/P&gt;&lt;P&gt;&amp;nbsp; [Account #],&lt;/P&gt;&lt;P&gt;&amp;nbsp; 'Exists' as Exists&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;&amp;nbsp; LoanListData.xlsx&lt;/P&gt;&lt;P&gt;&amp;nbsp; (ooxml, embedded labels, table is [Loan List Data])&lt;/P&gt;&lt;P&gt;Where &lt;/P&gt;&lt;P&gt;&amp;nbsp; [As of Date]=Date(MonthStart(Today(),'MM/DD/YY'));&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FactTable:&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;&amp;nbsp; [Customer Name],&lt;/P&gt;&lt;P&gt;&amp;nbsp; [Account #],&lt;/P&gt;&lt;P&gt;&amp;nbsp; ApplyMap('AcctMap',[Account #],'Does Not Exist') as Exists&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;&amp;nbsp; LoanListData.xlsx&lt;/P&gt;&lt;P&gt;&amp;nbsp; (ooxml, embedded labels, table is [Loan List Data]);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This was to identify these accounts by populating a column with "Exists" or "Does Not Exist", then I would filter the data and display "Does Not Exist" accounts in the table.&amp;nbsp; There has to be another way.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Jul 2015 21:31:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Identify-new-data-and-display-in-a-table/m-p/899669#M992990</guid>
      <dc:creator />
      <dc:date>2015-07-17T21:31:17Z</dc:date>
    </item>
  </channel>
</rss>

