<?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: OMIT multiple fields in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/OMIT-multiple-fields/m-p/318017#M706448</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just duplicate the line with stating the other field value(s):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="1" cellpadding="3" cellspacing="0" class="jiveBorder"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH align="center" style="background-color: #6690bc; border: 1px solid #000000;" valign="middle"&gt;&lt;SPAN style="color: #ffffff;"&gt;&lt;STRONG&gt;ACCESS&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/TH&gt;&lt;TH align="center" style="background-color: #6690bc; border: 1px solid #000000;" valign="middle"&gt;&lt;SPAN style="color: #ffffff;"&gt;&lt;STRONG&gt;NTNAME&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/TH&gt;&lt;TH align="center" style="background-color: #6690bc; border: 1px solid #000000;" valign="middle"&gt;&lt;SPAN style="color: #ffffff;"&gt;&lt;STRONG&gt;OMIT&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="border: 1px solid #000000;"&gt;ADMIN&lt;/TD&gt;&lt;TD style="border: 1px solid #000000;"&gt;MYDOMAIN\GOD_USER&lt;/TD&gt;&lt;TD style="border: 1px solid #000000;"&gt;&lt;BR /&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="border: 1px solid #000000;"&gt;USER&lt;/TD&gt;&lt;TD style="border: 1px solid #000000;"&gt;MYDOMAIN\LOWLY_EMPLOYEE&lt;/TD&gt;&lt;TD style="border: 1px solid #000000;"&gt;&lt;P&gt;PROTECTEDFIELD1&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;USER&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;MYDOMAIN\LOWLY_EMPLOYEE&lt;/TD&gt;&lt;TD&gt;PROTECTEDFIELD2&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 30 Jan 2012 17:48:14 GMT</pubDate>
    <dc:creator>swuehl</dc:creator>
    <dc:date>2012-01-30T17:48:14Z</dc:date>
    <item>
      <title>OMIT multiple fields</title>
      <link>https://community.qlik.com/t5/QlikView/OMIT-multiple-fields/m-p/318016#M706447</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;I am successfully protecting a particular data field (PROTECTEDFIELD1) from unauthorised access by certain users, by using section access in my script:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SECTION Access;&lt;/P&gt;&lt;P&gt;LOAD ACCESS, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; NTNAME, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; OMIT&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;[My security spreadsheet.xlsx]&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, table is Sheet1);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In my spreadsheet I have the following table:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="1" cellpadding="3" cellspacing="0" class="jiveBorder" style="width: 100%; border: 1px solid #000000;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH align="center" style="background-color: #6690bc;" valign="middle"&gt;&lt;SPAN style="color: #ffffff;"&gt;&lt;STRONG&gt;ACCESS&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/TH&gt;&lt;TH align="center" style="background-color: #6690bc;" valign="middle"&gt;&lt;SPAN style="color: #ffffff;"&gt;&lt;STRONG&gt;NTNAME&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/TH&gt;&lt;TH align="center" style="background-color: #6690bc;" valign="middle"&gt;&lt;SPAN style="color: #ffffff;"&gt;&lt;STRONG&gt;OMIT&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;ADMIN&lt;/TD&gt;&lt;TD&gt;MYDOMAIN\GOD_USER&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;USER&lt;/TD&gt;&lt;TD&gt;MYDOMAIN\LOWLY_EMPLOYEE&lt;/TD&gt;&lt;TD&gt;PROTECTEDFIELD1&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;BR /&gt;This works fine. When logged in as LOWLY_EMPLOYEE, I can't see PROTECTEDFIELD1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My problem is: I can't figure out how to restrict access to more than one field. Is there a particular syntax? I have tried:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;PROTECTEDFIELD1 PROTECTEDFIELD2&lt;/LI&gt;&lt;LI&gt;PROTECTEDFIELD1, PROTECTEDFIELD2&lt;/LI&gt;&lt;LI&gt;PROTECTEDFIELD1; PROTECTEDFIELD2&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jan 2012 17:31:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/OMIT-multiple-fields/m-p/318016#M706447</guid>
      <dc:creator />
      <dc:date>2012-01-30T17:31:08Z</dc:date>
    </item>
    <item>
      <title>Re: OMIT multiple fields</title>
      <link>https://community.qlik.com/t5/QlikView/OMIT-multiple-fields/m-p/318017#M706448</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just duplicate the line with stating the other field value(s):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="1" cellpadding="3" cellspacing="0" class="jiveBorder"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH align="center" style="background-color: #6690bc; border: 1px solid #000000;" valign="middle"&gt;&lt;SPAN style="color: #ffffff;"&gt;&lt;STRONG&gt;ACCESS&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/TH&gt;&lt;TH align="center" style="background-color: #6690bc; border: 1px solid #000000;" valign="middle"&gt;&lt;SPAN style="color: #ffffff;"&gt;&lt;STRONG&gt;NTNAME&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/TH&gt;&lt;TH align="center" style="background-color: #6690bc; border: 1px solid #000000;" valign="middle"&gt;&lt;SPAN style="color: #ffffff;"&gt;&lt;STRONG&gt;OMIT&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="border: 1px solid #000000;"&gt;ADMIN&lt;/TD&gt;&lt;TD style="border: 1px solid #000000;"&gt;MYDOMAIN\GOD_USER&lt;/TD&gt;&lt;TD style="border: 1px solid #000000;"&gt;&lt;BR /&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="border: 1px solid #000000;"&gt;USER&lt;/TD&gt;&lt;TD style="border: 1px solid #000000;"&gt;MYDOMAIN\LOWLY_EMPLOYEE&lt;/TD&gt;&lt;TD style="border: 1px solid #000000;"&gt;&lt;P&gt;PROTECTEDFIELD1&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;USER&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;MYDOMAIN\LOWLY_EMPLOYEE&lt;/TD&gt;&lt;TD&gt;PROTECTEDFIELD2&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jan 2012 17:48:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/OMIT-multiple-fields/m-p/318017#M706448</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2012-01-30T17:48:14Z</dc:date>
    </item>
    <item>
      <title>Re: OMIT multiple fields</title>
      <link>https://community.qlik.com/t5/QlikView/OMIT-multiple-fields/m-p/1703592#M706449</link>
      <description>&lt;P&gt;You can also link to a second table so your user table can be 1:Many without duplication.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;User table...&lt;/P&gt;&lt;P&gt;ACCESS,NTNAME,OMITGROUP&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Table with just the OMIT fields...&lt;/P&gt;&lt;P&gt;OMITGROUP, OMIT&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;See an example here...&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/t5/Qlik-Sense-Documents-Videos/Example-Section-Access-w-Data-Reduction-and-OMIT-linked-to-Show/ta-p/1565446" target="_blank"&gt;https://community.qlik.com/t5/Qlik-Sense-Documents-Videos/Example-Section-Access-w-Data-Reduction-and-OMIT-linked-to-Show/ta-p/1565446&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 19 May 2020 20:34:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/OMIT-multiple-fields/m-p/1703592#M706449</guid>
      <dc:creator>Michael_Reese</dc:creator>
      <dc:date>2020-05-19T20:34:45Z</dc:date>
    </item>
    <item>
      <title>Re: OMIT multiple fields</title>
      <link>https://community.qlik.com/t5/QlikView/OMIT-multiple-fields/m-p/1818979#M1213280</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/6826"&gt;@Michael_Reese&lt;/a&gt;&amp;nbsp;This is much more easily maintained than the response marked as the solution.&amp;nbsp; Thank you for providing the link.&lt;/P&gt;</description>
      <pubDate>Wed, 30 Jun 2021 20:56:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/OMIT-multiple-fields/m-p/1818979#M1213280</guid>
      <dc:creator>carlcimino</dc:creator>
      <dc:date>2021-06-30T20:56:00Z</dc:date>
    </item>
    <item>
      <title>Re: OMIT multiple fields</title>
      <link>https://community.qlik.com/t5/QlikView/OMIT-multiple-fields/m-p/1819171#M1213297</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/6826"&gt;@Michael_Reese&lt;/a&gt;&amp;nbsp; One thing I am having trouble with is when using the OmitGroup method and I don't have a value in that field (that user should have no fields ommitted) it gives me the access denied upon reload.&amp;nbsp; When OmitGroup is populated it works.&amp;nbsp; I've included screen shots and my script below.&amp;nbsp; Is there anything you see that I am doing incorrectly?&amp;nbsp; I followed your steps as closely as possible.&lt;BR /&gt;&lt;BR /&gt;Omit Group Populated returns "Access Denied after reload..."&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="carlcimino_1-1625153061579.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/57845i4F3F752039F11560/image-size/medium?v=v2&amp;amp;px=400" role="button" title="carlcimino_1-1625153061579.png" alt="carlcimino_1-1625153061579.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="carlcimino_3-1625153172317.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/57847i12F83AA7CD9AD9BA/image-size/medium?v=v2&amp;amp;px=400" role="button" title="carlcimino_3-1625153172317.png" alt="carlcimino_3-1625153172317.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="carlcimino_0-1625152946806.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/57844i821DF3B640A31647/image-size/medium?v=v2&amp;amp;px=400" role="button" title="carlcimino_0-1625152946806.png" alt="carlcimino_0-1625152946806.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;With it populated the runs sucessfully.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="carlcimino_2-1625153117898.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/57846i2B84573C77F57420/image-size/medium?v=v2&amp;amp;px=400" role="button" title="carlcimino_2-1625153117898.png" alt="carlcimino_2-1625153117898.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="carlcimino_4-1625153472884.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/57849iD3474107BBCDF951/image-size/medium?v=v2&amp;amp;px=400" role="button" title="carlcimino_4-1625153472884.png" alt="carlcimino_4-1625153472884.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Here's my section access script.&lt;/P&gt;&lt;P&gt;ALL_MAINAREA:&lt;BR /&gt;Load dual(FieldValue('Main Area', RecNo()), FieldValue('Main Area', RecNo())) as ALL_MAINAREA&lt;BR /&gt;AutoGenerate FieldValueCount('Main Area');&lt;/P&gt;&lt;P&gt;DISTINCT_MAINAREA:&lt;BR /&gt;Load Distinct&lt;BR /&gt;Concat(distinct ALL_MAINAREA, ';') as DISTINCT_MAINAREA&lt;BR /&gt;resident ALL_MAINAREA;&lt;/P&gt;&lt;P&gt;drop table ALL_MAINAREA;&lt;/P&gt;&lt;P&gt;ALL_TEAM:&lt;BR /&gt;Load dual(FieldValue('Team', RecNo()), FieldValue('Team', RecNo())) as ALL_TEAM&lt;BR /&gt;AutoGenerate FieldValueCount('Team');&lt;/P&gt;&lt;P&gt;DISTINCT_TEAM:&lt;BR /&gt;Load Distinct&lt;BR /&gt;Concat(distinct ALL_TEAM, ';') as DISTINCT_TEAM&lt;BR /&gt;resident ALL_TEAM;&lt;/P&gt;&lt;P&gt;drop table ALL_TEAM;&lt;/P&gt;&lt;P&gt;ALL_SUBTEAM:&lt;BR /&gt;Load dual(FieldValue('Sub-Team', RecNo()), FieldValue('Sub-Team', RecNo())) as ALL_SUBTEAM&lt;BR /&gt;AutoGenerate FieldValueCount('Sub-Team');&lt;/P&gt;&lt;P&gt;DISTINCT_SUBTEAM:&lt;BR /&gt;Load Distinct&lt;BR /&gt;Concat(distinct ALL_SUBTEAM, ';') as DISTINCT_SUBTEAM&lt;BR /&gt;resident ALL_SUBTEAM;&lt;/P&gt;&lt;P&gt;drop table ALL_SUBTEAM;&lt;/P&gt;&lt;P&gt;SubField_Security:&lt;BR /&gt;Load *&lt;BR /&gt;where exists(DATA_KEY)&lt;BR /&gt;;&lt;BR /&gt;Load&lt;BR /&gt;ACCESS&lt;BR /&gt;, NTNAME as USERID&lt;BR /&gt;, OMITGROUP&lt;BR /&gt;, if("Main Area" = 'ALL',&lt;BR /&gt;trim(upper(subfield((peek('DISTINCT_MAINAREA', 0, 'DISTINCT_MAINAREA')),';'))),&lt;BR /&gt;trim(upper(subfield("Main Area",';'))))&lt;/P&gt;&lt;P&gt;&amp;amp;'-'&amp;amp;&lt;/P&gt;&lt;P&gt;if("Team" = 'ALL',&lt;BR /&gt;trim(upper(subfield((peek('DISTINCT_TEAM', 0, 'DISTINCT_TEAM')),';'))),&lt;BR /&gt;trim(upper(subfield("Team",';'))))&lt;/P&gt;&lt;P&gt;&amp;amp;'-'&amp;amp;&lt;/P&gt;&lt;P&gt;if("Sub-Team" = 'ALL',&lt;BR /&gt;trim(upper(subfield((peek('DISTINCT_SUBTEAM', 0, 'DISTINCT_SUBTEAM')),';'))),&lt;BR /&gt;trim(upper(subfield("Sub-Team",';')))) as DATA_KEY&lt;BR /&gt;FROM [lib://Global_Finance_BIFileshare/IPA_Proforma_Reporting/Includes/IPA_Pro_Forma_Reporting_Section_Access.xlsx]&lt;BR /&gt;(ooxml, embedded labels, table is Sheet1);&lt;/P&gt;&lt;P&gt;drop Tables DISTINCT_MAINAREA, DISTINCT_TEAM, DISTINCT_SUBTEAM;&lt;/P&gt;&lt;P&gt;Section Access;&lt;/P&gt;&lt;P&gt;AUTHORIZATION:&lt;/P&gt;&lt;P&gt;NoConcatenate&lt;/P&gt;&lt;P&gt;Load Distinct&lt;BR /&gt;ACCESS,&lt;BR /&gt;USERID,&lt;BR /&gt;DATA_KEY,&lt;BR /&gt;OMITGROUP&lt;BR /&gt;resident SubField_Security;&lt;/P&gt;&lt;P&gt;OMIT_FIELDS:&lt;BR /&gt;LOAD&lt;BR /&gt;OMITGROUPID,&lt;BR /&gt;OMITGROUP,&lt;BR /&gt;OMIT&lt;BR /&gt;FROM [lib://Global_Finance_BIFileshare/IPA_Proforma_Reporting/Includes/IPA_Pro_Forma_Reporting_Section_Access.xlsx]&lt;BR /&gt;(ooxml, embedded labels, table is [Omit Group]);&lt;/P&gt;&lt;P&gt;Section Application;&lt;/P&gt;&lt;P&gt;OMIT_SHOWHIDE:&lt;BR /&gt;load Distinct&lt;BR /&gt;OMITGROUP as OMITGROUP_APP,&lt;BR /&gt;OMITGROUPID&lt;BR /&gt;Resident OMIT_FIELDS;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 01 Jul 2021 15:41:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/OMIT-multiple-fields/m-p/1819171#M1213297</guid>
      <dc:creator>carlcimino</dc:creator>
      <dc:date>2021-07-01T15:41:35Z</dc:date>
    </item>
    <item>
      <title>Re: OMIT multiple fields</title>
      <link>https://community.qlik.com/t5/QlikView/OMIT-multiple-fields/m-p/1964443#M1220282</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/16061"&gt;@carlcimino&lt;/a&gt;&amp;nbsp;.&amp;nbsp; Did you get it worked out?&amp;nbsp; If not, could you show the resulting tables?&amp;nbsp; I'll try to reproduce it.&lt;/P&gt;&lt;P&gt;You can turn off section access while still loading the security tables.&amp;nbsp; Make sure you are not reducing records out for those users.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Michael_Reese_0-1659587560472.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/85917i05C8013C0CB6933F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Michael_Reese_0-1659587560472.png" alt="Michael_Reese_0-1659587560472.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;ALL sees everything.&amp;nbsp; All offices.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Michael_Reese_1-1659587620773.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/85918i6B42B280EC7B8DE4/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Michael_Reese_1-1659587620773.png" alt="Michael_Reese_1-1659587620773.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 04 Aug 2022 04:38:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/OMIT-multiple-fields/m-p/1964443#M1220282</guid>
      <dc:creator>Michael_Reese</dc:creator>
      <dc:date>2022-08-04T04:38:07Z</dc:date>
    </item>
  </channel>
</rss>

