<?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: Eliminate hard coding in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Eliminate-hard-coding/m-p/935681#M323035</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To display the username you didn't need any if-loop you could simply use:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;= osuser() // NT-User from access point&lt;/P&gt;&lt;P&gt;= qvuser() // section access user - might be different if you didn't use the NT-User for the section access&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 30 Aug 2015 16:37:19 GMT</pubDate>
    <dc:creator>marcus_sommer</dc:creator>
    <dc:date>2015-08-30T16:37:19Z</dc:date>
    <item>
      <title>Eliminate hard coding</title>
      <link>https://community.qlik.com/t5/QlikView/Eliminate-hard-coding/m-p/935680#M323034</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi gurus &lt;/P&gt;&lt;P&gt;I have user I'd,name in my section access field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have text object in dashboard. It will display user name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I written in text object like bellow.&lt;/P&gt;&lt;P&gt;If qv user =1,janson,&lt;/P&gt;&lt;P&gt;If qv user=2,Michele,admin.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Issue:if any user added in section access excel sheet.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If statement can't display the login user name in dashboard.&lt;/P&gt;&lt;P&gt;How to proceed on this situation.&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 30 Aug 2015 16:23:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Eliminate-hard-coding/m-p/935680#M323034</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-08-30T16:23:58Z</dc:date>
    </item>
    <item>
      <title>Re: Eliminate hard coding</title>
      <link>https://community.qlik.com/t5/QlikView/Eliminate-hard-coding/m-p/935681#M323035</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To display the username you didn't need any if-loop you could simply use:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;= osuser() // NT-User from access point&lt;/P&gt;&lt;P&gt;= qvuser() // section access user - might be different if you didn't use the NT-User for the section access&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 30 Aug 2015 16:37:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Eliminate-hard-coding/m-p/935681#M323035</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2015-08-30T16:37:19Z</dc:date>
    </item>
    <item>
      <title>Re: Eliminate hard coding</title>
      <link>https://community.qlik.com/t5/QlikView/Eliminate-hard-coding/m-p/935682#M323036</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Osuser and qv user will display user IDs .am I right?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want&amp;nbsp; to display corresponding name of the user&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your time&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 30 Aug 2015 16:46:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Eliminate-hard-coding/m-p/935682#M323036</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-08-30T16:46:15Z</dc:date>
    </item>
    <item>
      <title>Re: Eliminate hard coding</title>
      <link>https://community.qlik.com/t5/QlikView/Eliminate-hard-coding/m-p/935683#M323037</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;You can simply try&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OsUser() Or QVUser() functions for this, no need of if().&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 30 Aug 2015 16:47:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Eliminate-hard-coding/m-p/935683#M323037</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2015-08-30T16:47:07Z</dc:date>
    </item>
    <item>
      <title>Re: Eliminate hard coding</title>
      <link>https://community.qlik.com/t5/QlikView/Eliminate-hard-coding/m-p/935684#M323038</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;Load one table with user master table details like below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;UserID, Name&lt;/P&gt;&lt;P&gt;1, &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;janson&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;2, &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Michele&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Now in expression use like below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Only({&amp;lt;UserID={'$(=OSUser())'}&amp;gt;} Name)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OR&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;=Only({&amp;lt;UserID={'$(=QVUser())'}&amp;gt;} Name)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;Hope this helps you.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;Jagan.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 30 Aug 2015 16:49:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Eliminate-hard-coding/m-p/935684#M323038</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2015-08-30T16:49:45Z</dc:date>
    </item>
    <item>
      <title>Re: Eliminate hard coding</title>
      <link>https://community.qlik.com/t5/QlikView/Eliminate-hard-coding/m-p/935685#M323039</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Babu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you got the Answer close this thread by giving Correct Answer to the helpful post.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Sep 2015 05:32:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Eliminate-hard-coding/m-p/935685#M323039</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2015-09-02T05:32:30Z</dc:date>
    </item>
  </channel>
</rss>

