<?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 Column level security with custom text in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Column-level-security-with-custom-text/m-p/1974909#M80422</link>
    <description>&lt;P&gt;HI All,&lt;/P&gt;
&lt;P&gt;my requirement is,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you Login as ADMIN, you will have all the access to all the data&lt;/P&gt;
&lt;TABLE width="418px"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD width="63.725px"&gt;Id&lt;/TD&gt;
&lt;TD width="63.85px"&gt;Name&lt;/TD&gt;
&lt;TD width="64.2375px"&gt;Product&lt;/TD&gt;
&lt;TD width="66.7625px"&gt;SSN&lt;/TD&gt;
&lt;TD width="66.7875px"&gt;Phone&lt;/TD&gt;
&lt;TD width="91.6375px"&gt;Region&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="63.725px"&gt;1&lt;/TD&gt;
&lt;TD width="63.85px"&gt;abc&lt;/TD&gt;
&lt;TD width="64.2375px"&gt;xyz&lt;/TD&gt;
&lt;TD width="66.7625px"&gt;100&lt;/TD&gt;
&lt;TD width="66.7875px"&gt;20&lt;/TD&gt;
&lt;TD width="91.6375px"&gt;US East&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="63.725px"&gt;2&lt;/TD&gt;
&lt;TD width="63.85px"&gt;dfr&lt;/TD&gt;
&lt;TD width="64.2375px"&gt;123&lt;/TD&gt;
&lt;TD width="66.7625px"&gt;200&lt;/TD&gt;
&lt;TD width="66.7875px"&gt;30&lt;/TD&gt;
&lt;TD width="91.6375px"&gt;US West&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you login as USER,&lt;/P&gt;
&lt;P&gt;the table structure should be same and I should not be able to see the SSN and Phone Info and instead of blank space I need to show "No access" message&lt;/P&gt;
&lt;TABLE width="470px"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD width="60.475px"&gt;Id&lt;/TD&gt;
&lt;TD width="61.4875px"&gt;Name&lt;/TD&gt;
&lt;TD width="64.75px"&gt;Product&lt;/TD&gt;
&lt;TD width="91.725px"&gt;SSN&lt;/TD&gt;
&lt;TD width="82.6625px"&gt;Phone&lt;/TD&gt;
&lt;TD width="107.9px"&gt;Region&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="60.475px"&gt;1&lt;/TD&gt;
&lt;TD width="61.4875px"&gt;abc&lt;/TD&gt;
&lt;TD width="64.75px"&gt;xyz&lt;/TD&gt;
&lt;TD width="91.725px"&gt;No Access&lt;/TD&gt;
&lt;TD width="82.6625px"&gt;No Access&lt;/TD&gt;
&lt;TD width="107.9px"&gt;US East&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="60.475px"&gt;2&lt;/TD&gt;
&lt;TD width="61.4875px"&gt;dfr&lt;/TD&gt;
&lt;TD width="64.75px"&gt;123&lt;/TD&gt;
&lt;TD width="91.725px"&gt;No Access&lt;/TD&gt;
&lt;TD width="82.6625px"&gt;No Access&lt;/TD&gt;
&lt;TD width="107.9px"&gt;US West&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I can get the desired result by using a condition at the UI level, but I don't want to go in that path, because we need to educate all the app developers to write the function at the UI side for&amp;nbsp; many number of columns to restrict the access, that's going to be a hell of a challenge.&lt;/P&gt;
&lt;P&gt;So, is there any way we write some function at the script level to display the custom text, instead of using function in UI side to display custom text?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;any help would be appreciated.&lt;/P&gt;
&lt;P&gt;Thank you,&lt;/P&gt;
&lt;P&gt;Raj.&lt;/P&gt;</description>
    <pubDate>Tue, 30 Aug 2022 14:46:59 GMT</pubDate>
    <dc:creator>sjar1290</dc:creator>
    <dc:date>2022-08-30T14:46:59Z</dc:date>
    <item>
      <title>Column level security with custom text</title>
      <link>https://community.qlik.com/t5/App-Development/Column-level-security-with-custom-text/m-p/1974909#M80422</link>
      <description>&lt;P&gt;HI All,&lt;/P&gt;
