<?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 Add a field to tables that do not have it in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Add-a-field-to-tables-that-do-not-have-it/m-p/1830229#M68417</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am looking to add fields to a couple of the tables below.&amp;nbsp; These three tables are in a stacked bar chart, so when I click on a filter for "ELT Member Name" or "Home Department Description", I'd like for it to filter all the way through instead of just for an individual table.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The tables are connected on the Date field.&amp;nbsp; ADP table has the "Home Department Description" field that I want to add to the other two tables.&amp;nbsp; Jira and Lever tables have "ELT Member Name" and "ELT Member", using either of these works for a filter.&lt;/P&gt;&lt;P&gt;Ideally, I would be able to click on ELT Member which then filters Home Department Description to show only departments correlating with that Member (for all three tables).&amp;nbsp; I tried accomplishing this with an ApplyMAP, but could not figure it out.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Tables below:&lt;/P&gt;&lt;P&gt;ADP:&lt;BR /&gt;LOAD&lt;BR /&gt;"Position ID",&lt;BR /&gt;"Payroll Name",&lt;BR /&gt;"Job Title Description",&lt;BR /&gt;"Reports To Name",&lt;BR /&gt;"Reports To Position ID",&lt;BR /&gt;"Annual Salary",&lt;BR /&gt;"Base Currency Code",&lt;BR /&gt;Location,&lt;BR /&gt;"Home Department Code",&lt;BR /&gt;"Home Department Description",&lt;BR /&gt;"Worker Category Description","Hire Date",&lt;BR /&gt;"Termination Date",&lt;BR /&gt;"Rehire Date",&lt;BR /&gt;"Previous Termination Date",&lt;BR /&gt;if(not exists([Termination Date]), '02/01/2022', [Termination Date]) as "End Date"&lt;BR /&gt;Resident ADPTable1;&lt;BR /&gt;Drop Table ADPTable1;&lt;/P&gt;&lt;P&gt;ADP2:&lt;BR /&gt;Load&lt;BR /&gt;"Position ID",&lt;BR /&gt;MonthStart("Hire Date" + IterNo() -1) as Date&lt;BR /&gt;Resident ADP&lt;BR /&gt;While MonthStart("Hire Date" + IterNo() -1) &amp;lt; "End Date";&lt;/P&gt;&lt;P&gt;///////&lt;/P&gt;&lt;P&gt;Lever:&lt;BR /&gt;LOAD&lt;BR /&gt;reqId,&lt;BR /&gt;"Quarter of Offer Accepted",&lt;BR /&gt;"Quarter of Anticipated Start",&lt;BR /&gt;trim("Finance Hire Code") as "Finance Hire Code",&lt;BR /&gt;"Requisition Code",&lt;BR /&gt;"Detailed Req Status",&lt;BR /&gt;"Requisition Name",&lt;BR /&gt;"Requisition Hiring Manager",&lt;BR /&gt;"Requisition Owner Name",&lt;BR /&gt;req_region,&lt;BR /&gt;"Candidate Name / Req Location",&lt;BR /&gt;"ELT Member",&lt;BR /&gt;"Requisition Team",&lt;BR /&gt;"Current Workflow Status",&lt;BR /&gt;headcount_type,&lt;BR /&gt;"Requisition Commitment",&lt;BR /&gt;"Day of Open / Offer Accept Date",&lt;BR /&gt;"Day of Forecast / Actual Start Date" as Date,&lt;BR /&gt;"Days Open",&lt;BR /&gt;"Day of Requisition Created",&lt;/P&gt;&lt;P&gt;////////&lt;/P&gt;&lt;P&gt;Jira:&lt;BR /&gt;Load&lt;BR /&gt;"Home Department Code" ,&lt;BR /&gt;"Summary Dept",&lt;BR /&gt;Key,&lt;BR /&gt;Supervisor,&lt;BR /&gt;"ELT Member Name",&lt;BR /&gt;"Headcount Request Type",&lt;BR /&gt;"Employment Type",&lt;BR /&gt;"Position Type",&lt;BR /&gt;Summary,&lt;BR /&gt;"Hourly or Salary",&lt;BR /&gt;"Proposed Annual Salary or Hourly Rate:",&lt;BR /&gt;"Proposed Term Date (Contractors and Interns only)",&lt;BR /&gt;"Proposed Region(s):",&lt;BR /&gt;"Primary Recruiter",&lt;BR /&gt;"Base Salary Target",&lt;BR /&gt;"Sales Pay Mix",&lt;BR /&gt;trim("Finance Hire Code") as "Finance Hire Code2",&lt;BR /&gt;"Department (Hiring)",&lt;BR /&gt;Reporter,&lt;BR /&gt;Status,&lt;BR /&gt;"Forecast Start Date:" as Date,&lt;BR /&gt;"Budgeted Start Date:"&lt;/P&gt;&lt;P&gt;Where Not Exists("Finance Hire Code", "Finance Hire Code");&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 20 Aug 2021 13:53:11 GMT</pubDate>
    <dc:creator>elvedinhamidovic</dc:creator>
    <dc:date>2021-08-20T13:53:11Z</dc:date>
    <item>
      <title>Add a field to tables that do not have it</title>
      <link>https://community.qlik.com/t5/App-Development/Add-a-field-to-tables-that-do-not-have-it/m-p/1830229#M68417</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am looking to add fields to a couple of the tables below.&amp;nbsp; These three tables are in a stacked bar chart, so when I click on a filter for "ELT Member Name" or "Home Department Description", I'd like for it to filter all the way through instead of just for an individual table.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The tables are connected on the Date field.&amp;nbsp; ADP table has the "Home Department Description" field that I want to add to the other two tables.&amp;nbsp; Jira and Lever tables have "ELT Member Name" and "ELT Member", using either of these works for a filter.&lt;/P&gt;&lt;P&gt;Ideally, I would be able to click on ELT Member which then filters Home Department Description to show only departments correlating with that Member (for all three tables).&amp;nbsp; I tried accomplishing this with an ApplyMAP, but could not figure it out.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Tables below:&lt;/P&gt;&lt;P&gt;ADP:&lt;BR /&gt;LOAD&lt;BR /&gt;"Position ID",&lt;BR /&gt;"Payroll Name",&lt;BR /&gt;"Job Title Description",&lt;BR /&gt;"Reports To Name",&lt;BR /&gt;"Reports To Position ID",&lt;BR /&gt;"Annual Salary",&lt;BR /&gt;"Base Currency Code",&lt;BR /&gt;Location,&lt;BR /&gt;"Home Department Code",&lt;BR /&gt;"Home Department Description",&lt;BR /&gt;"Worker Category Description","Hire Date",&lt;BR /&gt;"Termination Date",&lt;BR /&gt;"Rehire Date",&lt;BR /&gt;"Previous Termination Date",&lt;BR /&gt;if(not exists([Termination Date]), '02/01/2022', [Termination Date]) as "End Date"&lt;BR /&gt;Resident ADPTable1;&lt;BR /&gt;Drop Table ADPTable1;&lt;/P&gt;&lt;P&gt;ADP2:&lt;BR /&gt;Load&lt;BR /&gt;"Position ID",&lt;BR /&gt;MonthStart("Hire Date" + IterNo() -1) as Date&lt;BR /&gt;Resident ADP&lt;BR /&gt;While MonthStart("Hire Date" + IterNo() -1) &amp;lt; "End Date";&lt;/P&gt;&lt;P&gt;///////&lt;/P&gt;&lt;P&gt;Lever:&lt;BR /&gt;LOAD&lt;BR /&gt;reqId,&lt;BR /&gt;"Quarter of Offer Accepted",&lt;BR /&gt;"Quarter of Anticipated Start",&lt;BR /&gt;trim("Finance Hire Code") as "Finance Hire Code",&lt;BR /&gt;"Requisition Code",&lt;BR /&gt;"Detailed Req Status",&lt;BR /&gt;"Requisition Name",&lt;BR /&gt;"Requisition Hiring Manager",&lt;BR /&gt;"Requisition Owner Name",&lt;BR /&gt;req_region,&lt;BR /&gt;"Candidate Name / Req Location",&lt;BR /&gt;"ELT Member",&lt;BR /&gt;"Requisition Team",&lt;BR /&gt;"Current Workflow Status",&lt;BR /&gt;headcount_type,&lt;BR /&gt;"Requisition Commitment",&lt;BR /&gt;"Day of Open / Offer Accept Date",&lt;BR /&gt;"Day of Forecast / Actual Start Date" as Date,&lt;BR /&gt;"Days Open",&lt;BR /&gt;"Day of Requisition Created",&lt;/P&gt;&lt;P&gt;////////&lt;/P&gt;&lt;P&gt;Jira:&lt;BR /&gt;Load&lt;BR /&gt;"Home Department Code" ,&lt;BR /&gt;"Summary Dept",&lt;BR /&gt;Key,&lt;BR /&gt;Supervisor,&lt;BR /&gt;"ELT Member Name",&lt;BR /&gt;"Headcount Request Type",&lt;BR /&gt;"Employment Type",&lt;BR /&gt;"Position Type",&lt;BR /&gt;Summary,&lt;BR /&gt;"Hourly or Salary",&lt;BR /&gt;"Proposed Annual Salary or Hourly Rate:",&lt;BR /&gt;"Proposed Term Date (Contractors and Interns only)",&lt;BR /&gt;"Proposed Region(s):",&lt;BR /&gt;"Primary Recruiter",&lt;BR /&gt;"Base Salary Target",&lt;BR /&gt;"Sales Pay Mix",&lt;BR /&gt;trim("Finance Hire Code") as "Finance Hire Code2",&lt;BR /&gt;"Department (Hiring)",&lt;BR /&gt;Reporter,&lt;BR /&gt;Status,&lt;BR /&gt;"Forecast Start Date:" as Date,&lt;BR /&gt;"Budgeted Start Date:"&lt;/P&gt;&lt;P&gt;Where Not Exists("Finance Hire Code", "Finance Hire Code");&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 20 Aug 2021 13:53:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Add-a-field-to-tables-that-do-not-have-it/m-p/1830229#M68417</guid>
      <dc:creator>elvedinhamidovic</dc:creator>
      <dc:date>2021-08-20T13:53:11Z</dc:date>
    </item>
  </channel>
</rss>

