<?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: Unlink Table from all Other Tables in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Unlink-Table-from-all-Other-Tables/m-p/23570#M1589</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;to disconnect a table from the rest of the model, you can use multiple techniques, like the QUALIFY statement&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Qualify&lt;/STRONG&gt; statement adds on the loaded fields the name of the table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Qualify *;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TableA:&lt;/P&gt;&lt;P&gt;load&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; field1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; field2&lt;/P&gt;&lt;P&gt;from...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Unqualify;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;==&amp;gt; on your model, you will have fields named like this: TableA.field1, TableA.field2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;using this,&amp;nbsp; no chance to have fields sharing the same name with other fields from other tables, resulting to a disconnected table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and for a section access using different fields, read this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-blogpost/3757"&gt;Data Reduction Using Multiple Fields&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-blogpost/2775"&gt;Basics for complex authorization&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-blogpost/3453"&gt;Authorization using a Hierarchy&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 27 Feb 2018 23:10:35 GMT</pubDate>
    <dc:creator>YoussefBelloum</dc:creator>
    <dc:date>2018-02-27T23:10:35Z</dc:date>
    <item>
      <title>Unlink Table from all Other Tables</title>
      <link>https://community.qlik.com/t5/App-Development/Unlink-Table-from-all-Other-Tables/m-p/23569#M1588</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is a question for Qlik Sense. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a table that I want to be completely unlinked from all other tables, however it seems to need to share a field name with another table. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I currently have two tables, one which I need to be "standalone" (not linked with any other table). This has a field called GroupID. I have another table which is linked to a number of other tables. This table also has a field called GroupID. No other tables have GroupID in their list of fields. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My problem becomes that I need to restrict access to both of these tables through GroupID (ex users in Group A will only be able to see things marked A in both the standalone and linked tables), so it appears that I cannot change the name of the field in the standalone. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I either remove the linkage between the two tables, or make section access apply by multiple fields (at which I would change standalone's GroupID field name to something else)?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Feb 2018 22:03:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Unlink-Table-from-all-Other-Tables/m-p/23569#M1588</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-02-27T22:03:40Z</dc:date>
    </item>
    <item>
      <title>Re: Unlink Table from all Other Tables</title>
      <link>https://community.qlik.com/t5/App-Development/Unlink-Table-from-all-Other-Tables/m-p/23570#M1589</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;to disconnect a table from the rest of the model, you can use multiple techniques, like the QUALIFY statement&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Qualify&lt;/STRONG&gt; statement adds on the loaded fields the name of the table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Qualify *;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TableA:&lt;/P&gt;&lt;P&gt;load&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; field1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; field2&lt;/P&gt;&lt;P&gt;from...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Unqualify;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;==&amp;gt; on your model, you will have fields named like this: TableA.field1, TableA.field2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;using this,&amp;nbsp; no chance to have fields sharing the same name with other fields from other tables, resulting to a disconnected table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and for a section access using different fields, read this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-blogpost/3757"&gt;Data Reduction Using Multiple Fields&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-blogpost/2775"&gt;Basics for complex authorization&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-blogpost/3453"&gt;Authorization using a Hierarchy&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Feb 2018 23:10:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Unlink-Table-from-all-Other-Tables/m-p/23570#M1589</guid>
      <dc:creator>YoussefBelloum</dc:creator>
      <dc:date>2018-02-27T23:10:35Z</dc:date>
    </item>
  </channel>
</rss>