&lt;P&gt;my requirement is,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you Login as ADMIN, you will have all the access to all the data&lt;/P&gt;
&lt;TABLE width="418px"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD width="63.725px"&gt;Id&lt;/TD&gt;
&lt;TD width="63.85px"&gt;Name&lt;/TD&gt;
&lt;TD width="64.2375px"&gt;Product&lt;/TD&gt;
&lt;TD width="66.7625px"&gt;SSN&lt;/TD&gt;
&lt;TD width="66.7875px"&gt;Phone&lt;/TD&gt;
&lt;TD width="91.6375px"&gt;Region&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="63.725px"&gt;1&lt;/TD&gt;
&lt;TD width="63.85px"&gt;abc&lt;/TD&gt;
&lt;TD width="64.2375px"&gt;xyz&lt;/TD&gt;
&lt;TD width="66.7625px"&gt;100&lt;/TD&gt;
&lt;TD width="66.7875px"&gt;20&lt;/TD&gt;
&lt;TD width="91.6375px"&gt;US East&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="63.725px"&gt;2&lt;/TD&gt;
&lt;TD width="63.85px"&gt;dfr&lt;/TD&gt;
&lt;TD width="64.2375px"&gt;123&lt;/TD&gt;
&lt;TD width="66.7625px"&gt;200&lt;/TD&gt;
&lt;TD width="66.7875px"&gt;30&lt;/TD&gt;
&lt;TD width="91.6375px"&gt;US West&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you login as USER,&lt;/P&gt;
&lt;P&gt;the table structure should be same and I should not be able to see the SSN and Phone Info and instead of blank space I need to show "No access" message&lt;/P&gt;
&lt;TABLE width="470px"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD width="60.475px"&gt;Id&lt;/TD&gt;
&lt;TD width="61.4875px"&gt;Name&lt;/TD&gt;
&lt;TD width="64.75px"&gt;Product&lt;/TD&gt;
&lt;TD width="91.725px"&gt;SSN&lt;/TD&gt;
&lt;TD width="82.6625px"&gt;Phone&lt;/TD&gt;
&lt;TD width="107.9px"&gt;Region&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="60.475px"&gt;1&lt;/TD&gt;
&lt;TD width="61.4875px"&gt;abc&lt;/TD&gt;
&lt;TD width="64.75px"&gt;xyz&lt;/TD&gt;
&lt;TD width="91.725px"&gt;No Access&lt;/TD&gt;
&lt;TD width="82.6625px"&gt;No Access&lt;/TD&gt;
&lt;TD width="107.9px"&gt;US East&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="60.475px"&gt;2&lt;/TD&gt;
&lt;TD width="61.4875px"&gt;dfr&lt;/TD&gt;
&lt;TD width="64.75px"&gt;123&lt;/TD&gt;
&lt;TD width="91.725px"&gt;No Access&lt;/TD&gt;
&lt;TD width="82.6625px"&gt;No Access&lt;/TD&gt;
&lt;TD width="107.9px"&gt;US West&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I can get the desired result by using a condition at the UI level, but I don't want to go in that path, because we need to educate all the app developers to write the function at the UI side for&amp;nbsp; many number of columns to restrict the access, that's going to be a hell of a challenge.&lt;/P&gt;
&lt;P&gt;So, is there any way we write some function at the script level to display the custom text, instead of using function in UI side to display custom text?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;any help would be appreciated.&lt;/P&gt;
&lt;P&gt;Thank you,&lt;/P&gt;
&lt;P&gt;Raj.&lt;/P&gt;</description>
      <pubDate>Tue, 30 Aug 2022 14:46:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Column-level-security-with-custom-text/m-p/1974909#M80422</guid>
      <dc:creator>sjar1290</dc:creator>
      <dc:date>2022-08-30T14:46:59Z</dc:date>
    </item>
    <item>
      <title>Re: Column level security with custom text</title>
      <link>https://community.qlik.com/t5/App-Development/Column-level-security-with-custom-text/m-p/1975307#M80456</link>
      <description>&lt;P&gt;I'm not sure but I believe it won't be possible - at least not in your described way and/or without extra logic and/or extra efforts. The reason is the field-value for a certain record could have only a single value. If you want to show a user-depending value you need to query the user and to replace this value or to replace this field against another or maybe hiding the values.&lt;/P&gt;
&lt;P&gt;An alternatively could be to implement a&amp;nbsp;&lt;A href="https://community.qlik.com/t5/QlikView-Documents/Section-Access/ta-p/1493681" target="_blank"&gt;Section Access - Qlik Community - 1493681&lt;/A&gt;&amp;nbsp;which provides with OMIT a feature to remove these fields. Means these fields will be completely erased from the data-model so that you couldn't display 'no access'. Normally that's not a disadvantage else an intended behaviour to not to hint an user for the exists of restricted data.&lt;/P&gt;
&lt;P&gt;- Marcus&lt;/P&gt;</description>
      <pubDate>Wed, 31 Aug 2022 11:38:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Column-level-security-with-custom-text/m-p/1975307#M80456</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2022-08-31T11:38:00Z</dc:date>
    </item>
    <item>
      <title>Re: Column level security with custom text</title>
      <link>https://community.qlik.com/t5/App-Development/Column-level-security-with-custom-text/m-p/1975372#M80457</link>
      <description>&lt;P&gt;uSe &lt;STRONG&gt;OMIT&lt;/STRONG&gt; In Section access to OMIT access of&lt;/P&gt;
&lt;P&gt;i have tried Below Script. Showing For Sunil and Hiding for Vandana&lt;/P&gt;
&lt;P&gt;Section Access;&lt;BR /&gt;Load * inline[&lt;BR /&gt;ACCESS,USERID,OMIT&lt;BR /&gt;Admin,Sunil&lt;BR /&gt;User,Vandana,SSN&lt;BR /&gt;];&lt;BR /&gt;Star is *;&lt;BR /&gt;Section Application;&lt;BR /&gt;Load * Inline [&lt;BR /&gt;Id, Name, Product, SSN ,Phone, Region&lt;BR /&gt;1, abc ,xyz, 100 ,20 ,US, East&lt;BR /&gt;2, dfr ,123, 200 ,30, US ,West&lt;BR /&gt;];&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 31 Aug 2022 13:43:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Column-level-security-with-custom-text/m-p/1975372#M80457</guid>
      <dc:creator>SunilChauhan</dc:creator>
      <dc:date>2022-08-31T13:43:16Z</dc:date>
    </item>
  </channel>
</rss>

