<?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: Sales Order Date in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Sales-Order-Date/m-p/1318171#M832289</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you using any aggregation in your expression?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If no aggregation is used then Qlik will evaluate the expression using only()&lt;/P&gt;&lt;P&gt;So &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt; [Transactions.Sales Order Number]&amp;nbsp;&amp;nbsp; will be evaluated as&amp;nbsp;&amp;nbsp; Only(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt; [Transactions.Sales Order Number] )&lt;BR /&gt;Only will return null if more than one value exists&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Either add &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt; [Transactions.Sales Order Number] as a dimension, or &lt;/SPAN&gt;use an aggregation such as max() or maxstring()&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 20 Jun 2017 10:01:48 GMT</pubDate>
    <dc:creator>Colin-Albert</dc:creator>
    <dc:date>2017-06-20T10:01:48Z</dc:date>
    <item>
      <title>Sales Order Date</title>
      <link>https://community.qlik.com/t5/QlikView/Sales-Order-Date/m-p/1318167#M832283</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have the following Dimensions:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.&amp;nbsp; Item Type:&amp;nbsp; &lt;/P&gt;&lt;P&gt;=if (Match([Transactions.Item Type], 'ServiceItem', 'InventoryItem', 'InventoryAssemblyItem', 'NonInventoryItem', 'OtherChargeItem', 'DiscountItem') and &lt;/P&gt;&lt;P&gt;Match([Transactions.Txn Type], 'Invoice','Sales Receipt', 'Credit Memo', 'Charge', 'ARRefundCreditCard', 'Sales Order'), [Transactions.Item Type])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. Txn Type:&lt;/P&gt;&lt;P&gt;=&lt;SPAN style="font-size: 10pt;"&gt;if(([Transactions.Inventory Table] = 0) and (Transactions.Pending = 0 or IsNull(Transactions.Pending)) and Match([Transactions.Txn Type], 'Sales Order'), [Transactions.Line Items Txn Type])&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;I'd like to pull the following expression:&amp;nbsp; [Transactions.Sales Order Number] but it's giving me a null value.&amp;nbsp; I have nothing filtered and there are sales order numbers, so I'm wondering what going on?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Thanks for your help,&lt;BR /&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/Sales-Order-Date/m-p/1318167#M832283</guid>
      <dc:creator />
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Sales Order Date</title>
      <link>https://community.qlik.com/t5/QlikView/Sales-Order-Date/m-p/1318168#M832285</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Where you getting this Null value? In a chart or in a Text Object and what expression you are using?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Jun 2017 20:38:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sales-Order-Date/m-p/1318168#M832285</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2017-06-19T20:38:55Z</dc:date>
    </item>
    <item>
      <title>Re: Sales Order Date</title>
      <link>https://community.qlik.com/t5/QlikView/Sales-Order-Date/m-p/1318169#M832286</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What type of chart?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Jun 2017 20:48:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sales-Order-Date/m-p/1318169#M832286</guid>
      <dc:creator />
      <dc:date>2017-06-19T20:48:30Z</dc:date>
    </item>
    <item>
      <title>Re: Sales Order Date</title>
      <link>https://community.qlik.com/t5/QlikView/Sales-Order-Date/m-p/1318170#M832287</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you counting the&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt; [Transactions.Sales Order Number]? May be use Count() function&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;&lt;STRONG&gt;Count(&lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;&lt;STRONG&gt;[Transactions.Sales Order Number])&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Jun 2017 22:41:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sales-Order-Date/m-p/1318170#M832287</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-06-19T22:41:59Z</dc:date>
    </item>
    <item>
      <title>Re: Sales Order Date</title>
      <link>https://community.qlik.com/t5/QlikView/Sales-Order-Date/m-p/1318171#M832289</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you using any aggregation in your expression?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If no aggregation is used then Qlik will evaluate the expression using only()&lt;/P&gt;&lt;P&gt;So &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt; [Transactions.Sales Order Number]&amp;nbsp;&amp;nbsp; will be evaluated as&amp;nbsp;&amp;nbsp; Only(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt; [Transactions.Sales Order Number] )&lt;BR /&gt;Only will return null if more than one value exists&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Either add &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt; [Transactions.Sales Order Number] as a dimension, or &lt;/SPAN&gt;use an aggregation such as max() or maxstring()&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Jun 2017 10:01:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sales-Order-Date/m-p/1318171#M832289</guid>
      <dc:creator>Colin-Albert</dc:creator>
      <dc:date>2017-06-20T10:01:48Z</dc:date>
    </item>
    <item>
      <title>Re: Sales Order Date</title>
      <link>https://community.qlik.com/t5/QlikView/Sales-Order-Date/m-p/1318172#M832290</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks - I'm using a straight table.&amp;nbsp; I've tried the dimensions and then max() and the maxstring() but it doesn't seem to work.&amp;nbsp; Is there anything else I should add so that I can see the sales order number for a given day?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Jun 2017 17:32:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sales-Order-Date/m-p/1318172#M832290</guid>
      <dc:creator />
      <dc:date>2017-06-20T17:32:15Z</dc:date>
    </item>
  </channel>
</rss>

