<?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: How to restrict the records in Table A using a condition in Table B, both are not directly associated. in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/How-to-restrict-the-records-in-Table-A-using-a-condition-in/m-p/1892901#M73617</link>
    <description>&lt;P&gt;Thank you, Chris.&lt;BR /&gt;This is very helpful.&lt;/P&gt;</description>
    <pubDate>Tue, 15 Feb 2022 08:25:45 GMT</pubDate>
    <dc:creator>Koti_Ch</dc:creator>
    <dc:date>2022-02-15T08:25:45Z</dc:date>
    <item>
      <title>How to restrict the records in Table A using a condition in Table B, both are not directly associated.</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-restrict-the-records-in-Table-A-using-a-condition-in/m-p/1892511#M73565</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Please check the below image for the data model.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Koti_Ch_0-1644841933109.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/72204i58184FC64C29360C/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Koti_Ch_0-1644841933109.png" alt="Koti_Ch_0-1644841933109.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Requirement: Every Project has multiple ABS, for closed projects we shouldn't show the ABS data. for e.g in a Pivot table, if we click on a project name, it expands and shows a list of abs under it (like subtasks).&lt;/P&gt;
&lt;P&gt;So here, the Fact table is connecting both ABS and Project Master tables.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If Project Status = 'Closed', we should not show ABS data (or we should show N/A).&lt;/P&gt;
&lt;P&gt;Please assist.&lt;/P&gt;
&lt;P&gt;Thanks in advance.&lt;/P&gt;
&lt;P&gt;Koteswar&lt;/P&gt;</description>
      <pubDate>Mon, 14 Feb 2022 12:41:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-restrict-the-records-in-Table-A-using-a-condition-in/m-p/1892511#M73565</guid>
      <dc:creator>Koti_Ch</dc:creator>
      <dc:date>2022-02-14T12:41:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to restrict the records in Table A using a condition in Table B, both are not directly associated.</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-restrict-the-records-in-Table-A-using-a-condition-in/m-p/1892599#M73572</link>
      <description>&lt;P&gt;Do you want the data not be shown (but actually data is in the app for other charts).&lt;BR /&gt;Or do you want the data is even not loaded if the ProjectStatus = closed?&lt;/P&gt;</description>
      <pubDate>Mon, 14 Feb 2022 14:35:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-restrict-the-records-in-Table-A-using-a-condition-in/m-p/1892599#M73572</guid>
      <dc:creator>chris_djih</dc:creator>
      <dc:date>2022-02-14T14:35:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to restrict the records in Table A using a condition in Table B, both are not directly associated.</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-restrict-the-records-in-Table-A-using-a-condition-in/m-p/1892845#M73608</link>
      <description>&lt;P&gt;I want the data not to be loaded if the ProjectStatus = Closed.&lt;/P&gt;</description>
      <pubDate>Tue, 15 Feb 2022 06:17:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-restrict-the-records-in-Table-A-using-a-condition-in/m-p/1892845#M73608</guid>
      <dc:creator>Koti_Ch</dc:creator>
      <dc:date>2022-02-15T06:17:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to restrict the records in Table A using a condition in Table B, both are not directly associated.</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-restrict-the-records-in-Table-A-using-a-condition-in/m-p/1892888#M73615</link>
      <description>&lt;P&gt;then youshould start with loading&amp;nbsp; ProjectMaster table and adding this where statement to the load statement:&lt;EM&gt; where [Project Status] &amp;lt;&amp;gt; 'closed'; //only load Projects that aren't closed.&lt;/EM&gt;&lt;BR /&gt;&lt;BR /&gt;then you fill your fact table and add the following &lt;A href="https://help.qlik.com/en-US/sense/November2021/Subsystems/Hub/Content/Sense_Hub/Scripting/InterRecordFunctions/Exists.htm" target="_blank" rel="noopener"&gt;exists&lt;/A&gt; statement:&lt;BR /&gt;&lt;EM&gt;where exists(project_natural_k&lt;/EM&gt;ey)&lt;BR /&gt;and at last you load your ABS with: &lt;EM&gt;where exists (abs_natural_key)&lt;/EM&gt; &lt;/P&gt;</description>
      <pubDate>Tue, 15 Feb 2022 08:03:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-restrict-the-records-in-Table-A-using-a-condition-in/m-p/1892888#M73615</guid>
      <dc:creator>chris_djih</dc:creator>
      <dc:date>2022-02-15T08:03:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to restrict the records in Table A using a condition in Table B, both are not directly associated.</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-restrict-the-records-in-Table-A-using-a-condition-in/m-p/1892901#M73617</link>
      <description>&lt;P&gt;Thank you, Chris.&lt;BR /&gt;This is very helpful.&lt;/P&gt;</description>
      <pubDate>Tue, 15 Feb 2022 08:25:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-restrict-the-records-in-Table-A-using-a-condition-in/m-p/1892901#M73617</guid>
      <dc:creator>Koti_Ch</dc:creator>
      <dc:date>2022-02-15T08:25:45Z</dc:date>
    </item>
  </channel>
</rss>

