<?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 HELLLLPPPP Please... in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/HELLLLPPPP-Please/m-p/270228#M101351</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;vCurr= FieldValue ( 'ExchangeRate',FieldIndex('LocalCurrency' , 'USD')) --&amp;gt; that is working well, but then I can't selecting other Currency... because it's fix defined....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 13 Aug 2011 17:29:27 GMT</pubDate>
    <dc:creator />
    <dc:date>2011-08-13T17:29:27Z</dc:date>
    <item>
      <title>HELLLLPPPP Please...</title>
      <link>https://community.qlik.com/t5/QlikView/HELLLLPPPP-Please/m-p/270224#M101347</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please&amp;nbsp; I need HELP!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a table currency... everything is working fine...&lt;/P&gt;&lt;P&gt;But I have just one Problem, without selecting it should take the USD&lt;/P&gt;&lt;P&gt;I have a problem:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is my table:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Currency:&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; LocalCurrency, ExchangeRate&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; AUD, 1.0908&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; CAD, 1.0187&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; EUR, 0.7399&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; GBP, 0.6650&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; USD, 1.0000&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My Variable:&lt;/P&gt;&lt;P&gt;vCurrency=MaxString(ExchangeRate)&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ---&amp;gt;&amp;gt;&amp;gt;&amp;gt; Here is my Problem!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need something that should take the USD Currency&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the MaxString take the AUD, the MinString take the GBP... is logical, but there is nothing to tell take the middle one.. because USD is 1.0000 and it is in the middle so I tried with the median.. but it doesnt work...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I fix this Problem.... I need HELP....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 13 Aug 2011 14:13:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/HELLLLPPPP-Please/m-p/270224#M101347</guid>
      <dc:creator />
      <dc:date>2011-08-13T14:13:52Z</dc:date>
    </item>
    <item>
      <title>HELLLLPPPP Please...</title>
      <link>https://community.qlik.com/t5/QlikView/HELLLLPPPP-Please/m-p/270225#M101348</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello jenni,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try this expression:&lt;/P&gt;&lt;P&gt;vCurr= FieldValue ( 'ExchangeRate',FieldIndex('LocalCurrency' , 'USD'))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HtH&lt;/P&gt;&lt;P&gt;Roland&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 13 Aug 2011 16:53:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/HELLLLPPPP-Please/m-p/270225#M101348</guid>
      <dc:creator />
      <dc:date>2011-08-13T16:53:14Z</dc:date>
    </item>
    <item>
      <title>HELLLLPPPP Please...</title>
      <link>https://community.qlik.com/t5/QlikView/HELLLLPPPP-Please/m-p/270226#M101349</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;in addition to my post above:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;vCurr= USD;&lt;/P&gt;&lt;P&gt;vCurrVal= FieldValue ( 'ExchangeRate',FieldIndex('LocalCurrency' , '$(vCurr)'));&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This makes it more flexible and better readable, in my oppinion.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RR&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 13 Aug 2011 16:56:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/HELLLLPPPP-Please/m-p/270226#M101349</guid>
      <dc:creator />
      <dc:date>2011-08-13T16:56:15Z</dc:date>
    </item>
    <item>
      <title>Re: HELLLLPPPP Please...</title>
      <link>https://community.qlik.com/t5/QlikView/HELLLLPPPP-Please/m-p/270227#M101350</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;First, Thank you Roland for ur help! I've already tried with the FieldValue... and it dosent give me the right output &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/sad.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am searching for other solution...&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;I uploaded my app...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what I want it is : like "minString or maxString" to peek the String of USD....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Everything working very well, but I just need, If nobody selecting the currency it should be in USD... Therefore I need somthing like maxString or kind of that...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you please have look.... I am lost there...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 13 Aug 2011 17:20:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/HELLLLPPPP-Please/m-p/270227#M101350</guid>
      <dc:creator />
      <dc:date>2011-08-13T17:20:04Z</dc:date>
    </item>
    <item>
      <title>HELLLLPPPP Please...</title>
      <link>https://community.qlik.com/t5/QlikView/HELLLLPPPP-Please/m-p/270228#M101351</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;vCurr= FieldValue ( 'ExchangeRate',FieldIndex('LocalCurrency' , 'USD')) --&amp;gt; that is working well, but then I can't selecting other Currency... because it's fix defined....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 13 Aug 2011 17:29:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/HELLLLPPPP-Please/m-p/270228#M101351</guid>
      <dc:creator />
      <dc:date>2011-08-13T17:29:27Z</dc:date>
    </item>
    <item>
      <title>Re: HELLLLPPPP Please...</title>
      <link>https://community.qlik.com/t5/QlikView/HELLLLPPPP-Please/m-p/270229#M101352</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;try to include a "if" condition in your variable as follow:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;vCurrency=if(CurrencyCode ='AUD' OR CurrencyCode='CAD' OR CurrencyCode='EUR'&amp;nbsp; OR CurrencyCode='GBP', maxString(ExchangeRate),1.0000).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Of course this wouldn't be adequate if u had hundreds of Currency codes for instance. Still working on it...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 13 Aug 2011 19:16:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/HELLLLPPPP-Please/m-p/270229#M101352</guid>
      <dc:creator />
      <dc:date>2011-08-13T19:16:11Z</dc:date>
    </item>
    <item>
      <title>HELLLLPPPP Please...</title>
      <link>https://community.qlik.com/t5/QlikView/HELLLLPPPP-Please/m-p/270230#M101353</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;THANK you SO much!!!!!!!!!! ! It's a certification task ... where I was lost... Thanks a lot!!!!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 13 Aug 2011 20:07:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/HELLLLPPPP-Please/m-p/270230#M101353</guid>
      <dc:creator />
      <dc:date>2011-08-13T20:07:00Z</dc:date>
    </item>
    <item>
      <title>Re: HELLLLPPPP Please...</title>
      <link>https://community.qlik.com/t5/QlikView/HELLLLPPPP-Please/m-p/270231#M101354</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Your welcome, it’s a pleasure!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 13 Aug 2011 20:40:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/HELLLLPPPP-Please/m-p/270231#M101354</guid>
      <dc:creator />
      <dc:date>2011-08-13T20:40:31Z</dc:date>
    </item>
  </channel>
</rss>

