<?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: Group a field by amount in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Group-a-field-by-amount/m-p/132179#M760078</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG alt="Esempio Qlik.PNG" class="jive-image image-1" src="/legacyfs/online/210757_Esempio Qlik.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;&lt;SPAN&gt;This is the table with the data.&lt;/SPAN&gt;&lt;BR /&gt;The common field references the table of municipalities while the total amount field refers to another table.&lt;BR /&gt;I would like to be able to group in a single field the amounts of less than 50,000.&lt;BR /&gt;&lt;SPAN&gt;Thanks for your help&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 14 Aug 2018 08:03:12 GMT</pubDate>
    <dc:creator>tommasogaiaspa</dc:creator>
    <dc:date>2018-08-14T08:03:12Z</dc:date>
    <item>
      <title>Group a field by amount</title>
      <link>https://community.qlik.com/t5/QlikView/Group-a-field-by-amount/m-p/132177#M760076</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;&lt;SPAN&gt;Hi I'm new in Qlik, I have a table with the city field and amount.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I would like to gather all the cities in a single field with amounts less than a certain value.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;You can help me thanks&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Group-a-field-by-amount/m-p/132177#M760076</guid>
      <dc:creator>tommasogaiaspa</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Group a field by amount</title>
      <link>https://community.qlik.com/t5/QlikView/Group-a-field-by-amount/m-p/132178#M760077</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can you share some sample data with your expected output?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;May be try like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;City:&lt;/P&gt;&lt;P&gt;LOAD City, Amount&lt;/P&gt;&lt;P&gt;From Tablename;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LEFT JOIN(City)&lt;/P&gt;&lt;P&gt;LOAD City,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Sum(If(Amount &amp;lt; yourcertainvalue, Amount)) AS NewAmount&lt;/P&gt;&lt;P&gt;Resident City&lt;/P&gt;&lt;P&gt;Group By City;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Aug 2018 16:39:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Group-a-field-by-amount/m-p/132178#M760077</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2018-08-13T16:39:57Z</dc:date>
    </item>
    <item>
      <title>Re: Group a field by amount</title>
      <link>https://community.qlik.com/t5/QlikView/Group-a-field-by-amount/m-p/132179#M760078</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG alt="Esempio Qlik.PNG" class="jive-image image-1" src="/legacyfs/online/210757_Esempio Qlik.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;&lt;SPAN&gt;This is the table with the data.&lt;/SPAN&gt;&lt;BR /&gt;The common field references the table of municipalities while the total amount field refers to another table.&lt;BR /&gt;I would like to be able to group in a single field the amounts of less than 50,000.&lt;BR /&gt;&lt;SPAN&gt;Thanks for your help&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Aug 2018 08:03:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Group-a-field-by-amount/m-p/132179#M760078</guid>
      <dc:creator>tommasogaiaspa</dc:creator>
      <dc:date>2018-08-14T08:03:12Z</dc:date>
    </item>
    <item>
      <title>Re: Group a field by amount</title>
      <link>https://community.qlik.com/t5/QlikView/Group-a-field-by-amount/m-p/132180#M760079</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did you try in your straight table like in expr: and is your ImportoTotale a field or an expression?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;= Sum(Aggr(IF(Sum(Amount) &amp;lt;= 50000, Amount), City))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Aug 2018 16:03:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Group-a-field-by-amount/m-p/132180#M760079</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2018-08-14T16:03:28Z</dc:date>
    </item>
    <item>
      <title>Re: Group a field by amount</title>
      <link>https://community.qlik.com/t5/QlikView/Group-a-field-by-amount/m-p/132181#M760080</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;&lt;SPAN&gt;I attach the test qvw file&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I would like to group the common field with amounts less than 50,000 in a single field called "other municipalities"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for the reply&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Aug 2018 08:13:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Group-a-field-by-amount/m-p/132181#M760080</guid>
      <dc:creator>tommasogaiaspa</dc:creator>
      <dc:date>2018-08-16T08:13:29Z</dc:date>
    </item>
    <item>
      <title>Re: Group a field by amount</title>
      <link>https://community.qlik.com/t5/QlikView/Group-a-field-by-amount/m-p/132182#M760081</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you looking for this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;= If(sum({$&amp;lt; [PROVINCIA]={[LUCCA]} &amp;gt;}IMPORTO)&amp;lt;Num(50000, '#.##0,00'), sum({$&amp;lt; [PROVINCIA]={[LUCCA]}&amp;gt;}IMPORTO))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or in calculated dimension&lt;/P&gt;&lt;P&gt;Dim:&lt;/P&gt;&lt;P&gt;= Aggr(IF(Sum({&amp;lt;PROVINCIA = {LUCCA}&amp;gt;}IMPORTO)&amp;lt;Num(50000,'#.##0,00'),COMUNE),COMUNE)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expr:&lt;/P&gt;&lt;P&gt;Sum({&amp;lt;&lt;SPAN style="font-size: 13.3333px;"&gt;[PROVINCIA]={[LUCCA]} &lt;/SPAN&gt;&amp;gt;}IMPORTO)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Aug 2018 15:04:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Group-a-field-by-amount/m-p/132182#M760081</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2018-08-16T15:04:04Z</dc:date>
    </item>
    <item>
      <title>Re: Group a field by amount</title>
      <link>https://community.qlik.com/t5/QlikView/Group-a-field-by-amount/m-p/132183#M760082</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Or Just this in your expression?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;= IF(Sum({&amp;lt;PROVINCIA = {LUCCA}&amp;gt;}IMPORTO)&amp;lt;Num(50000,'#.##0,00'), IMPORTO)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Aug 2018 15:28:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Group-a-field-by-amount/m-p/132183#M760082</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2018-08-16T15:28:32Z</dc:date>
    </item>
  </channel>
</rss>

