<?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: Take decimals out of a table in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Take-decimals-out-of-a-table/m-p/1968283#M79841</link>
    <description>&lt;P&gt;If possible can you share a sample app, I am sure someone will figure out the solution for you..&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 12 Aug 2022 14:03:14 GMT</pubDate>
    <dc:creator>Digvijay_Singh</dc:creator>
    <dc:date>2022-08-12T14:03:14Z</dc:date>
    <item>
      <title>Take decimals out of a table</title>
      <link>https://community.qlik.com/t5/App-Development/Take-decimals-out-of-a-table/m-p/1968209#M79821</link>
      <description>&lt;P&gt;Hello everyone.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;My source table (The table I&amp;nbsp; upload in the data manager), which I cannot modify (It is not an excel), has values like this:&lt;/P&gt;
&lt;P&gt;34,0000000000000000&lt;/P&gt;
&lt;P&gt;So when I make a table in my sheet, and I add the values, they seem huge, but in reaity that is just a 34.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;How could I change that? I want it to be display just like "0"&lt;/P&gt;
&lt;P&gt;Should I make a change in the datamanager or in the table in my sheet?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Greetings&lt;/P&gt;</description>
      <pubDate>Fri, 12 Aug 2022 12:33:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Take-decimals-out-of-a-table/m-p/1968209#M79821</guid>
      <dc:creator>Manuel174102</dc:creator>
      <dc:date>2022-08-12T12:33:46Z</dc:date>
    </item>
    <item>
      <title>Re: Take decimals out of a table</title>
      <link>https://community.qlik.com/t5/App-Development/Take-decimals-out-of-a-table/m-p/1968215#M79822</link>
      <description>&lt;P&gt;I think you should be able to format the field in the data manager or in the chart expression. I just tried this below sample like this. I don't use data manager that often, I am a script editor fan &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Digvijay_Singh_0-1660308260358.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/86624iEBB4083EA27B7823/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Digvijay_Singh_0-1660308260358.png" alt="Digvijay_Singh_0-1660308260358.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Test:&lt;BR /&gt;Load * inline [&lt;BR /&gt;Value&lt;BR /&gt;'34,000000000'&lt;BR /&gt;'35,000000000'&lt;BR /&gt;'36,000000000'&lt;BR /&gt;'37,000000000'&lt;BR /&gt;'38,000000000'&lt;BR /&gt;]&lt;/P&gt;</description>
      <pubDate>Fri, 12 Aug 2022 12:44:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Take-decimals-out-of-a-table/m-p/1968215#M79822</guid>
      <dc:creator>Digvijay_Singh</dc:creator>
      <dc:date>2022-08-12T12:44:44Z</dc:date>
    </item>
    <item>
      <title>Re: Take decimals out of a table</title>
      <link>https://community.qlik.com/t5/App-Development/Take-decimals-out-of-a-table/m-p/1968225#M79823</link>
      <description>&lt;P&gt;Thanks!&amp;nbsp;&lt;/P&gt;
&lt;P&gt;And what if I have a 3,7500000? How do I change it so I have only 3,75?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Or a date that is represented like 24.06.2014 00:00:00, if I only want 24.06.2017?&lt;/P&gt;</description>
      <pubDate>Fri, 12 Aug 2022 12:53:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Take-decimals-out-of-a-table/m-p/1968225#M79823</guid>
      <dc:creator>Manuel174102</dc:creator>
      <dc:date>2022-08-12T12:53:40Z</dc:date>
    </item>
    <item>
      <title>Re: Take decimals out of a table</title>
      <link>https://community.qlik.com/t5/App-Development/Take-decimals-out-of-a-table/m-p/1968232#M79825</link>
      <description>&lt;P&gt;Do you have timestamp, decimal values all mixed together in the same field? How is that field being used? as a Date or a number? Based on different value types you need to frame your logic and it wouldn't be easy to identify without knowing how many different formats you got. If you share sample data, may be someone will be able to give you a logic that can fit your needs.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 12 Aug 2022 13:05:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Take-decimals-out-of-a-table/m-p/1968232#M79825</guid>
      <dc:creator>Digvijay_Singh</dc:creator>
      <dc:date>2022-08-12T13:05:51Z</dc:date>
    </item>
    <item>
      <title>Re: Take decimals out of a table</title>
      <link>https://community.qlik.com/t5/App-Development/Take-decimals-out-of-a-table/m-p/1968241#M79828</link>
      <description>&lt;P&gt;Ok, I have something like this&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;TABLE width="261"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD width="80"&gt;Number&lt;/TD&gt;
