<?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: How to select default currency based on the user in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-select-default-currency-based-on-the-user/m-p/41911#M7089</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You will be having entity column to define the user country assuming you have connected the section acess with this entity field you automatically will have one record in that field . Now just use the on-open trigger to select the required value &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 02 May 2018 09:20:33 GMT</pubDate>
    <dc:creator>qliksus</dc:creator>
    <dc:date>2018-05-02T09:20:33Z</dc:date>
    <item>
      <title>How to select default currency based on the user</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-select-default-currency-based-on-the-user/m-p/41905#M7083</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have created sales dashboard and pulled in to access point. now the requirement is if india user login access point by default INR currency code need to select in list box, if a user login from USA by default it will be select USD.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have currency code column like below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" style="border: 1px solid rgb(0, 0, 0); width: 100%;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;currency code&lt;/STRONG&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;USD&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;INR&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;EUR&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Venkat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 May 2018 07:24:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-select-default-currency-based-on-the-user/m-p/41905#M7083</guid>
      <dc:creator>venkatbza</dc:creator>
      <dc:date>2018-05-02T07:24:47Z</dc:date>
    </item>
    <item>
      <title>Re: How to select default currency based on the user</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-select-default-currency-based-on-the-user/m-p/41906#M7084</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Venkat,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How does the user id look from the login side? Can you identify the location of the user based on their login name?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 May 2018 07:46:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-select-default-currency-based-on-the-user/m-p/41906#M7084</guid>
      <dc:creator>niclaz79</dc:creator>
      <dc:date>2018-05-02T07:46:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to select default currency based on the user</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-select-default-currency-based-on-the-user/m-p/41907#M7085</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Niclas,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;we have created section access and it is based on the nt name user can access report in access point.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Venkat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 May 2018 08:19:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-select-default-currency-based-on-the-user/m-p/41907#M7085</guid>
      <dc:creator>venkatbza</dc:creator>
      <dc:date>2018-05-02T08:19:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to select default currency based on the user</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-select-default-currency-based-on-the-user/m-p/41908#M7086</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, I understand that. But can you find within the username where the person is located?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you look at a textbox with the expression =OSUser() it returns who is logged in. So if in that name you see for instance the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;\\Company\India\A183221 where the 'India' portion is the location of the person you can in the start triggers of the document set:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(Subfield(OSUser(),'\',-2) = 'India', 'INR') for the currency field. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 May 2018 08:27:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-select-default-currency-based-on-the-user/m-p/41908#M7086</guid>
      <dc:creator>niclaz79</dc:creator>
      <dc:date>2018-05-02T08:27:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to select default currency based on the user</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-select-default-currency-based-on-the-user/m-p/41909#M7087</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Niclas,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your suggestion, in my report i need to show currency code filter in a list box. and in my section access script i have country code also, based on country code we are identifying the user.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Venkat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 May 2018 09:00:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-select-default-currency-based-on-the-user/m-p/41909#M7087</guid>
      <dc:creator>venkatbza</dc:creator>
      <dc:date>2018-05-02T09:00:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to select default currency based on the user</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-select-default-currency-based-on-the-user/m-p/41910#M7088</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Great, then you can reuse the country code you use to identify the user and set the currency selection in the trigger. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good luck! &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 May 2018 09:08:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-select-default-currency-based-on-the-user/m-p/41910#M7088</guid>
      <dc:creator>niclaz79</dc:creator>
      <dc:date>2018-05-02T09:08:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to select default currency based on the user</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-select-default-currency-based-on-the-user/m-p/41911#M7089</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You will be having entity column to define the user country assuming you have connected the section acess with this entity field you automatically will have one record in that field . Now just use the on-open trigger to select the required value &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 May 2018 09:20:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-select-default-currency-based-on-the-user/m-p/41911#M7089</guid>
      <dc:creator>qliksus</dc:creator>
      <dc:date>2018-05-02T09:20:33Z</dc:date>
    </item>
  </channel>
</rss>

