<?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 Drop fields based on tag assigned in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Drop-fields-based-on-tag-assigned/m-p/1870069#M71843</link>
    <description>&lt;P&gt;Hello experts,&lt;/P&gt;
&lt;P&gt;I am hoping there is a more elegant solution to my app field security question. We publish an app in two flavors, "Sensitive" and "Non-Sensitive" which are mirror images from sheets to load editor. The only difference is there is a variable based on the app name:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;LET vSensitive = if(wildmatch(DocumentTitle(), '*- Sensitive*'),1,0);&lt;/LI-CODE&gt;
&lt;P&gt;We then have a simple load statement switch based on that variable to include the sensitive fields or not such as below:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;If vSensitive Then
[Table A]
Load [Field A]
    ,[Field B]
From Source;
Else 
[Table A]
Load [Field A]
From Source;
End If&lt;/LI-CODE&gt;
&lt;P&gt;I'm hoping that I could use field tags or some other indiciator to highlight which fields are private/sensitive to ensure they are not loaded into the final application. Something to the affect of "Drop Fields with Tag = 'Private';"&lt;/P&gt;</description>
    <pubDate>Sat, 16 Nov 2024 16:53:09 GMT</pubDate>
    <dc:creator>Delestia</dc:creator>
    <dc:date>2024-11-16T16:53:09Z</dc:date>
    <item>
      <title>Drop fields based on tag assigned</title>
      <link>https://community.qlik.com/t5/App-Development/Drop-fields-based-on-tag-assigned/m-p/1870069#M71843</link>
      <description>&lt;P&gt;Hello experts,&lt;/P&gt;
&lt;P&gt;I am hoping there is a more elegant solution to my app field security question. We publish an app in two flavors, "Sensitive" and "Non-Sensitive" which are mirror images from sheets to load editor. The only difference is there is a variable based on the app name:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;LET vSensitive = if(wildmatch(DocumentTitle(), '*- Sensitive*'),1,0);&lt;/LI-CODE&gt;
&lt;P&gt;We then have a simple load statement switch based on that variable to include the sensitive fields or not such as below:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;If vSensitive Then
[Table A]
Load [Field A]
    ,[Field B]
From Source;
Else 
[Table A]
Load [Field A]
From Source;
End If&lt;/LI-CODE&gt;
&lt;P&gt;I'm hoping that I could use field tags or some other indiciator to highlight which fields are private/sensitive to ensure they are not loaded into the final application. Something to the affect of "Drop Fields with Tag = 'Private';"&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 16:53:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Drop-fields-based-on-tag-assigned/m-p/1870069#M71843</guid>
      <dc:creator>Delestia</dc:creator>
      <dc:date>2024-11-16T16:53:09Z</dc:date>
    </item>
    <item>
      <title>Re: Drop fields based on tag assigned</title>
      <link>https://community.qlik.com/t5/App-Development/Drop-fields-based-on-tag-assigned/m-p/1870479#M71870</link>
      <description>&lt;P&gt;Take a look on Section Access to control who get access to which data:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/sense/November2021/Subsystems/Hub/Content/Sense_Hub/Scripting/Security/manage-security-with-section-access.htm" target="_blank"&gt;Managing data security with Section Access ‒ Qlik Sense on Windows&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;- Marcus&lt;/P&gt;</description>
      <pubDate>Tue, 14 Dec 2021 15:43:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Drop-fields-based-on-tag-assigned/m-p/1870479#M71870</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2021-12-14T15:43:05Z</dc:date>
    </item>
  </channel>
</rss>

