<?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: Remove Decimals From A Text Dimension in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Remove-Decimals-From-A-Text-Dimension/m-p/1756488#M453810</link>
    <description>&lt;P&gt;Hello Kush,&lt;/P&gt;&lt;P&gt;This expression returns only the numeric value in the listbox. Even I have listbox which contains alphanumeric such as {xxxxx, MO1727, B4080, 11-5-448, 64-5678;, 4-6-5437, 8673.0000, 1235678.0000}&lt;/P&gt;&lt;P&gt;I want to remove the just decimals after '.' but remain same which are not numbers.&lt;/P&gt;&lt;P&gt;Output :&amp;nbsp;{xxxxx, MO1727, B4080, 11-5-448, 64-5678;, 4-6-5437, 8673, 1235678}&lt;/P&gt;&lt;P&gt;Thanks in Advance.&lt;/P&gt;</description>
    <pubDate>Tue, 27 Oct 2020 22:32:45 GMT</pubDate>
    <dc:creator>rajender_qlik</dc:creator>
    <dc:date>2020-10-27T22:32:45Z</dc:date>
    <item>
      <title>Remove Decimals From A Text Dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-Decimals-From-A-Text-Dimension/m-p/1755637#M453756</link>
      <description>&lt;P&gt;When loaded I have a dimension that is in Text Format.&amp;nbsp; The Dimension has both Text and Numeric values in it.&amp;nbsp; The numeric value (in text format) are listed as 99213.000000.&amp;nbsp; How do I remove the decimals from the numeric value and maintain the values of items that are Text (i.e. G0378)? I have tried the following:&lt;/P&gt;&lt;P&gt;-&amp;nbsp; num(Value, '#####') - This removes the decimals but also blanks out any value that begin with an Alpha i.e. G0378&lt;/P&gt;&lt;P&gt;-&amp;nbsp; floor(Value) - The results are the same as&amp;nbsp;num(Value, '#####')&lt;/P&gt;&lt;P&gt;Thanks in advance for your assistance.&lt;/P&gt;</description>
      <pubDate>Fri, 15 Nov 2024 23:44:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-Decimals-From-A-Text-Dimension/m-p/1755637#M453756</guid>
      <dc:creator>bxprokop</dc:creator>
      <dc:date>2024-11-15T23:44:41Z</dc:date>
    </item>
    <item>
      <title>Re: Remove Decimals From A Text Dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-Decimals-From-A-Text-Dimension/m-p/1755639#M453757</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/24113"&gt;@bxprokop&lt;/a&gt;&amp;nbsp; try below&lt;/P&gt;&lt;P&gt;=floor(keepchar(Value, '0123456789.'))&lt;/P&gt;</description>
      <pubDate>Sat, 24 Oct 2020 10:39:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-Decimals-From-A-Text-Dimension/m-p/1755639#M453757</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2020-10-24T10:39:08Z</dc:date>
    </item>
    <item>
      <title>Re: Remove Decimals From A Text Dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-Decimals-From-A-Text-Dimension/m-p/1755640#M453758</link>
      <description>&lt;P&gt;This maintains the values but removes any letter from the value.&amp;nbsp; Example: G0378 becomes 378.&amp;nbsp; I want to maintain the G0378.&amp;nbsp; I tried&amp;nbsp;floor(keepchar(Value,'ABCDEFGHIKLMNOPQRSTUVWXYZ0123456789.')) but this ends in the same result as my original question with anything begin with an Alpha being blanked out.&amp;nbsp; Let me know, if there is another option.&amp;nbsp; Thanks for your help.&lt;/P&gt;</description>
      <pubDate>Sat, 24 Oct 2020 10:54:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-Decimals-From-A-Text-Dimension/m-p/1755640#M453758</guid>
      <dc:creator>bxprokop</dc:creator>
      <dc:date>2020-10-24T10:54:47Z</dc:date>
    </item>
    <item>
      <title>Re: Remove Decimals From A Text Dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-Decimals-From-A-Text-Dimension/m-p/1755652#M453759</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/24113"&gt;@bxprokop&lt;/a&gt;&amp;nbsp; Provide few sample values with expected output. It will help to build the correct logic&lt;/P&gt;</description>
      <pubDate>Sat, 24 Oct 2020 15:33:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-Decimals-From-A-Text-Dimension/m-p/1755652#M453759</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2020-10-24T15:33:11Z</dc:date>
    </item>
    <item>
      <title>Re: Remove Decimals From A Text Dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-Decimals-From-A-Text-Dimension/m-p/1756488#M453810</link>
      <description>&lt;P&gt;Hello Kush,&lt;/P&gt;&lt;P&gt;This expression returns only the numeric value in the listbox. Even I have listbox which contains alphanumeric such as {xxxxx, MO1727, B4080, 11-5-448, 64-5678;, 4-6-5437, 8673.0000, 1235678.0000}&lt;/P&gt;&lt;P&gt;I want to remove the just decimals after '.' but remain same which are not numbers.&lt;/P&gt;&lt;P&gt;Output :&amp;nbsp;{xxxxx, MO1727, B4080, 11-5-448, 64-5678;, 4-6-5437, 8673, 1235678}&lt;/P&gt;&lt;P&gt;Thanks in Advance.&lt;/P&gt;</description>
      <pubDate>Tue, 27 Oct 2020 22:32:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-Decimals-From-A-Text-Dimension/m-p/1756488#M453810</guid>
      <dc:creator>rajender_qlik</dc:creator>
      <dc:date>2020-10-27T22:32:45Z</dc:date>
    </item>
    <item>
      <title>Re: Remove Decimals From A Text Dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-Decimals-From-A-Text-Dimension/m-p/1756491#M453811</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/24138"&gt;@rajender_qlik&lt;/a&gt;&amp;nbsp; below should work.&lt;/P&gt;&lt;P&gt;if(Index(Field,'.'),Left(Field,Index(Field,'.')-1),Field) as New&lt;/P&gt;</description>
      <pubDate>Tue, 27 Oct 2020 23:02:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-Decimals-From-A-Text-Dimension/m-p/1756491#M453811</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2020-10-27T23:02:14Z</dc:date>
    </item>
    <item>
      <title>Re: Remove Decimals From A Text Dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-Decimals-From-A-Text-Dimension/m-p/1756496#M453812</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/336"&gt;@Kushal_Chawda&lt;/a&gt;&amp;nbsp; Thanks, It worked.&lt;/P&gt;</description>
      <pubDate>Tue, 27 Oct 2020 23:09:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-Decimals-From-A-Text-Dimension/m-p/1756496#M453812</guid>
      <dc:creator>rajender_qlik</dc:creator>
      <dc:date>2020-10-27T23:09:49Z</dc:date>
    </item>
  </channel>
</rss>

