<?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: How to make a 'measure' from a dimension in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/How-to-make-a-measure-from-a-dimension/m-p/2101838#M90032</link>
    <description>&lt;P&gt;Hi, is this code useful?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;LOAD *,&lt;BR /&gt;Count(InvoiceNumber) as CountOfInvoiceNumbers,&lt;BR /&gt;Max(InvoiceNumber) - Min(InvoiceNumber) as DifferenceMaxMinInvoice&lt;BR /&gt;Resident YourTable;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If it is not what you want, you can give me more detail with some examples.&lt;/P&gt;</description>
    <pubDate>Thu, 03 Aug 2023 01:32:49 GMT</pubDate>
    <dc:creator>cristianj23a</dc:creator>
    <dc:date>2023-08-03T01:32:49Z</dc:date>
    <item>
      <title>How to make a 'measure' from a dimension</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-make-a-measure-from-a-dimension/m-p/2100297#M90021</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have a dimension 'invoice number'.&lt;/P&gt;
&lt;P&gt;In order to control if data is fully loaded i want to compare&amp;nbsp;&lt;/P&gt;
&lt;P&gt;- count of invoice numbers&lt;/P&gt;
&lt;P&gt;with&lt;/P&gt;
&lt;P&gt;- (max)invoicenumber - (min)invoicenumber --&amp;gt; but i don't know how to create this as a master measure from the dimension invoicenumber.&lt;/P&gt;
&lt;P&gt;Ideas?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 02 Aug 2023 15:26:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-make-a-measure-from-a-dimension/m-p/2100297#M90021</guid>
      <dc:creator>Agora</dc:creator>
      <dc:date>2023-08-02T15:26:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to make a 'measure' from a dimension</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-make-a-measure-from-a-dimension/m-p/2101838#M90032</link>
      <description>&lt;P&gt;Hi, is this code useful?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;LOAD *,&lt;BR /&gt;Count(InvoiceNumber) as CountOfInvoiceNumbers,&lt;BR /&gt;Max(InvoiceNumber) - Min(InvoiceNumber) as DifferenceMaxMinInvoice&lt;BR /&gt;Resident YourTable;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If it is not what you want, you can give me more detail with some examples.&lt;/P&gt;</description>
      <pubDate>Thu, 03 Aug 2023 01:32:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-make-a-measure-from-a-dimension/m-p/2101838#M90032</guid>
      <dc:creator>cristianj23a</dc:creator>
      <dc:date>2023-08-03T01:32:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to make a 'measure' from a dimension</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-make-a-measure-from-a-dimension/m-p/2102148#M90058</link>
      <description>&lt;P&gt;I am just wondering why you need it to be a master measure?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;Also - is there a possibility that you could have &lt;STRONG&gt;duplicate&lt;/STRONG&gt; invoice numbers ?&amp;nbsp; Perhaps an invoice comes thru with a correction.&amp;nbsp; In that case simply taking the max(invoice number) - min(invoice number) would not necessarily give you the correct answer.&lt;/P&gt;</description>
      <pubDate>Thu, 03 Aug 2023 14:28:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-make-a-measure-from-a-dimension/m-p/2102148#M90058</guid>
      <dc:creator>mjht</dc:creator>
      <dc:date>2023-08-03T14:28:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to make a 'measure' from a dimension</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-make-a-measure-from-a-dimension/m-p/2102161#M90061</link>
      <description>&lt;P&gt;I couldn't give you the answer because I don't know how your tables are structured, your queries are very general, if you give me more detail with examples I could help you.&lt;/P&gt;</description>
      <pubDate>Thu, 03 Aug 2023 14:45:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-make-a-measure-from-a-dimension/m-p/2102161#M90061</guid>
      <dc:creator>cristianj23a</dc:creator>
      <dc:date>2023-08-03T14:45:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to make a 'measure' from a dimension</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-make-a-measure-from-a-dimension/m-p/2104203#M90189</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/37110"&gt;@cristianj23a&lt;/a&gt;&amp;nbsp; - my response was to&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/240668"&gt;@Agora&lt;/a&gt;&amp;nbsp;.&amp;nbsp; I think you really wanted to address your response to&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/240668"&gt;@Agora&lt;/a&gt;&amp;nbsp; and not me.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 09 Aug 2023 17:44:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-make-a-measure-from-a-dimension/m-p/2104203#M90189</guid>
      <dc:creator>mjht</dc:creator>
      <dc:date>2023-08-09T17:44:44Z</dc:date>
    </item>
  </channel>
</rss>

