Quantcast
Channel: Microsoft Dynamics AX Forum - Recent Threads
Viewing all articles
Browse latest Browse all 175888

RE: X++ Count Distinct CustAccount

$
0
0

I don't understand. Do you mean to use it like this?

while Select count(InvoiceAccount) from CustInvoiceJour

    join DriverShipTableDet where driverShipTableDet.InvoiceNo == this.InvoiceId

     join driverShipTable group by driverShipTable.SeqNo

   where drivershipTable.SeqNo == driverShipTableDet.SeqNo

   {

   return str2Int(this.InvoiceAccount);  

   }

This throws "Method  never returns a value."

Thank You


Viewing all articles
Browse latest Browse all 175888

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>