<?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: Star is in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Star-is/m-p/2503011#M103544</link>
    <description>&lt;P&gt;STAR IS defines the wildcard used in section access.&lt;/P&gt;
&lt;P&gt;So if you specify e.g. STAR IS %; then you can use the % character in your section access to mean 'all listed values'.&lt;/P&gt;
&lt;P&gt;If you specify just STAR IS; with no character, that means that no wildcard character is applicable.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/qlikview/May2024/Subsystems/Client/Content/QV_QlikView/Scripting/ScriptRegularStatements/Star.htm" target="_blank" rel="noopener"&gt;Star | QlikView Help&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In your example, this would give USER1 access to A, B, C (but not D as it's not listed in the section access):&lt;/P&gt;
&lt;P&gt;STAR IS *;&lt;/P&gt;
&lt;P&gt;Section Access;&lt;/P&gt;
&lt;P&gt;Security:&lt;BR /&gt;load * Inline [&lt;BR /&gt;ACCESS,USERID, REDUCTION_FIELD&lt;BR /&gt;USER, DOMAIN/USER1, *&lt;BR /&gt;USER, DOMAIN/USER2, A&lt;BR /&gt;&lt;SPAN&gt;USER, DOMAIN/USER2, B&lt;BR /&gt;USER, DOMAIN/USER2, C&lt;BR /&gt;];&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;... in order for USER1 to see D, you'd need to do something like adding a dummy permission so that D is listed, e.g. an extra line in the section access:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;USER, DUMMY_USER, D&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 27 Jan 2025 10:00:41 GMT</pubDate>
    <dc:creator>Ben_P</dc:creator>
    <dc:date>2025-01-27T10:00:41Z</dc:date>
    <item>
      <title>Star is</title>
      <link>https://community.qlik.com/t5/App-Development/Star-is/m-p/2503007#M103542</link>
      <description>&lt;P&gt;Hello&lt;BR /&gt;long time I haven't used the STAR is&amp;nbsp;&amp;nbsp;&lt;BR /&gt;I'm trying to recall its usage now&lt;BR /&gt;correct me if I'm wrong&lt;BR /&gt;&lt;BR /&gt;Section Access;&lt;/P&gt;
&lt;P&gt;Securtity:&lt;BR /&gt;load * Inline [&lt;BR /&gt;ACCESS,USERID, REDUCTION_FIELD&lt;BR /&gt;USER, DOMAIN/USER1, &amp;lt;ANY&amp;gt;&lt;BR /&gt;USER, DOMAIN/USER2, A&lt;BR /&gt;&lt;SPAN&gt;USER, DOMAIN/USER2, B&lt;BR /&gt;USER, DOMAIN/USER2, C&lt;BR /&gt;];&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Section Application;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;FACT:&lt;BR /&gt;load * inlin [&lt;BR /&gt;REDUCTION_FIELD, DATE&lt;BR /&gt;A, JAN-2024&lt;BR /&gt;B, FEB-2024&lt;BR /&gt;C, MAR-2024&lt;BR /&gt;D, MAR-2024&lt;BR /&gt;...&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;];&lt;BR /&gt;&lt;BR /&gt;&lt;EM&gt;&lt;STRONG&gt;Does this mean that USER1 seas data related to A,B,C, and D?&lt;/STRONG&gt;&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;&lt;STRONG&gt;If not, then what is the approach to make USER1 see data to any value under the reduction field?&lt;/STRONG&gt;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 27 Jan 2025 09:59:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Star-is/m-p/2503007#M103542</guid>
      <dc:creator>ali_hijazi</dc:creator>
      <dc:date>2025-01-27T09:59:38Z</dc:date>
    </item>
    <item>
      <title>Re: Star is</title>
      <link>https://community.qlik.com/t5/App-Development/Star-is/m-p/2503011#M103544</link>
      <description>&lt;P&gt;STAR IS defines the wildcard used in section access.&lt;/P&gt;
&lt;P&gt;So if you specify e.g. STAR IS %; then you can use the % character in your section access to mean 'all listed values'.&lt;/P&gt;
&lt;P&gt;If you specify just STAR IS; with no character, that means that no wildcard character is applicable.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/qlikview/May2024/Subsystems/Client/Content/QV_QlikView/Scripting/ScriptRegularStatements/Star.htm" target="_blank" rel="noopener"&gt;Star | QlikView Help&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In your example, this would give USER1 access to A, B, C (but not D as it's not listed in the section access):&lt;/P&gt;
&lt;P&gt;STAR IS *;&lt;/P&gt;
&lt;P&gt;Section Access;&lt;/P&gt;
&lt;P&gt;Security:&lt;BR /&gt;load * Inline [&lt;BR /&gt;ACCESS,USERID, REDUCTION_FIELD&lt;BR /&gt;USER, DOMAIN/USER1, *&lt;BR /&gt;USER, DOMAIN/USER2, A&lt;BR /&gt;&lt;SPAN&gt;USER, DOMAIN/USER2, B&lt;BR /&gt;USER, DOMAIN/USER2, C&lt;BR /&gt;];&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;... in order for USER1 to see D, you'd need to do something like adding a dummy permission so that D is listed, e.g. an extra line in the section access:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;USER, DUMMY_USER, D&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 27 Jan 2025 10:00:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Star-is/m-p/2503011#M103544</guid>
      <dc:creator>Ben_P</dc:creator>
      <dc:date>2025-01-27T10:00:41Z</dc:date>
    </item>
    <item>
      <title>Re: Star is</title>
      <link>https://community.qlik.com/t5/App-Development/Star-is/m-p/2503012#M103545</link>
      <description>&lt;P&gt;you didn't answer my question&lt;BR /&gt;what do you mean by all listed values?&lt;/P&gt;</description>
      <pubDate>Mon, 27 Jan 2025 09:57:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Star-is/m-p/2503012#M103545</guid>
      <dc:creator>ali_hijazi</dc:creator>
      <dc:date>2025-01-27T09:57:44Z</dc:date>
    </item>
    <item>
      <title>Re: Star is</title>
      <link>https://community.qlik.com/t5/App-Development/Star-is/m-p/2503013#M103546</link>
      <description>&lt;P&gt;All values that are listed in the section access. I've edited my post above to give an example.&lt;/P&gt;</description>
      <pubDate>Mon, 27 Jan 2025 10:02:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Star-is/m-p/2503013#M103546</guid>
      <dc:creator>Ben_P</dc:creator>
      <dc:date>2025-01-27T10:02:49Z</dc:date>
    </item>
  </channel>
</rss>

