<?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: round up thousand indicator when click on a button? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/round-up-thousand-indicator-when-click-on-a-button/m-p/664501#M1061454</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your reply too Kiruthi.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Actually I'm not using fields but instead expression. I have got more than one expression so if I got 100 then it going to takes lots of time.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 22 Sep 2014 21:34:09 GMT</pubDate>
    <dc:creator>oliviatww</dc:creator>
    <dc:date>2014-09-22T21:34:09Z</dc:date>
    <item>
      <title>round up thousand indicator when click on a button?</title>
      <link>https://community.qlik.com/t5/QlikView/round-up-thousand-indicator-when-click-on-a-button/m-p/664497#M1061450</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi there,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Wondering is that possible to round up number from 46000 to 50000 or 53000 to 50000 when user click on a button?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help is appreciated. THANKS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Sep 2014 20:57:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/round-up-thousand-indicator-when-click-on-a-button/m-p/664497#M1061450</guid>
      <dc:creator>oliviatww</dc:creator>
      <dc:date>2014-09-22T20:57:58Z</dc:date>
    </item>
    <item>
      <title>Re: round up thousand indicator when click on a button?</title>
      <link>https://community.qlik.com/t5/QlikView/round-up-thousand-indicator-when-click-on-a-button/m-p/664498#M1061451</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes it is possible with the function ROUND or CEIL par example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="P00.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/67374_P00.png" style="width: 620px; height: 277px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Sep 2014 21:07:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/round-up-thousand-indicator-when-click-on-a-button/m-p/664498#M1061451</guid>
      <dc:creator>ecolomer</dc:creator>
      <dc:date>2014-09-22T21:07:46Z</dc:date>
    </item>
    <item>
      <title>Re: round up thousand indicator when click on a button?</title>
      <link>https://community.qlik.com/t5/QlikView/round-up-thousand-indicator-when-click-on-a-button/m-p/664499#M1061452</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your reply Enrique.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Actually what I want is to allow user to click on the button, then round up all the numbers in my application including those one under expression or variables etc.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Sep 2014 21:19:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/round-up-thousand-indicator-when-click-on-a-button/m-p/664499#M1061452</guid>
      <dc:creator>oliviatww</dc:creator>
      <dc:date>2014-09-22T21:19:07Z</dc:date>
    </item>
    <item>
      <title>Re: round up thousand indicator when click on a button?</title>
      <link>https://community.qlik.com/t5/QlikView/round-up-thousand-indicator-when-click-on-a-button/m-p/664500#M1061453</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can bring the field values into&amp;nbsp; a listbox and set a conditional expression like below with a variable change.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=round(FieldName/10000)*10000 (In listbox expression)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Set the variable to button click event, so when the button is clicked, the variable changes to make the expression run and the list box values changes to is its round of values.&lt;/P&gt;&lt;P&gt;Hope it helps!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kiru&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Sep 2014 21:20:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/round-up-thousand-indicator-when-click-on-a-button/m-p/664500#M1061453</guid>
      <dc:creator />
      <dc:date>2014-09-22T21:20:43Z</dc:date>
    </item>
    <item>
      <title>Re: round up thousand indicator when click on a button?</title>
      <link>https://community.qlik.com/t5/QlikView/round-up-thousand-indicator-when-click-on-a-button/m-p/664501#M1061454</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your reply too Kiruthi.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Actually I'm not using fields but instead expression. I have got more than one expression so if I got 100 then it going to takes lots of time.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Sep 2014 21:34:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/round-up-thousand-indicator-when-click-on-a-button/m-p/664501#M1061454</guid>
      <dc:creator>oliviatww</dc:creator>
      <dc:date>2014-09-22T21:34:09Z</dc:date>
    </item>
    <item>
      <title>Re: round up thousand indicator when click on a button?</title>
      <link>https://community.qlik.com/t5/QlikView/round-up-thousand-indicator-when-click-on-a-button/m-p/664502#M1061455</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Could you post a sample example??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Sep 2014 21:42:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/round-up-thousand-indicator-when-click-on-a-button/m-p/664502#M1061455</guid>
      <dc:creator />
      <dc:date>2014-09-22T21:42:08Z</dc:date>
    </item>
    <item>
      <title>Re: round up thousand indicator when click on a button?</title>
      <link>https://community.qlik.com/t5/QlikView/round-up-thousand-indicator-when-click-on-a-button/m-p/664503#M1061456</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kuruthi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your reply. I got that work already. Thanks a lot.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Sep 2014 20:04:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/round-up-thousand-indicator-when-click-on-a-button/m-p/664503#M1061456</guid>
      <dc:creator>oliviatww</dc:creator>
      <dc:date>2014-09-23T20:04:13Z</dc:date>
    </item>
  </channel>
</rss>

