<?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: Current Selection Conditional Values in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Current-Selection-Conditional-Values/m-p/884137#M308351</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would use Section Access to achieve this and attach the fields there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is automatically applied when you log in to the document and actually best practice.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dion&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Jul 2015 19:56:42 GMT</pubDate>
    <dc:creator>dionverbeke</dc:creator>
    <dc:date>2015-07-15T19:56:42Z</dc:date>
    <item>
      <title>Current Selection Conditional Values</title>
      <link>https://community.qlik.com/t5/QlikView/Current-Selection-Conditional-Values/m-p/884133#M308347</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a selection box for a user Geography level with 4 values - A,B,C,D.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to use the 'expression' in field to make a condition that if a certain user logs in (securities applied) then they see a certain set of values. The various levels were loaded as inline's so Securities do not reduce them. ie:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;User 1: A&lt;/P&gt;&lt;P&gt;User 2: A,B&lt;/P&gt;&lt;P&gt;User 3, A,B,C,D&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The issue that I am having is that I have been getting back 1,0,-1 and not original letter values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was thinking along the lines of this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(User='User 1', Level='A',(if(User='User 2', Level='A' or Level='B', Level))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can i achieve this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jul 2015 19:31:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Current-Selection-Conditional-Values/m-p/884133#M308347</guid>
      <dc:creator />
      <dc:date>2015-07-15T19:31:02Z</dc:date>
    </item>
    <item>
      <title>Re: Current Selection Conditional Values</title>
      <link>https://community.qlik.com/t5/QlikView/Current-Selection-Conditional-Values/m-p/884134#M308348</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You might be able to use OSUser() function&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If(OSUser() = 'blahblah', then this, else do that)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jul 2015 19:48:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Current-Selection-Conditional-Values/m-p/884134#M308348</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-07-15T19:48:05Z</dc:date>
    </item>
    <item>
      <title>Re: Current Selection Conditional Values</title>
      <link>https://community.qlik.com/t5/QlikView/Current-Selection-Conditional-Values/m-p/884135#M308349</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The issue that i am having is the returned values in the Selection box&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jul 2015 19:51:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Current-Selection-Conditional-Values/m-p/884135#M308349</guid>
      <dc:creator />
      <dc:date>2015-07-15T19:51:01Z</dc:date>
    </item>
    <item>
      <title>Re: Current Selection Conditional Values</title>
      <link>https://community.qlik.com/t5/QlikView/Current-Selection-Conditional-Values/m-p/884136#M308350</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not sure if I understand, is it possible for you to share a sample?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jul 2015 19:52:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Current-Selection-Conditional-Values/m-p/884136#M308350</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-07-15T19:52:26Z</dc:date>
    </item>
    <item>
      <title>Re: Current Selection Conditional Values</title>
      <link>https://community.qlik.com/t5/QlikView/Current-Selection-Conditional-Values/m-p/884137#M308351</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would use Section Access to achieve this and attach the fields there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is automatically applied when you log in to the document and actually best practice.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dion&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jul 2015 19:56:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Current-Selection-Conditional-Values/m-p/884137#M308351</guid>
      <dc:creator>dionverbeke</dc:creator>
      <dc:date>2015-07-15T19:56:42Z</dc:date>
    </item>
  </channel>
</rss>

