<?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: Different data formats in same column in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Different-data-formats-in-same-column/m-p/1754614#M1313637</link>
    <description>&lt;P&gt;Thank you Vegar&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 21 Oct 2020 16:49:19 GMT</pubDate>
    <dc:creator>dseelam</dc:creator>
    <dc:date>2020-10-21T16:49:19Z</dc:date>
    <item>
      <title>Different data formats in same column</title>
      <link>https://community.qlik.com/t5/QlikView/Different-data-formats-in-same-column/m-p/1754589#M1313628</link>
      <description>&lt;P&gt;Hello All,&lt;/P&gt;&lt;P&gt;I am trying to achieve&amp;nbsp; units * selling price as total amount seems its working fine for selling price 17.99 which is a text&amp;nbsp; format but not working for 7.22 showing as $0, Not sure what to do used num(), num#() not working please help.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="dseelam_2-1603295467721.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/42742iB1DFDC0837A2C6B6/image-size/medium?v=v2&amp;amp;px=400" role="button" title="dseelam_2-1603295467721.png" alt="dseelam_2-1603295467721.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sorce data format&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&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="dseelam_1-1603295395369.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/42741i5AA41CDA7E780522/image-size/medium?v=v2&amp;amp;px=400" role="button" title="dseelam_1-1603295395369.png" alt="dseelam_1-1603295395369.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;D&lt;/P&gt;</description>
      <pubDate>Mon, 26 Jan 2026 18:19:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Different-data-formats-in-same-column/m-p/1754589#M1313628</guid>
      <dc:creator>dseelam</dc:creator>
      <dc:date>2026-01-26T18:19:17Z</dc:date>
    </item>
    <item>
      <title>Re: Different data formats in same column</title>
      <link>https://community.qlik.com/t5/QlikView/Different-data-formats-in-same-column/m-p/1754590#M1313631</link>
      <description>&lt;P&gt;Perhaps this?&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Num(Num#(units * selling price))&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Normally, Qlik calculates over dimension with aggregate, Perhaps this way&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Num(Num#(Sum(units * selling price)))&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 21 Oct 2020 15:55:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Different-data-formats-in-same-column/m-p/1754590#M1313631</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2020-10-21T15:55:41Z</dc:date>
    </item>
    <item>
      <title>Re: Different data formats in same column</title>
      <link>https://community.qlik.com/t5/QlikView/Different-data-formats-in-same-column/m-p/1754605#M1313633</link>
      <description>&lt;P&gt;Hello Anil, Thanks for reply,&lt;/P&gt;&lt;P&gt;But above solutions did not helps&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;D&lt;/P&gt;</description>
      <pubDate>Wed, 21 Oct 2020 16:25:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Different-data-formats-in-same-column/m-p/1754605#M1313633</guid>
      <dc:creator>dseelam</dc:creator>
      <dc:date>2020-10-21T16:25:41Z</dc:date>
    </item>
    <item>
      <title>Re: Different data formats in same column</title>
      <link>https://community.qlik.com/t5/QlikView/Different-data-formats-in-same-column/m-p/1754606#M1313635</link>
      <description>&lt;P&gt;Can you please share sample Qlik file which demonstrate quicker for you?&lt;/P&gt;</description>
      <pubDate>Wed, 21 Oct 2020 16:30:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Different-data-formats-in-same-column/m-p/1754606#M1313635</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2020-10-21T16:30:20Z</dc:date>
    </item>
    <item>
      <title>Re: Different data formats in same column</title>
      <link>https://community.qlik.com/t5/QlikView/Different-data-formats-in-same-column/m-p/1754608#M1313636</link>
      <description>&lt;P&gt;Try wrapping a trim() around selling price. Sometimes that helps if there are some invisible whitespace in the source data.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Trim(SELLING_PRICE) AS [Selling Price]&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 21 Oct 2020 16:32:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Different-data-formats-in-same-column/m-p/1754608#M1313636</guid>
      <dc:creator>Vegar</dc:creator>
      <dc:date>2020-10-21T16:32:30Z</dc:date>
    </item>
    <item>
      <title>Re: Different data formats in same column</title>
      <link>https://community.qlik.com/t5/QlikView/Different-data-formats-in-same-column/m-p/1754614#M1313637</link>
      <description>&lt;P&gt;Thank you Vegar&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 21 Oct 2020 16:49:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Different-data-formats-in-same-column/m-p/1754614#M1313637</guid>
      <dc:creator>dseelam</dc:creator>
      <dc:date>2020-10-21T16:49:19Z</dc:date>
    </item>
  </channel>
</rss>

