<?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: weird issue with chart level formatting calculation,pl need help in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/weird-issue-with-chart-level-formatting-calculation-pl-need-help/m-p/727877#M1069260</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Rudolf,&lt;/P&gt;&lt;P&gt;thanks for explaining the problem happening with the above issue.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;I tried this round (diff: round(diff))... but it shows syntax error, request you to be little elaborate with this expression as ':' is causing a problem and where to use this ??&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;sahana.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 22 Aug 2014 08:58:36 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-08-22T08:58:36Z</dc:date>
    <item>
      <title>weird issue with chart level formatting calculation,pl need help</title>
      <link>https://community.qlik.com/t5/QlikView/weird-issue-with-chart-level-formatting-calculation-pl-need-help/m-p/727873#M1069255</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 would request help from someone to resolve the below issuw.&lt;/P&gt;&lt;P&gt;In the attached file you can see a table with many columns.&lt;/P&gt;&lt;P&gt;considering 3 main columns:&lt;/P&gt;&lt;P&gt;1)current option price&lt;/P&gt;&lt;P&gt;2)option&lt;/P&gt;&lt;P&gt;3)diff= 1-2&lt;/P&gt;&lt;P&gt;I need to get the MTM. = Qty* diff.=0000&lt;/P&gt;&lt;P&gt;but I am not getting my MTM zero due to some format error probably as I am restricting the option values decimal places in chart level.&lt;/P&gt;&lt;P&gt;Please can some one guide me what is wrong here??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sahana&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Aug 2014 07:26:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/weird-issue-with-chart-level-formatting-calculation-pl-need-help/m-p/727873#M1069255</guid>
      <dc:creator />
      <dc:date>2014-08-22T07:26:29Z</dc:date>
    </item>
    <item>
      <title>Re: weird issue with chart level formatting calculation,pl need help</title>
      <link>https://community.qlik.com/t5/QlikView/weird-issue-with-chart-level-formatting-calculation-pl-need-help/m-p/727874#M1069257</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi ,&lt;/P&gt;&lt;P&gt;can anyone help on above issue pl??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Aug 2014 08:20:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/weird-issue-with-chart-level-formatting-calculation-pl-need-help/m-p/727874#M1069257</guid>
      <dc:creator />
      <dc:date>2014-08-22T08:20:53Z</dc:date>
    </item>
    <item>
      <title>Re: weird issue with chart level formatting calculation,pl need help</title>
      <link>https://community.qlik.com/t5/QlikView/weird-issue-with-chart-level-formatting-calculation-pl-need-help/m-p/727875#M1069258</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;your formula is correct.&lt;/P&gt;&lt;P&gt;If you define the number Format for the column diff to decimal with 4 positions you will notice&lt;/P&gt;&lt;P&gt;that diff is mostly not 0 but e.g. 0.0003 etc. So MTM Shows (9) as -25.0000*0.00035 = -8.745&lt;/P&gt;&lt;P&gt;Qlikview internally calculates with the exact number even if shown 0&lt;/P&gt;&lt;P&gt;If you Need MTM = 0 you have to use round (diff: round(diff))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this answers your question.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Aug 2014 08:47:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/weird-issue-with-chart-level-formatting-calculation-pl-need-help/m-p/727875#M1069258</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-08-22T08:47:12Z</dc:date>
    </item>
    <item>
      <title>Re: weird issue with chart level formatting calculation,pl need help</title>
      <link>https://community.qlik.com/t5/QlikView/weird-issue-with-chart-level-formatting-calculation-pl-need-help/m-p/727876#M1069259</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;simply goto properties-&amp;gt; number-&amp;gt; select MTM-&amp;gt;Money-&amp;gt;&lt;/P&gt;&lt;P&gt;add this in text &lt;/P&gt;&lt;P&gt;#,##0;(#,##0&lt;STRONG&gt;.##&lt;/STRONG&gt;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Aug 2014 08:57:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/weird-issue-with-chart-level-formatting-calculation-pl-need-help/m-p/727876#M1069259</guid>
      <dc:creator>SunilChauhan</dc:creator>
      <dc:date>2014-08-22T08:57:13Z</dc:date>
    </item>
    <item>
      <title>Re: weird issue with chart level formatting calculation,pl need help</title>
      <link>https://community.qlik.com/t5/QlikView/weird-issue-with-chart-level-formatting-calculation-pl-need-help/m-p/727877#M1069260</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Rudolf,&lt;/P&gt;&lt;P&gt;thanks for explaining the problem happening with the above issue.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;I tried this round (diff: round(diff))... but it shows syntax error, request you to be little elaborate with this expression as ':' is causing a problem and where to use this ??&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;sahana.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Aug 2014 08:58:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/weird-issue-with-chart-level-formatting-calculation-pl-need-help/m-p/727877#M1069260</guid>
      <dc:creator />
      <dc:date>2014-08-22T08:58:36Z</dc:date>
    </item>
    <item>
      <title>Re: weird issue with chart level formatting calculation,pl need help</title>
      <link>https://community.qlik.com/t5/QlikView/weird-issue-with-chart-level-formatting-calculation-pl-need-help/m-p/727878#M1069261</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG alt="Chart.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/64998_Chart.png" style="width: 620px; height: 348px;" /&gt;Hi,&lt;/P&gt;&lt;P&gt;wow, your Chart has under Properties and General the Option "Separated" (don't know the exact wording)&lt;/P&gt;&lt;P&gt;with that Option set no Change applies. If you Change this Option it should work.&lt;/P&gt;&lt;P&gt;please try.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Aug 2014 09:17:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/weird-issue-with-chart-level-formatting-calculation-pl-need-help/m-p/727878#M1069261</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-08-22T09:17:05Z</dc:date>
    </item>
    <item>
      <title>Re: weird issue with chart level formatting calculation,pl need help</title>
      <link>https://community.qlik.com/t5/QlikView/weird-issue-with-chart-level-formatting-calculation-pl-need-help/m-p/727879#M1069262</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;
