Viewing 15 posts - 1 through 15 (of 15 total)
Good day.
By select no corporate resources in use.
My major concern in itself, is that there may be a very great limitation in Standard version with respect to Enterprise for the...
March 2, 2015 at 5:10 am
Thanks for the feedback.
We do not use online reconstruction and also do not use table partitioning .
We are concerned with the performance, as the DAX 2012 is more robust.
February 27, 2015 at 12:45 pm
Friends, I got the result we needed.
I created this script and it was extremely functional.
Many thanks to all who helped.
Hugs
SELECT
DISTINCT P.ITEMID,
RECENTES.OC,
RECENTES.DIMENSION3_
,(SELECT SUM(P2.QTYORDERED)
FROM...
July 16, 2014 at 7:26 am
friends,
I am very grateful for the help and attention you have given me.
Indeed, with these data, the result was exactly what I need.
But I think there is...
July 14, 2014 at 5:15 am
The result should be:
ITEMNF OC FINALIDADEVALOR_RATEADO
00216627360OC_000119211BAURU ...
July 11, 2014 at 1:06 pm
Friends, I hope it is this:
CREATE TABLE PURCHLINE
(PURCHID nvarchar(20), ITEMID nvarchar(20),QTYORDERED numeric(28,12), DIMENSION3_ nvarchar(10), DATAAREAID nvarchar(4));
CREATE TABLE INVENTTRANS
(TRANSREFID nvarchar(20), ITEMID nvarchar(20), QTY numeric(28,12), INVOICEID nvarchar(20), COSTAMOUNTPOSTED numeric(28,12), DATAAREAID nvarchar(4));
INSERT INTO...
July 11, 2014 at 12:40 pm
Steve, I just do not really understand what would those scripts that you highlight.
I need help because exhausted all attempts, but as I told you, I can not express...
July 11, 2014 at 10:16 am
Steve, these are examples of data that I have in both tables. (InventTrans and PurchLine).
See, I'm more of a purchase order with the same item, but I need only the...
July 11, 2014 at 9:46 am
Friends, see if you could detail:
-- Selects the item in the inventory transactions table
SELECT I.ITEMID ITEM,
-- Selects the number of Invoice associated purchase order
I.INVOICEID NF,
-- Selects the...
July 11, 2014 at 8:07 am
friends,
I'm grateful for all the help.
However, all the scripts that I have tried here are returning me the same result.
I still do not understand why the Group...
July 11, 2014 at 7:26 am
David,
thanks for the help too.
However, it is returning me the same result.
No returns me all the last purchase orders.
The purchase order image above is an example...
July 11, 2014 at 7:03 am
Thank you Steve.
I know this is somewhat complex's what I need.
This calculation I am doing is to apportion the value of freight.
In our system (Dynamics AX 2009),...
July 11, 2014 at 6:43 am
For me, the last transaction is not defined by date but by purchase order number.
The order with the highest number is the last created.
The numeric sequence of purchase...
July 11, 2014 at 6:08 am
I need to show the last transaction of purchase of all items (Itemid).
This, separated by company (Dimension3_).
Each purchase order (PL.Purchid) generates a transaction in stock (I.TransrefId).
What I...
July 11, 2014 at 5:04 am
Friend, thanks for the help ...
Tested with LEFT OUTER JOIN and the result was the same.
See this script below the result that I have two tables ...
Below...
July 10, 2014 at 2:52 pm
Viewing 15 posts - 1 through 15 (of 15 total)