&lt;TD width="181"&gt;Date&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;3,75000000&lt;/TD&gt;
&lt;TD&gt;11.01.2021 00:00&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;10,00000000&lt;/TD&gt;
&lt;TD&gt;17.09.2022 00:00&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;And I want it to look like this&lt;/P&gt;
&lt;TABLE width="261"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD width="80"&gt;Number&amp;nbsp;&lt;/TD&gt;
&lt;TD width="181"&gt;Date&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;3,75&lt;/TD&gt;
&lt;TD&gt;11.01.2021&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;10,00&lt;/TD&gt;
&lt;TD&gt;17.09.2022&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for answering!&lt;/P&gt;</description>
      <pubDate>Fri, 12 Aug 2022 13:15:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Take-decimals-out-of-a-table/m-p/1968241#M79828</guid>
      <dc:creator>Manuel174102</dc:creator>
      <dc:date>2022-08-12T13:15:25Z</dc:date>
    </item>
    <item>
      <title>Re: Take decimals out of a table</title>
      <link>https://community.qlik.com/t5/App-Development/Take-decimals-out-of-a-table/m-p/1968247#M79829</link>
      <description>&lt;P&gt;i found the solution to the date problem, but to the number i did not &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 12 Aug 2022 13:18:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Take-decimals-out-of-a-table/m-p/1968247#M79829</guid>
      <dc:creator>Manuel174102</dc:creator>
      <dc:date>2022-08-12T13:18:15Z</dc:date>
    </item>
    <item>
      <title>Re: Take decimals out of a table</title>
      <link>https://community.qlik.com/t5/App-Development/Take-decimals-out-of-a-table/m-p/1968275#M79835</link>
      <description>&lt;P&gt;Try something like this may be , Normally in this situation we use num# to interpret the text, as per my test this works but not sure if your locale format is same as mine for decimal, thousand etc -&amp;nbsp;&lt;/P&gt;
&lt;P&gt;=num(Subfield(Value,',',1) &amp;amp;'.' &amp;amp; subfield(Value,',',2),'#.##','.')&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Digvijay_Singh_0-1660311940930.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/86635iF6E9169FA9F0497A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Digvijay_Singh_0-1660311940930.png" alt="Digvijay_Singh_0-1660311940930.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Digvijay_Singh_1-1660311968507.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/86636i9DE8CFF03618DE6A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Digvijay_Singh_1-1660311968507.png" alt="Digvijay_Singh_1-1660311968507.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 12 Aug 2022 13:47:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Take-decimals-out-of-a-table/m-p/1968275#M79835</guid>
      <dc:creator>Digvijay_Singh</dc:creator>
      <dc:date>2022-08-12T13:47:00Z</dc:date>
    </item>
    <item>
      <title>Re: Take decimals out of a table</title>
      <link>https://community.qlik.com/t5/App-Development/Take-decimals-out-of-a-table/m-p/1968277#M79837</link>
      <description>&lt;P&gt;Some ideas in this link as well -&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.qlik.com/t5/New-to-Qlik-Sense/Convert-Text-to-Number/td-p/1601959" target="_blank"&gt;https://community.qlik.com/t5/New-to-Qlik-Sense/Convert-Text-to-Number/td-p/1601959&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 12 Aug 2022 13:48:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Take-decimals-out-of-a-table/m-p/1968277#M79837</guid>
      <dc:creator>Digvijay_Singh</dc:creator>
      <dc:date>2022-08-12T13:48:14Z</dc:date>
    </item>
    <item>
      <title>Re: Take decimals out of a table</title>
      <link>https://community.qlik.com/t5/App-Development/Take-decimals-out-of-a-table/m-p/1968281#M79839</link>
      <description>&lt;P&gt;It is still not working for me, when I write that all i get is - .&amp;nbsp;&lt;/P&gt;
&lt;P&gt;But I really appreciate u helping me out&lt;/P&gt;</description>
      <pubDate>Fri, 12 Aug 2022 14:00:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Take-decimals-out-of-a-table/m-p/1968281#M79839</guid>
      <dc:creator>Manuel174102</dc:creator>
      <dc:date>2022-08-12T14:00:57Z</dc:date>
    </item>
    <item>
      <title>Re: Take decimals out of a table</title>
      <link>https://community.qlik.com/t5/App-Development/Take-decimals-out-of-a-table/m-p/1968283#M79841</link>
      <description>&lt;P&gt;If possible can you share a sample app, I am sure someone will figure out the solution for you..&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 12 Aug 2022 14:03:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Take-decimals-out-of-a-table/m-p/1968283#M79841</guid>
      <dc:creator>Digvijay_Singh</dc:creator>
      <dc:date>2022-08-12T14:03:14Z</dc:date>
    </item>
  </channel>
</rss>