&lt;P&gt;Rudolf Linder wrote:&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;... your Chart has under Properties and General the Option "Separated" (don't know the exact wording)...&lt;/P&gt;

&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;that would be Detached in the English version&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Aug 2014 09:22:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/weird-issue-with-chart-level-formatting-calculation-pl-need-help/m-p/727879#M1069262</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2014-08-22T09:22:50Z</dc:date>
    </item>
    <item>
      <title>Re: weird issue with chart level formatting calculation,pl need help</title>
      <link>https://community.qlik.com/t5/QlikView/weird-issue-with-chart-level-formatting-calculation-pl-need-help/m-p/727880#M1069263</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes,its "detached",I checked the box,but still not working &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/sad.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Aug 2014 09:38:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/weird-issue-with-chart-level-formatting-calculation-pl-need-help/m-p/727880#M1069263</guid>
      <dc:creator />
      <dc:date>2014-08-22T09:38:48Z</dc:date>
    </item>
    <item>
      <title>Re: weird issue with chart level formatting calculation,pl need help</title>
      <link>https://community.qlik.com/t5/QlikView/weird-issue-with-chart-level-formatting-calculation-pl-need-help/m-p/727881#M1069264</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG alt="Chart2.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/65003_Chart2.png" style="width: 620px; height: 349px;" /&gt;really weird&lt;/P&gt;&lt;P&gt;for diff I have the formula: round([Market Price]-"option")) and it works&lt;/P&gt;&lt;P&gt;I tested it with your Version.&lt;/P&gt;&lt;P&gt;What is exactly the error message/probem if you use round?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Aug 2014 09:49:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/weird-issue-with-chart-level-formatting-calculation-pl-need-help/m-p/727881#M1069264</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-08-22T09:49:58Z</dc:date>
    </item>
    <item>
      <title>Re: Re: weird issue with chart level formatting calculation,pl need help</title>
      <link>https://community.qlik.com/t5/QlikView/weird-issue-with-chart-level-formatting-calculation-pl-need-help/m-p/727882#M1069265</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;there is no error actually,I used the same formula,but the MTM doesn't become zero.I have attached the file in which I have done the changes but it still does not work.&lt;/P&gt;&lt;P&gt;Can you please post my version of application in which you mentioned it worked after you tried ???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sahana&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Aug 2014 10:09:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/weird-issue-with-chart-level-formatting-calculation-pl-need-help/m-p/727882#M1069265</guid>
      <dc:creator />
      <dc:date>2014-08-22T10:09:45Z</dc:date>
    </item>
    <item>
      <title>Re: Re: weird issue with chart level formatting calculation,pl need help</title>
      <link>https://community.qlik.com/t5/QlikView/weird-issue-with-chart-level-formatting-calculation-pl-need-help/m-p/727883#M1069266</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;sure, I hope that it works with your Environment as well&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/sad.png" /&gt; how do i insert a qvw file (it would be my first time)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Aug 2014 10:18:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/weird-issue-with-chart-level-formatting-calculation-pl-need-help/m-p/727883#M1069266</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-08-22T10:18:17Z</dc:date>
    </item>
    <item>
      <title>Re: weird issue with chart level formatting calculation,pl need help</title>
      <link>https://community.qlik.com/t5/QlikView/weird-issue-with-chart-level-formatting-calculation-pl-need-help/m-p/727884#M1069267</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I found it, hope that it works!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Aug 2014 10:30:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/weird-issue-with-chart-level-formatting-calculation-pl-need-help/m-p/727884#M1069267</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-08-22T10:30:40Z</dc:date>
    </item>
    <item>
      <title>Re: Re: weird issue with chart level formatting calculation,pl need help</title>
      <link>https://community.qlik.com/t5/QlikView/weird-issue-with-chart-level-formatting-calculation-pl-need-help/m-p/727885#M1069268</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Rudolf ,&lt;/P&gt;&lt;P&gt;thanks for the response&lt;/P&gt;&lt;P&gt;The application is partially working.If you check the one attached,when my "option" changes the 'diff" still shows zero. as shown I changes my calender date from 21st to 18th and my option value changes .but the difference is still showing zero it should have .00# difference.&lt;/P&gt;&lt;P&gt;Please can you have a look and guide me?? I guess its getting rounded off.but i want to show the difference till 3 decimal placed atleast.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sahana&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Aug 2014 03:22:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/weird-issue-with-chart-level-formatting-calculation-pl-need-help/m-p/727885#M1069268</guid>
      <dc:creator />
      <dc:date>2014-08-25T03:22:19Z</dc:date>
    </item>
    <item>
      <title>Re: Re: weird issue with chart level formatting calculation,pl need help</title>
      <link>https://community.qlik.com/t5/QlikView/weird-issue-with-chart-level-formatting-calculation-pl-need-help/m-p/727886#M1069269</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Rudolf,&lt;/P&gt;&lt;P&gt;I tried round(([Market Price]-"option"),0.001) and it works &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt; thanks a lot for your help .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sahana&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Aug 2014 03:55:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/weird-issue-with-chart-level-formatting-calculation-pl-need-help/m-p/727886#M1069269</guid>
      <dc:creator />
      <dc:date>2014-08-25T03:55:47Z</dc:date>
    </item>
  </channel>
</rss>

