<?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 Can we have Circular Reference between Section Access and Section Application table(s)? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Can-we-have-Circular-Reference-between-Section-Access-and/m-p/132786#M602607</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P lang="en-US" style="font-family: Calibri; font-size: 11.0pt;"&gt;Hi Friends,&lt;/P&gt;&lt;P style="font-family: arial; font-size: 10.0pt; color: #575757;"&gt;I would need some help to understand what happens while having Circular Reference between Section Access table and Section Application Table. I am also doing data reduction and using DMS Authorization(which may not matter here). But to my surprise, this is behaving differently for same user configuration, each time.&lt;/P&gt;&lt;P style="font-family: arial; font-size: 10.0pt; color: #575757;"&gt;To be precise, I have exactly similar requirement as scripted below. But for some reason, my Product list is very huge, so I can't build compound key of Customer and Product in my data model.&lt;/P&gt;&lt;P lang="en-US"&gt;&lt;/P&gt;&lt;P style="font-family: arial; font-size: 10.0pt; color: #575757;"&gt;&lt;SPAN lang="en-GB"&gt;I know QV tries to break the circular reference by making some tables loosely coupled.&lt;/SPAN&gt;&lt;SPAN lang="en-US"&gt; &lt;/SPAN&gt;&lt;SPAN lang="en-US" style="font-weight: bold;"&gt;But at times data reduction is not working completely&lt;/SPAN&gt;&lt;SPAN lang="en-GB"&gt;. So I just want to understand what is happening exactly on this case.&lt;/SPAN&gt;&lt;/P&gt;&lt;P lang="en-US"&gt;&lt;/P&gt;&lt;P style="font-family: arial; font-size: 10.0pt; color: #575757;"&gt;Section Access;&lt;/P&gt;&lt;P lang="en-US"&gt;&lt;/P&gt;&lt;P style="font-family: arial; font-size: 10.0pt; color: #575757;"&gt;Security:&amp;nbsp;&amp;nbsp; //IS_EXTERNAL_USER field tells if the user is external(outside domain), for them only few products are shown&lt;/P&gt;&lt;P style="font-family: arial; font-size: 10.0pt; color: #575757;"&gt;LOAD * Inline [&lt;/P&gt;&lt;P style="font-family: arial; font-size: 10.0pt; color: #575757;"&gt;NTNAME,CUSTOMERID,IS_EXTERNAL_USER&lt;/P&gt;&lt;P style="font-family: arial; font-size: 10.0pt; color: #575757;"&gt;ABCD,C1,0&lt;/P&gt;&lt;P style="font-family: arial; font-size: 10.0pt; color: #575757;"&gt;BCDE,C2,0&lt;/P&gt;&lt;P style="font-family: arial; font-size: 10.0pt; color: #575757;"&gt;CDEF,C1,1&lt;/P&gt;&lt;P style="font-family: arial; font-size: 10.0pt; color: #575757;"&gt;DEFG,C3,1&lt;/P&gt;&lt;P style="font-family: arial; font-size: 10.0pt; color: #575757;"&gt;];&lt;/P&gt;&lt;P lang="en-US"&gt;&lt;/P&gt;&lt;P style="font-family: arial; font-size: 10.0pt; color: #575757;"&gt;SECTION Application;&lt;/P&gt;&lt;P lang="en-US"&gt;&lt;/P&gt;&lt;P style="font-family: arial; font-size: 10.0pt; color: #575757;"&gt;Fact:&lt;/P&gt;&lt;P style="font-family: arial; font-size: 10.0pt; color: #575757;"&gt;LOAD * Inline [&lt;/P&gt;&lt;P style="font-family: arial; font-size: 10.0pt; color: #575757;"&gt;Date,Customer,Product,SoldAmount&lt;/P&gt;&lt;P style="font-family: arial; font-size: 10.0pt; color: #575757;"&gt;01/01/2010,Cust1,Prod1,120&lt;/P&gt;&lt;P style="font-family: arial; font-size: 10.0pt; color: #575757;"&gt;01/02/2010,Cust3,Prod2,415&lt;/P&gt;&lt;P style="font-family: arial; font-size: 10.0pt; color: #575757;"&gt;01/02/2010,Cust2,Prod3,150&lt;/P&gt;&lt;P style="font-family: arial; font-size: 10.0pt; color: #575757;"&gt;01/03/2010,Cust1,Prod4,155&lt;/P&gt;&lt;P style="font-family: arial; font-size: 10.0pt; color: #575757;"&gt;];&lt;/P&gt;&lt;P lang="en-US"&gt;&lt;/P&gt;&lt;P style="font-family: arial; font-size: 10.0pt; color: #575757;"&gt;Exclusive_Products_External: //this means, only products which are listed here will be shown to External users&lt;/P&gt;&lt;P style="font-family: arial; font-size: 10.0pt; color: #575757;"&gt;LOAD * Inline [&lt;/P&gt;&lt;P style="font-family: arial; font-size: 10.0pt; color: #575757;"&gt;IS_EXTERNAL_USER,Product&lt;/P&gt;&lt;P style="font-family: arial; font-size: 10.0pt; color: #575757;"&gt;1,Prod1&lt;/P&gt;&lt;P style="font-family: arial; font-size: 10.0pt; color: #575757;"&gt;1,Prod2&lt;/P&gt;&lt;P style="font-family: arial; font-size: 10.0pt; color: #575757;"&gt;];&lt;/P&gt;&lt;P lang="en-US"&gt;&lt;/P&gt;&lt;P style="font-family: arial; font-size: 10.0pt; color: #575757;"&gt;Customer:&lt;/P&gt;&lt;P style="font-family: arial; font-size: 10.0pt; color: #575757;"&gt;LOAD * Inline [&lt;/P&gt;&lt;P style="font-family: arial; font-size: 10.0pt; color: #575757;"&gt;CUSTOMERID,Customer&lt;/P&gt;&lt;P style="font-family: arial; font-size: 10.0pt; color: #575757;"&gt;C1,Cust1&lt;/P&gt;&lt;P style="font-family: arial; font-size: 10.0pt; color: #575757;"&gt;C2,Cust2&lt;/P&gt;&lt;P style="font-family: arial; font-size: 10.0pt; color: #575757;"&gt;C3,Cust3&lt;/P&gt;&lt;P style="font-family: arial; font-size: 10.0pt; color: #575757;"&gt;];&lt;/P&gt;&lt;P lang="en-US"&gt;&lt;/P&gt;&lt;P style="font-family: arial; font-size: 10.0pt; color: #575757;"&gt;Any explanation is appreciated!&lt;/P&gt;&lt;P lang="en-US"&gt;&lt;/P&gt;&lt;P style="font-family: arial; font-size: 10.0pt; color: #575757;"&gt;Thanks!&lt;/P&gt;&lt;P style="font-family: arial; font-size: 10.0pt; color: #575757;"&gt;Krishna.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 13 Aug 2018 09:07:38 GMT</pubDate>
    <dc:creator>krishPal24</dc:creator>
    <dc:date>2018-08-13T09:07:38Z</dc:date>
    <item>
      <title>Can we have Circular Reference between Section Access and Section Application table(s)?</title>
      <link>https://community.qlik.com/t5/QlikView/Can-we-have-Circular-Reference-between-Section-Access-and/m-p/132786#M602607</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P lang="en-US" style="font-family: Calibri; font-size: 11.0pt;"&gt;Hi Friends,&lt;/P&gt;&lt;P style="font-family: arial; font-size: 10.0pt; color: #575757;"&gt;I would need some help to understand what happens while having Circular Reference between Section Access table and Section Application Table. I am also doing data reduction and using DMS Authorization(which may not matter here). But to my surprise, this is behaving differently for same user configuration, each time.&lt;/P&gt;&lt;P style="font-family: arial; font-size: 10.0pt; color: #575757;"&gt;To be precise, I have exactly similar requirement as scripted below. But for some reason, my Product list is very huge, so I can't build compound key of Customer and Product in my data model.&lt;/P&gt;&lt;P lang="en-US"&gt;&lt;/P&gt;&lt;P style="font-family: arial; font-size: 10.0pt; color: #575757;"&gt;&lt;SPAN lang="en-GB"&gt;I know QV tries to break the circular reference by making some tables loosely coupled.&lt;/SPAN&gt;&lt;SPAN lang="en-US"&gt; &lt;/SPAN&gt;&lt;SPAN lang="en-US" style="font-weight: bold;"&gt;But at times data reduction is not working completely&lt;/SPAN&gt;&lt;SPAN lang="en-GB"&gt;. So I just want to understand what is happening exactly on this case.&lt;/SPAN&gt;&lt;/P&gt;&lt;P lang="en-US"&gt;&lt;/P&gt;&lt;P style="font-family: arial; font-size: 10.0pt; color: #575757;"&gt;Section Access;&lt;/P&gt;&lt;P lang="en-US"&gt;&lt;/P&gt;&lt;P style="font-family: arial; font-size: 10.0pt; color: #575757;"&gt;Security:&amp;nbsp;&amp;nbsp; //IS_EXTERNAL_USER field tells if the user is external(outside domain), for them only few products are shown&lt;/P&gt;&lt;P style="font-family: arial; font-size: 10.0pt; color: #575757;"&gt;LOAD * Inline [&lt;/P&gt;&lt;P style="font-family: arial; font-size: 10.0pt; color: #575757;"&gt;NTNAME,CUSTOMERID,IS_EXTERNAL_USER&lt;/P&gt;&lt;P style="font-family: arial; font-size: 10.0pt; color: #575757;"&gt;ABCD,C1,0&lt;/P&gt;&lt;P style="font-family: arial; font-size: 10.0pt; color: #575757;"&gt;BCDE,C2,0&lt;/P&gt;&lt;P style="font-family: arial; font-size: 10.0pt; color: #575757;"&gt;CDEF,C1,1&lt;/P&gt;&lt;P style="font-family: arial; font-size: 10.0pt; color: #575757;"&gt;DEFG,C3,1&lt;/P&gt;&lt;P style="font-family: arial; font-size: 10.0pt; color: #575757;"&gt;];&lt;/P&gt;&lt;P lang="en-US"&gt;&lt;/P&gt;&lt;P style="font-family: arial; font-size: 10.0pt; color: #575757;"&gt;SECTION Application;&lt;/P&gt;&lt;P lang="en-US"&gt;&lt;/P&gt;&lt;P style="font-family: arial; font-size: 10.0pt; color: #575757;"&gt;Fact:&lt;/P&gt;&lt;P style="font-family: arial; font-size: 10.0pt; color: #575757;"&gt;LOAD * Inline [&lt;/P&gt;&lt;P style="font-family: arial; font-size: 10.0pt; color: #575757;"&gt;Date,Customer,Product,SoldAmount&lt;/P&gt;&lt;P style="font-family: arial; font-size: 10.0pt; color: #575757;"&gt;01/01/2010,Cust1,Prod1,120&lt;/P&gt;&lt;P style="font-family: arial; font-size: 10.0pt; color: #575757;"&gt;01/02/2010,Cust3,Prod2,415&lt;/P&gt;&lt;P style="font-family: arial; font-size: 10.0pt; color: #575757;"&gt;01/02/2010,Cust2,Prod3,150&lt;/P&gt;&lt;P style="font-family: arial; font-size: 10.0pt; color: #575757;"&gt;01/03/2010,Cust1,Prod4,155&lt;/P&gt;&lt;P style="font-family: arial; font-size: 10.0pt; color: #575757;"&gt;];&lt;/P&gt;&lt;P lang="en-US"&gt;&lt;/P&gt;&lt;P style="font-family: arial; font-size: 10.0pt; color: #575757;"&gt;Exclusive_Products_External: //this means, only products which are listed here will be shown to External users&lt;/P&gt;&lt;P style="font-family: arial; font-size: 10.0pt; color: #575757;"&gt;LOAD * Inline [&lt;/P&gt;&lt;P style="font-family: arial; font-size: 10.0pt; color: #575757;"&gt;IS_EXTERNAL_USER,Product&lt;/P&gt;&lt;P style="font-family: arial; font-size: 10.0pt; color: #575757;"&gt;1,Prod1&lt;/P&gt;&lt;P style="font-family: arial; font-size: 10.0pt; color: #575757;"&gt;1,Prod2&lt;/P&gt;&lt;P style="font-family: arial; font-size: 10.0pt; color: #575757;"&gt;];&lt;/P&gt;&lt;P lang="en-US"&gt;&lt;/P&gt;&lt;P style="font-family: arial; font-size: 10.0pt; color: #575757;"&gt;Customer:&lt;/P&gt;&lt;P style="font-family: arial; font-size: 10.0pt; color: #575757;"&gt;LOAD * Inline [&lt;/P&gt;&lt;P style="font-family: arial; font-size: 10.0pt; color: #575757;"&gt;CUSTOMERID,Customer&lt;/P&gt;&lt;P style="font-family: arial; font-size: 10.0pt; color: #575757;"&gt;C1,Cust1&lt;/P&gt;&lt;P style="font-family: arial; font-size: 10.0pt; color: #575757;"&gt;C2,Cust2&lt;/P&gt;&lt;P style="font-family: arial; font-size: 10.0pt; color: #575757;"&gt;C3,Cust3&lt;/P&gt;&lt;P style="font-family: arial; font-size: 10.0pt; color: #575757;"&gt;];&lt;/P&gt;&lt;P lang="en-US"&gt;&lt;/P&gt;&lt;P style="font-family: arial; font-size: 10.0pt; color: #575757;"&gt;Any explanation is appreciated!&lt;/P&gt;&lt;P lang="en-US"&gt;&lt;/P&gt;&lt;P style="font-family: arial; font-size: 10.0pt; color: #575757;"&gt;Thanks!&lt;/P&gt;&lt;P style="font-family: arial; font-size: 10.0pt; color: #575757;"&gt;Krishna.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Aug 2018 09:07:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Can-we-have-Circular-Reference-between-Section-Access-and/m-p/132786#M602607</guid>
      <dc:creator>krishPal24</dc:creator>
      <dc:date>2018-08-13T09:07:38Z</dc:date>
    </item>
  </channel>
</rss>

