<?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 Reducing data with fields in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Reducing-data-with-fields/m-p/371247#M138080</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'm working on security in an app and i have to restrict data for each users. I've used access and application section with success, but i'm facing a problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can i say for a user that all values are possible for the field ? I tired * with staris function but doesn't work...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 27 Jul 2012 09:27:27 GMT</pubDate>
    <dc:creator>christophebrault</dc:creator>
    <dc:date>2012-07-27T09:27:27Z</dc:date>
    <item>
      <title>Reducing data with fields</title>
      <link>https://community.qlik.com/t5/QlikView/Reducing-data-with-fields/m-p/371247#M138080</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'm working on security in an app and i have to restrict data for each users. I've used access and application section with success, but i'm facing a problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can i say for a user that all values are possible for the field ? I tired * with staris function but doesn't work...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jul 2012 09:27:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reducing-data-with-fields/m-p/371247#M138080</guid>
      <dc:creator>christophebrault</dc:creator>
      <dc:date>2012-07-27T09:27:27Z</dc:date>
    </item>
    <item>
      <title>Re: Reducing data with fields</title>
      <link>https://community.qlik.com/t5/QlikView/Reducing-data-with-fields/m-p/371248#M138081</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;check out page 18 of the attached doc. * works only if ALL values are listed in the Section Access conecrning that field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;read and you wil figure it out.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jul 2012 09:32:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reducing-data-with-fields/m-p/371248#M138081</guid>
      <dc:creator>giakoum</dc:creator>
      <dc:date>2012-07-27T09:32:04Z</dc:date>
    </item>
    <item>
      <title>Re: Reducing data with fields</title>
      <link>https://community.qlik.com/t5/QlikView/Reducing-data-with-fields/m-p/371249#M138082</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I can confirm that you can use "*" with "star is *;" to say you want "every possible values".&lt;/P&gt;&lt;P&gt;Be sure you use CAPITALIZED letters in your groups for the "section access" part.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;Section Access;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ACCESS, USERID, PASSWORD, GROUP_COUNTRY&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ADMIN , ADMIN, ADMIN, ALL&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; USER, FRANCE, TEST, GRP_FR&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; USER, USA, TEST, GRP_USA&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; USER, ALL, TEST, ALL&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Section Application;&lt;/P&gt;&lt;P&gt;star is *;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;GROUP_COUNTRY:&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;GROUP_COUNTRY, Country&lt;/P&gt;&lt;P&gt;ALL, *&lt;/P&gt;&lt;P&gt;GRP_FR, France&lt;/P&gt;&lt;P&gt;GRP_USA, USA&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Country:&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;Country, Value&lt;/P&gt;&lt;P&gt;France, 200&lt;/P&gt;&lt;P&gt;Germany, 300&lt;/P&gt;&lt;P&gt;Japan, 500&lt;/P&gt;&lt;P&gt;USA, 1000&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="18969" class="jive-image" alt="2012-07-27_114057.png" src="https://community.qlik.com/legacyfs/online/18969_2012-07-27_114057.png" /&gt;&lt;/P&gt;&lt;P&gt;---&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="18970" class="jive-image" alt="2012-07-27_114137.png" src="https://community.qlik.com/legacyfs/online/18970_2012-07-27_114137.png" /&gt;&lt;/P&gt;&lt;P&gt;---&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="18971" class="jive-image" alt="2012-07-27_114207.png" src="https://community.qlik.com/legacyfs/online/18971_2012-07-27_114207.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jul 2012 09:43:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reducing-data-with-fields/m-p/371249#M138082</guid>
      <dc:creator />
      <dc:date>2012-07-27T09:43:12Z</dc:date>
    </item>
  </channel>
</rss>

