<?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 Amount Conversion Issue in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Amount-Conversion-Issue/m-p/65290#M789476</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear All,&lt;/P&gt;&lt;P&gt;I have a strange issue on amount conversion like ! ! FullAmount,Lacs etc.&lt;/P&gt;&lt;P&gt;Lets check below scenario.&lt;/P&gt;&lt;P&gt;I have inline table for amount conversion.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load*, Amount_Selection as [_Amount_Selection];&lt;/P&gt;&lt;P&gt;AmountSelection:&lt;/P&gt;&lt;P&gt;LOAD * INLINE [Amount_Selection, Amount_Number&lt;/P&gt;&lt;P&gt;FullAmount,1&lt;/P&gt;&lt;P&gt;Lacs,100000&lt;/P&gt;&lt;P&gt;Million,1000000&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And lets take some data.&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Store, Period, Sales&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; A, 4/1/2017, 2000000&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; A, 5/1/2017, 1500000&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; A, 4/30/2017, 6500000&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; A, 10/1/2017, 3000000&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; A, 12/1/2017, 5800000&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; B, 5/2/2017, 1000000&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; B, 4/30/2017, 5300000&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; B, 1/1/2018, 9800000&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now I have this chart as follows-&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Issue.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/192684_Issue.PNG" style="height: 222px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;in First Column I have sales amount from 1-4-2017 to 1/1/2018 &lt;/P&gt;&lt;P&gt;=sum({&amp;lt;Period={"&amp;gt;=$(vFinStart)&amp;lt;=$(vMonthEnd)"},Period=&amp;gt;}Sales)/Amount_Number&lt;/P&gt;&lt;P&gt;this means It will show each month sale amount in fullamount,Lacs etc.&lt;/P&gt;&lt;P&gt;But In this case Total sale matching, but except last row all month data showing null.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Second column:&amp;nbsp; if I write sale amount/1 this is working. But I can not use this I need flexible selection of Amount.&lt;/P&gt;&lt;P&gt;=sum({&amp;lt;Period={"&amp;gt;=$(vFinStart)&amp;lt;=$(vMonthEnd)"},Period=&amp;gt;}Sales)/1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Third Column: If I write sum(sale amount)/sum({&amp;lt;Period=&amp;gt;}Amount_Number) this is working.&lt;/P&gt;&lt;P&gt;=sum({&amp;lt;Period={"&amp;gt;=$(vFinStart)&amp;lt;=$(vMonthEnd)"},Period=&amp;gt;}Sales)/sum({&amp;lt;Period=&amp;gt;}Amount_Number)&lt;/P&gt;&lt;P&gt;But I have 200 Reports I can't change the expression in all reports.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any way to resolve this??&lt;/P&gt;&lt;P&gt;Thanks in Advance!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
    <dc:creator>prabir_c</dc:creator>
    <dc:date>2020-11-25T16:16:04Z</dc:date>
    <item>
      <title>Amount Conversion Issue</title>
      <link>https://community.qlik.com/t5/QlikView/Amount-Conversion-Issue/m-p/65290#M789476</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear All,&lt;/P&gt;&lt;P&gt;I have a strange issue on amount conversion like ! ! FullAmount,Lacs etc.&lt;/P&gt;&lt;P&gt;Lets check below scenario.&lt;/P&gt;&lt;P&gt;I have inline table for amount conversion.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load*, Amount_Selection as [_Amount_Selection];&lt;/P&gt;&lt;P&gt;AmountSelection:&lt;/P&gt;&lt;P&gt;LOAD * INLINE [Amount_Selection, Amount_Number&lt;/P&gt;&lt;P&gt;FullAmount,1&lt;/P&gt;&lt;P&gt;Lacs,100000&lt;/P&gt;&lt;P&gt;Million,1000000&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And lets take some data.&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Store, Period, Sales&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; A, 4/1/2017, 2000000&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; A, 5/1/2017, 1500000&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; A, 4/30/2017, 6500000&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; A, 10/1/2017, 3000000&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; A, 12/1/2017, 5800000&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; B, 5/2/2017, 1000000&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; B, 4/30/2017, 5300000&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; B, 1/1/2018, 9800000&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now I have this chart as follows-&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Issue.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/192684_Issue.PNG" style="height: 222px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;in First Column I have sales amount from 1-4-2017 to 1/1/2018 &lt;/P&gt;&lt;P&gt;=sum({&amp;lt;Period={"&amp;gt;=$(vFinStart)&amp;lt;=$(vMonthEnd)"},Period=&amp;gt;}Sales)/Amount_Number&lt;/P&gt;&lt;P&gt;this means It will show each month sale amount in fullamount,Lacs etc.&lt;/P&gt;&lt;P&gt;But In this case Total sale matching, but except last row all month data showing null.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Second column:&amp;nbsp; if I write sale amount/1 this is working. But I can not use this I need flexible selection of Amount.&lt;/P&gt;&lt;P&gt;=sum({&amp;lt;Period={"&amp;gt;=$(vFinStart)&amp;lt;=$(vMonthEnd)"},Period=&amp;gt;}Sales)/1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Third Column: If I write sum(sale amount)/sum({&amp;lt;Period=&amp;gt;}Amount_Number) this is working.&lt;/P&gt;&lt;P&gt;=sum({&amp;lt;Period={"&amp;gt;=$(vFinStart)&amp;lt;=$(vMonthEnd)"},Period=&amp;gt;}Sales)/sum({&amp;lt;Period=&amp;gt;}Amount_Number)&lt;/P&gt;&lt;P&gt;But I have 200 Reports I can't change the expression in all reports.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any way to resolve this??&lt;/P&gt;&lt;P&gt;Thanks in Advance!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Amount-Conversion-Issue/m-p/65290#M789476</guid>
      <dc:creator>prabir_c</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Amount Conversion Issue</title>
      <link>https://community.qlik.com/t5/QlikView/Amount-Conversion-Issue/m-p/65291#M789477</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Prabir,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i got your point, rather than using as it is field create&lt;STRONG&gt; one variable &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;V Number=&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=if(GetSelectedCount([Amount_Number])&amp;gt;1 or GetSelectedCount([Amount_Number])&amp;lt;1, 1,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; if(GetFieldSelections([Amount_Number])='Lakh',100000,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; if(GetFieldSelections([Amount_Number])='Fullamount',1,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; if(GetFieldSelections([Amount_Number])='Million',1000000)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; )&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; )&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; )&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And in Expression simply use:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;=sum({&amp;lt;Period={"&amp;gt;=$(vFinStart)&amp;lt;=$(vMonthEnd)"},Period=&amp;gt;}Sales)/&lt;STRONG&gt;$(vNumber)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Arvind Patil&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Feb 2018 12:27:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Amount-Conversion-Issue/m-p/65291#M789477</guid>
      <dc:creator>arvind_patil</dc:creator>
      <dc:date>2018-02-07T12:27:03Z</dc:date>
    </item>
    <item>
      <title>Re: Amount Conversion Issue</title>
      <link>https://community.qlik.com/t5/QlikView/Amount-Conversion-Issue/m-p/65292#M789478</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How about using this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=Sum({&amp;lt;Period={"&amp;gt;=$(vFinStart)&amp;lt;=$(vMonthEnd)"},Period=&amp;gt;}Sales&lt;SPAN style="color: #ff0000;"&gt;/Amount_Number&lt;/SPAN&gt;)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Feb 2018 12:48:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Amount-Conversion-Issue/m-p/65292#M789478</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-02-07T12:48:45Z</dc:date>
    </item>
    <item>
      <title>Re: Amount Conversion Issue</title>
      <link>https://community.qlik.com/t5/QlikView/Amount-Conversion-Issue/m-p/65293#M789479</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Arvind,&lt;/P&gt;&lt;P&gt;Thanks for your reply!&lt;/P&gt;&lt;P&gt;I have checked your resolution. it's working fine but as I have a large application in which multiple reports within 20 tabs. So, I can't change each &amp;amp; every report expression. Is there any way to do the same in script?&lt;/P&gt;&lt;P&gt;It will be a great help! &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Feb 2018 12:54:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Amount-Conversion-Issue/m-p/65293#M789479</guid>
      <dc:creator>prabir_c</dc:creator>
      <dc:date>2018-02-07T12:54:08Z</dc:date>
    </item>
    <item>
      <title>Re: Amount Conversion Issue</title>
      <link>https://community.qlik.com/t5/QlikView/Amount-Conversion-Issue/m-p/65294#M789480</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Prabir &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are a few things that need to be fixed within your model; I don't think you can achieve the desired output without changes to the expression as well as to how the two variables are set.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let's start with the variables; in your application you format the two date variables as &lt;SPAN style="font-size: 13.3333px;"&gt;DD/MM/YYYY (vMonthEnd&lt;/SPAN&gt;=Date(Max(Period),'DD/MM/YYYY')). The issue is that your date format in the application is different (i.e. &lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;MM/DD&lt;/STRONG&gt;/YYYY); so, your selections are not working with the set analysis. Also, in your set analysis you set the Period twice: {&amp;lt;Period={"&amp;gt;=$(vFinStart)&amp;lt;=$(vMonthEnd)"},Period=&amp;gt;}. this means that Period is always ignored (i.e. "Period=") and the variables are never working.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Moving on to the expression; apart from the issue with the variables, the amount you are dividing by needs to be defined within the same data set. If you apply a set analysis to part of the expression but not to all of it some of the values will return null because there is no data for those dimensions (again, because you have not applied set analysis consistently in your expression). See "Table box - no set analysis" to understand what is the impact to the default state when you are making selections.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've corrected the variable definitions and the formulas in your chart to show how I believe this should be implemented; see file test.qvw&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The other option you might have is to separate the selection of the Period from the default state. Please see file test2.qvw. In this scenario I've created another table in the load script (_Periods) where I just load the dates. I have then linked the two variables and the list box to this new table. So, making dates selection won't impact the default state. You still have the issue with the set analysis where you define period twice(&lt;SPAN style="font-size: 13.3333px;"&gt; {&amp;lt;Period={"&amp;gt;=$(vFinStart)&amp;lt;=$(vMonthEnd)"},&lt;STRONG&gt;Period=&lt;/STRONG&gt;&amp;gt;})&lt;/SPAN&gt;; I don't think you can avoid fixing it&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this is helpful&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Feb 2018 12:56:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Amount-Conversion-Issue/m-p/65294#M789480</guid>
      <dc:creator>lorenzoconforti</dc:creator>
      <dc:date>2018-02-07T12:56:11Z</dc:date>
    </item>
    <item>
      <title>Re: Amount Conversion Issue</title>
      <link>https://community.qlik.com/t5/QlikView/Amount-Conversion-Issue/m-p/65295#M789481</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Lorenzo,&lt;/P&gt;&lt;P&gt;Yes, You are right, I have a issue in my expression, &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt; {&amp;lt;Period={"&amp;gt;=$(vFinStart)&amp;lt;=$(vMonthEnd)"},&lt;STRONG&gt;Period=&lt;/STRONG&gt;&amp;gt;}.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;I have removed it, But till now it's not working as per your test2.qvw app.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="issue2.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/192714_issue2.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;And as per your test.qvw app you have write&lt;/P&gt;&lt;P&gt;=sum({&amp;lt;Period={"&amp;gt;=$(vFinStart)&amp;lt;=$(vMonthEnd)"}&amp;gt;}Sales)/&lt;STRONG&gt;only({&amp;lt;Period=&amp;gt;}Amount_Number&lt;/STRONG&gt;)&lt;/P&gt;&lt;P&gt;It's working, but i have to change this in all reports , all expression!!!!&lt;/P&gt;&lt;P&gt;So, Anyway.... Thanks for your efforts and reply!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Feb 2018 13:42:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Amount-Conversion-Issue/m-p/65295#M789481</guid>
      <dc:creator>prabir_c</dc:creator>
      <dc:date>2018-02-07T13:42:10Z</dc:date>
    </item>
    <item>
      <title>Re: Amount Conversion Issue</title>
      <link>https://community.qlik.com/t5/QlikView/Amount-Conversion-Issue/m-p/65296#M789482</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is this something you can do?&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;=Sum({&amp;lt;Period={"&amp;gt;=$(vFinStart)&amp;lt;=$(vMonthEnd)"},Period=&amp;gt;}Sales&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #ff0000;"&gt;/Amount_Number&lt;/SPAN&gt;)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Feb 2018 13:44:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Amount-Conversion-Issue/m-p/65296#M789482</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-02-07T13:44:45Z</dc:date>
    </item>
    <item>
      <title>Re: Amount Conversion Issue</title>
      <link>https://community.qlik.com/t5/QlikView/Amount-Conversion-Issue/m-p/65297#M789483</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunny,&lt;/P&gt;&lt;P&gt;Actually, I have to use this expression:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;=Sum({&amp;lt;Period={"&amp;gt;=$(vFinStart)&amp;lt;=$(vMonthEnd)"}&amp;gt;}Sales&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #ff0000;"&gt;/Amount_Number&lt;/SPAN&gt;)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;But I have to Change in All Expression..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Feb 2018 13:44:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Amount-Conversion-Issue/m-p/65297#M789483</guid>
      <dc:creator>prabir_c</dc:creator>
      <dc:date>2018-02-07T13:44:48Z</dc:date>
    </item>
    <item>
      <title>Re: Amount Conversion Issue</title>
      <link>https://community.qlik.com/t5/QlikView/Amount-Conversion-Issue/m-p/65298#M789484</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See attached test2.qvw file. I've updated the expressions behind the month selection&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, I've amended test.qvw following Sunny's feedback above&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't think you can get away without fixing the expressions&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Feb 2018 13:47:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Amount-Conversion-Issue/m-p/65298#M789484</guid>
      <dc:creator>lorenzoconforti</dc:creator>
      <dc:date>2018-02-07T13:47:29Z</dc:date>
    </item>
    <item>
      <title>Re: Amount Conversion Issue</title>
      <link>https://community.qlik.com/t5/QlikView/Amount-Conversion-Issue/m-p/65299#M789485</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Prabir,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can also try this attached solution.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Feb 2018 04:48:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Amount-Conversion-Issue/m-p/65299#M789485</guid>
      <dc:creator>susovan</dc:creator>
      <dc:date>2018-02-09T04:48:11Z</dc:date>
    </item>
    <item>
      <title>Re: Amount Conversion Issue</title>
      <link>https://community.qlik.com/t5/QlikView/Amount-Conversion-Issue/m-p/65300#M789486</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Susovan,&lt;/P&gt;&lt;P&gt;As per your solution, I don't have to change in each &amp;amp; every expression.&lt;/P&gt;&lt;P&gt;Just create a variable and it's done..&lt;/P&gt;&lt;P&gt;Thanks!!!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Feb 2018 07:29:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Amount-Conversion-Issue/m-p/65300#M789486</guid>
      <dc:creator>prabir_c</dc:creator>
      <dc:date>2018-02-09T07:29:15Z</dc:date>
    </item>
  </channel>
</rss>

