<?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 Issue with sheet wise access! Very urgent! in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Issue-with-sheet-wise-access-Very-urgent/m-p/191644#M53648</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rikab,&lt;/P&gt;&lt;P&gt;I had a glance at the script you uploaded , cause the method you use and the sheet_mapping both seem correct.&lt;/P&gt;&lt;P&gt;To get it to work, you'll have to write the code of your Sheet_Mapping table in the Application Section, NOT in the Access Section.&lt;/P&gt;&lt;P&gt;The sheets disappear when you type the sheet display conditions because the SH01 dimension is not "visible" from whithin the application when the sheet_mapping is not declared in the Application Section.&lt;/P&gt;&lt;P&gt;Hilaire&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 24 Mar 2010 14:51:24 GMT</pubDate>
    <dc:creator />
    <dc:date>2010-03-24T14:51:24Z</dc:date>
    <item>
      <title>Issue with sheet wise access! Very urgent!</title>
      <link>https://community.qlik.com/t5/QlikView/Issue-with-sheet-wise-access-Very-urgent/m-p/191643#M53647</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;With the attached script I am able to filter the data according to the user/admin user. But when I am trying to give the sheet wise access the sheet gets invisible as soon as i wrote "Sum(SH01)&amp;gt;=1" in the sheet condition. May i know what may be the cause for this.Why it is happening like that?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE ___default_attr="plain" class="jive_text_macro jive_macro_code" jivemacro="code"&gt;&lt;BR /&gt;//Script for sheet wise access which was not yet written in the edit script but before writing this sheet got invisible Sum(SH01)&amp;gt;=1 in the sheet condition.&lt;BR /&gt;Sheet_Mapping:&lt;BR /&gt;LOAD * INLINE&lt;BR /&gt;[&lt;BR /&gt;ACCESS, SH01, SH02&lt;BR /&gt;USER, 1, 0&lt;BR /&gt;ADMIN, 1, 1&lt;BR /&gt;];&lt;BR /&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;Hope some one can help me out!&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Rikab&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Mar 2010 08:16:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Issue-with-sheet-wise-access-Very-urgent/m-p/191643#M53647</guid>
      <dc:creator />
      <dc:date>2010-03-24T08:16:30Z</dc:date>
    </item>
    <item>
      <title>Issue with sheet wise access! Very urgent!</title>
      <link>https://community.qlik.com/t5/QlikView/Issue-with-sheet-wise-access-Very-urgent/m-p/191644#M53648</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rikab,&lt;/P&gt;&lt;P&gt;I had a glance at the script you uploaded , cause the method you use and the sheet_mapping both seem correct.&lt;/P&gt;&lt;P&gt;To get it to work, you'll have to write the code of your Sheet_Mapping table in the Application Section, NOT in the Access Section.&lt;/P&gt;&lt;P&gt;The sheets disappear when you type the sheet display conditions because the SH01 dimension is not "visible" from whithin the application when the sheet_mapping is not declared in the Application Section.&lt;/P&gt;&lt;P&gt;Hilaire&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Mar 2010 14:51:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Issue-with-sheet-wise-access-Very-urgent/m-p/191644#M53648</guid>
      <dc:creator />
      <dc:date>2010-03-24T14:51:24Z</dc:date>
    </item>
    <item>
      <title>Issue with sheet wise access! Very urgent!</title>
      <link>https://community.qlik.com/t5/QlikView/Issue-with-sheet-wise-access-Very-urgent/m-p/191645#M53649</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Hilaire!&lt;/P&gt;&lt;P&gt;I did not get your point. Sorry! can you please do the required changes in the script which i have attached. Will be thankful to you.&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Rikab&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Mar 2010 15:29:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Issue-with-sheet-wise-access-Very-urgent/m-p/191645#M53649</guid>
      <dc:creator />
      <dc:date>2010-03-24T15:29:10Z</dc:date>
    </item>
    <item>
      <title>Issue with sheet wise access! Very urgent!</title>
      <link>https://community.qlik.com/t5/QlikView/Issue-with-sheet-wise-access-Very-urgent/m-p/191646#M53650</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Rikab,&lt;/P&gt;&lt;P&gt;I have copied the Sheet_Mapping definition (your code above) in a QlikView application of mine, and tried to make some sheets visible or not depending on user profile (USER/ADMIN), with a condition "Sum(SH01)&amp;gt;=1" or "Max(SH01)=1" .... it worked perfectly !&lt;/P&gt;&lt;P&gt;The only way I could reproduce the "sheet gets invisible" thing is when I placed the Sheet_Mapping definition in the "Section Access", so I assumed that maybe you had done the same.&lt;/P&gt;&lt;P&gt;Your script has an implicit "Section Application" starting from line 1 to line 59, then an explicit "Section Access" lines 60-92, then an explicit "Section Application" starting at line 93.&lt;/P&gt;&lt;P&gt;My first post was just to check that you had put the Sheet_Mapping definition in an Application Section, because tables declared in the Access Section are not visible from whithin the application, which would make the "Sum(SH01)&amp;gt;=1" impossible to evaluate.&lt;/P&gt;&lt;P&gt;If I made a wrong assumption, maybe we'll have to dig a little deeper. Would you mind uploading the full script that does not work ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Mar 2010 16:47:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Issue-with-sheet-wise-access-Very-urgent/m-p/191646#M53650</guid>
      <dc:creator />
      <dc:date>2010-03-24T16:47:15Z</dc:date>
    </item>
    <item>
      <title>Issue with sheet wise access! Very urgent!</title>
      <link>https://community.qlik.com/t5/QlikView/Issue-with-sheet-wise-access-Very-urgent/m-p/191647#M53651</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Hilaire!&lt;/P&gt;&lt;P&gt;Thanks for your reply. As requested I have attached the script which i have used in my document. Please check and let me know where I am wrong.&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Rikab&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Mar 2010 05:42:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Issue-with-sheet-wise-access-Very-urgent/m-p/191647#M53651</guid>
      <dc:creator />
      <dc:date>2010-03-25T05:42:30Z</dc:date>
    </item>
  </channel>
</rss>

