<?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 converter in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/currency-converter/m-p/236455#M87633</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;has anyone managed to do a currency converter in QV?&lt;/P&gt;&lt;P&gt;oliver&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 02 Mar 2011 14:41:36 GMT</pubDate>
    <dc:creator />
    <dc:date>2011-03-02T14:41:36Z</dc:date>
    <item>
      <title>currency converter</title>
      <link>https://community.qlik.com/t5/QlikView/currency-converter/m-p/236455#M87633</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;has anyone managed to do a currency converter in QV?&lt;/P&gt;&lt;P&gt;oliver&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Mar 2011 14:41:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/currency-converter/m-p/236455#M87633</guid>
      <dc:creator />
      <dc:date>2011-03-02T14:41:36Z</dc:date>
    </item>
    <item>
      <title>currency converter</title>
      <link>https://community.qlik.com/t5/QlikView/currency-converter/m-p/236456#M87634</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you elaborate on the requirements?&lt;/P&gt;&lt;P&gt;A table From - To? Considering rate changes in time?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Mar 2011 15:06:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/currency-converter/m-p/236456#M87634</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2011-03-02T15:06:05Z</dc:date>
    </item>
    <item>
      <title>currency converter</title>
      <link>https://community.qlik.com/t5/QlikView/currency-converter/m-p/236457#M87635</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Oliver,&lt;/P&gt;&lt;P&gt;please have a look on this track:&lt;/P&gt;&lt;P&gt;&lt;A href="http://community.qlik.com/media/p/76847.aspx"&gt;http://community.qlik.com/media/p/76847.aspx&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Maybe it´s helpful.&lt;/P&gt;&lt;P&gt;Good luck!&lt;/P&gt;&lt;P&gt;Rainer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Mar 2011 15:15:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/currency-converter/m-p/236457#M87635</guid>
      <dc:creator />
      <dc:date>2011-03-02T15:15:56Z</dc:date>
    </item>
    <item>
      <title>currency converter</title>
      <link>https://community.qlik.com/t5/QlikView/currency-converter/m-p/236458#M87636</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;aha&lt;/P&gt;&lt;P&gt;got it!&lt;/P&gt;&lt;P style="MARGIN:0cm 0cm 0pt;mso-layout-grid-align:none;"&gt;&lt;B&gt;SQL&lt;/B&gt; &lt;B&gt;SELECT&lt;/B&gt; accounting_period as Day,SalesMan,Revenue_net,&lt;/P&gt;&lt;P style="MARGIN:0cm 0cm 0pt;mso-layout-grid-align:none;"&gt;Revenue_currency as CCY&lt;/P&gt;&lt;P style="MARGIN:0cm 0cm 0pt;mso-layout-grid-align:none;"&gt;&lt;B&gt;FROM&lt;/B&gt; BRS2.dbo.Sales&lt;/P&gt;&lt;P style="MARGIN:0cm 0cm 0pt;mso-layout-grid-align:none;"&gt;where accounting_period&amp;gt;='01-jan-2010';&lt;/P&gt;&lt;P style="MARGIN:0cm 0cm 0pt;mso-layout-grid-align:none;"&gt;&lt;B&gt;SQL&lt;/B&gt; &lt;B&gt;SELECT&lt;/B&gt; *&lt;/P&gt;&lt;P style="MARGIN:0cm 0cm 0pt;mso-layout-grid-align:none;"&gt;&lt;B&gt;FROM&lt;/B&gt; BRS2.dbo.vwTime;&lt;/P&gt;&lt;P style="MARGIN:0cm 0cm 0pt;mso-layout-grid-align:none;"&gt;&lt;B&gt;SQL&lt;/B&gt; &lt;B&gt;SELECT&lt;/B&gt; CCY,ConversionDate as Day,RateUSD&lt;/P&gt;&lt;P style="MARGIN:0cm 0cm 0pt;mso-layout-grid-align:none;"&gt;&lt;B&gt;FROM&lt;/B&gt; BRS2.dbo.Exchange;&lt;/P&gt;&lt;P style="MARGIN:0cm 0cm 0pt;mso-layout-grid-align:none;"&gt;&lt;B&gt;SELECT&lt;/B&gt; iso as ConvertRevenueCCY&lt;/P&gt;&lt;P style="MARGIN:0cm 0cm 0pt;mso-layout-grid-align:none;"&gt;&lt;B&gt;FROM&lt;/B&gt; BRS2.dbo.CURRENCY ConvertRevenue;&lt;/P&gt;&lt;P style="MARGIN:0cm 0cm 0pt;mso-layout-grid-align:none;"&gt;&lt;B&gt;SQL&lt;/B&gt; &lt;B&gt;SELECT&lt;/B&gt; CCY as ConvertRevenueCCY,ConversionDate as Day,RateUSD as RateUSD2&lt;/P&gt;&lt;P style="MARGIN:0cm 0cm 0pt;mso-layout-grid-align:none;"&gt;&lt;B&gt;FROM&lt;/B&gt; BRS2.dbo.Exchange;&lt;/P&gt;&lt;P&gt;due to the calling of Exchange twice (with two differing Rate field names) QV sorts the schema out well&lt;/P&gt;&lt;P&gt;and if you put a list box on with "Always One Selected Value" for ConvertRevenueCCY and then create a trigger on that list box to add "GBP" when the report opens (instead fo the first alphabetical currency)&lt;/P&gt;&lt;P&gt;then create a graph with an expression as&lt;/P&gt;&lt;P&gt;sum(Revenue_net*RateUSD/RateUSD2)&lt;/P&gt;&lt;P&gt;it works&lt;/P&gt;&lt;P&gt;can't see any way around calling tables many times through, you can just link in multiple times in SQL Server, at least QV starts calling them with numbers on the end&lt;/P&gt;&lt;P&gt;oh and still can't change the format of my X axis to MMM-YY &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Mar 2011 15:44:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/currency-converter/m-p/236458#M87636</guid>
      <dc:creator />
      <dc:date>2011-03-02T15:44:08Z</dc:date>
    </item>
    <item>
      <title>currency converter</title>
      <link>https://community.qlik.com/t5/QlikView/currency-converter/m-p/236459#M87637</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;that seems like a web interface...tough to tell with personal edition &lt;IMG alt="Big Smile" src="http://community.qlik.com/emoticons/emotion-2.gif" /&gt;&lt;/P&gt;&lt;P&gt;was looking to imitate what SSAS does in the wizard...turn local currencies into any currency necessary&lt;/P&gt;&lt;P&gt;done it though, once i got past the way QV works...it was easy&lt;/P&gt;&lt;P&gt;can't see why you can't edit the table joins &lt;IMG alt="Big Smile" src="http://community.qlik.com/emoticons/emotion-2.gif" /&gt; that means your schema is either engineered for QV or you end up doing a lot of aliasing in the SQL&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Mar 2011 15:55:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/currency-converter/m-p/236459#M87637</guid>
      <dc:creator />
      <dc:date>2011-03-02T15:55:32Z</dc:date>
    </item>
  </channel>
</rss>

