<?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 use Format command in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-use-Format-command/m-p/428684#M159790</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all.&lt;/P&gt;&lt;P&gt;I think the key was to know that "&amp;amp;" is the character used to concatenate the fields.&lt;/P&gt;&lt;P&gt;I use this expression&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;= Money(Only(TOT_AMOUNT), Only(CCY)&amp;amp;' #,##0.00;(' &amp;amp; Only(CCY) &amp;amp;' #,##0.00)')&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I thank all the team for your help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 18 Oct 2012 13:15:21 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-10-18T13:15:21Z</dc:date>
    <item>
      <title>How to use Format command</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-use-Format-command/m-p/428675#M159781</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello All.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This issue is disturbing me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I wld lik to format an amount in a text object&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I use this expressions : &lt;STRONG&gt;= Money(Only(TOT_AMOUNT),'XAF #,##0.00;XAF #,##0.00)'). &lt;/STRONG&gt;It works well. XAF is a currency.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But to globalize that expression, all my currecies are loaded in the field CCY, and i can get it by the following expression : &lt;STRONG&gt;= Only(CCY).&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When i use this expression : &lt;STRONG&gt;= Money(Only(TOT_AMOUNT),'&lt;/STRONG&gt;&lt;STRONG&gt;Only(CCY)&lt;/STRONG&gt;&lt;STRONG&gt; #,##0.00;&lt;/STRONG&gt;&lt;STRONG&gt;Only(CCY)&lt;/STRONG&gt;&lt;STRONG&gt; #,##0.00)'). &lt;/STRONG&gt;I have the screenshot below which is not correct display:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="23659" class="jive-image" alt="Wrong.bmp" src="https://community.qlik.com/legacyfs/online/23659_Wrong.bmp" /&gt;&lt;/P&gt;&lt;P&gt;May be there is a strategy to map that Only(CCY) to have the correct display.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please your help on that&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Oct 2012 11:46:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-use-Format-command/m-p/428675#M159781</guid>
      <dc:creator />
      <dc:date>2012-10-18T11:46:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to use Format command</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-use-Format-command/m-p/428676#M159782</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;using text object, you can display any one currency, when you sum all the amounts having different currencies, which currency you want to display ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Oct 2012 11:50:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-use-Format-command/m-p/428676#M159782</guid>
      <dc:creator />
      <dc:date>2012-10-18T11:50:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to use Format command</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-use-Format-command/m-p/428677#M159783</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hai&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You didn't get me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the expression &lt;STRONG&gt;=Only(CCY)&lt;/STRONG&gt; can give more than 5 currencies (XAF,XOF,USD,EUR,JPY,...).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like that when the user select one of those currency, the value change automatically.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in adavnce for your help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Oct 2012 11:57:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-use-Format-command/m-p/428677#M159783</guid>
      <dc:creator />
      <dc:date>2012-10-18T11:57:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to use Format command</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-use-Format-command/m-p/428678#M159784</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;declare a variable vCCY=getfieldselections(CCY) &amp;amp; use it in place of only(CCY) in ur expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Oct 2012 12:07:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-use-Format-command/m-p/428678#M159784</guid>
      <dc:creator />
      <dc:date>2012-10-18T12:07:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to use Format command</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-use-Format-command/m-p/428679#M159785</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear qlik_techie.&lt;/P&gt;&lt;P&gt;Let see the result below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="23665" class="jive-image" alt="ccy.bmp" src="https://community.qlik.com/legacyfs/online/23665_ccy.bmp" /&gt;&lt;/P&gt;&lt;P&gt;I think it's because that expression is used in a string.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How may i match an expression in a string by taking only the return value?&lt;/P&gt;&lt;P&gt;That is the question.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank in advance for your help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Oct 2012 12:16:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-use-Format-command/m-p/428679#M159785</guid>
      <dc:creator />
      <dc:date>2012-10-18T12:16:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to use Format command</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-use-Format-command/m-p/428680#M159786</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hai qlik_techie&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Nothing special without $ , see the screenshot&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="23666" class="jive-image" alt="res.bmp" src="https://community.qlik.com/legacyfs/online/23666_res.bmp" /&gt;&lt;/P&gt;&lt;P&gt;I think it's because that expression is used in a string.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How may i match an expression in a string by taking only the return value?&lt;/P&gt;&lt;P&gt;That is the question.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Standing by for your help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Oct 2012 12:26:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-use-Format-command/m-p/428680#M159786</guid>
      <dc:creator />
      <dc:date>2012-10-18T12:26:27Z</dc:date>
    </item>
    <item>
      <title>Re: How to use Format command</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-use-Format-command/m-p/428681#M159787</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;Please check the attached file..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Oct 2012 12:53:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-use-Format-command/m-p/428681#M159787</guid>
      <dc:creator>MayilVahanan</dc:creator>
      <dc:date>2012-10-18T12:53:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to use Format command</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-use-Format-command/m-p/428682#M159788</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mayil,&lt;/P&gt;&lt;P&gt;Please i'm unable to open the file bcoz i'm using Qlikview Personal Edition.&lt;/P&gt;&lt;P&gt;If there is an expression, please paste it here. I 'll test it&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Oct 2012 12:56:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-use-Format-command/m-p/428682#M159788</guid>
      <dc:creator />
      <dc:date>2012-10-18T12:56:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to use Format command</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-use-Format-command/m-p/428683#M159789</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;Try like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Money(Sum(Amount),vCurr&amp;amp;'$#,#00'))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where vCurr = GetFieldSelections(CurrencyField)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Oct 2012 13:02:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-use-Format-command/m-p/428683#M159789</guid>
      <dc:creator>MayilVahanan</dc:creator>
      <dc:date>2012-10-18T13:02:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to use Format command</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-use-Format-command/m-p/428684#M159790</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all.&lt;/P&gt;&lt;P&gt;I think the key was to know that "&amp;amp;" is the character used to concatenate the fields.&lt;/P&gt;&lt;P&gt;I use this expression&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;= Money(Only(TOT_AMOUNT), Only(CCY)&amp;amp;' #,##0.00;(' &amp;amp; Only(CCY) &amp;amp;' #,##0.00)')&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I thank all the team for your help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Oct 2012 13:15:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-use-Format-command/m-p/428684#M159790</guid>
      <dc:creator />
      <dc:date>2012-10-18T13:15:21Z</dc:date>
    </item>
  </channel>
</rss>

