<?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 Currency Selection feature in QlikView in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Currency-Selection-feature-in-QlikView/m-p/106909#M7281</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;Our team has developed a QlikView application for banks offering multiple dashboards, there we have a feature of currency change, this way using the button with currency translation functions, we can quickly change from dollar to euro etc in "real time". For each calculation the expression contained several "IF"s for each currency, so when we selected the button, the values were accordingly changing.&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Now we want to adapt the app for QlikSense, so maybe anyone has ever done this before and if yes - how. We have tried to use variables and same "IF"s but that doesn't seem to be right solution. Does anyone have an idea, would be glad to hear from you, &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;thank you.&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 06 Aug 2018 04:26:38 GMT</pubDate>
    <dc:creator>zyevniyeva</dc:creator>
    <dc:date>2018-08-06T04:26:38Z</dc:date>
    <item>
      <title>Currency Selection feature in QlikView</title>
      <link>https://community.qlik.com/t5/App-Development/Currency-Selection-feature-in-QlikView/m-p/106909#M7281</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;Our team has developed a QlikView application for banks offering multiple dashboards, there we have a feature of currency change, this way using the button with currency translation functions, we can quickly change from dollar to euro etc in "real time". For each calculation the expression contained several "IF"s for each currency, so when we selected the button, the values were accordingly changing.&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Now we want to adapt the app for QlikSense, so maybe anyone has ever done this before and if yes - how. We have tried to use variables and same "IF"s but that doesn't seem to be right solution. Does anyone have an idea, would be glad to hear from you, &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;thank you.&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Aug 2018 04:26:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Currency-Selection-feature-in-QlikView/m-p/106909#M7281</guid>
      <dc:creator>zyevniyeva</dc:creator>
      <dc:date>2018-08-06T04:26:38Z</dc:date>
    </item>
    <item>
      <title>Re: Currency Selection feature in QlikView</title>
      <link>https://community.qlik.com/t5/App-Development/Currency-Selection-feature-in-QlikView/m-p/106910#M7282</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Zhanike,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think it can be done with the following extension and variable, as you mentioned.&lt;/P&gt;&lt;P&gt;&lt;A href="http://branch.qlik.com/#!/project/56728f52d1e497241ae697f8" title="http://branch.qlik.com/#!/project/56728f52d1e497241ae697f8"&gt;Qlik Branch&lt;/A&gt;&lt;/P&gt;&lt;P&gt;If not works, then try with variable, that defined at GUI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What was the pitfalls, that block the adaption?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can use the variable to count the result by currency&lt;/P&gt;&lt;P&gt;=[field] * $(currency_rate)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;G.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Aug 2018 09:22:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Currency-Selection-feature-in-QlikView/m-p/106910#M7282</guid>
      <dc:creator>undergrinder</dc:creator>
      <dc:date>2018-08-07T09:22:47Z</dc:date>
    </item>
    <item>
      <title>Re: Currency Selection feature in QlikView</title>
      <link>https://community.qlik.com/t5/App-Development/Currency-Selection-feature-in-QlikView/m-p/106911#M7283</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Wht is your If condition?&lt;/P&gt;&lt;P&gt;Do have currencies stored in a table or you hard coding it in front end?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Aug 2018 17:00:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Currency-Selection-feature-in-QlikView/m-p/106911#M7283</guid>
      <dc:creator>MK9885</dc:creator>
      <dc:date>2018-08-07T17:00:54Z</dc:date>
    </item>
  </channel>
</rss>

