Viewing 15 posts - 61 through 75 (of 90 total)
if an order changes multiple times before it is shipped, the original quantity is always going to be the last quantity to what it was changed last.
example
--------------
order quantity
40000
--------------
1st change
36000
--------------
2nd...
April 28, 2014 at 9:55 am
Hi.
The code that you gave me (the link) worked. After that I needed to add one more cte I think.
And adjustment to catch orders like
S20026, the order begins...
April 28, 2014 at 8:10 am
Hi,
I know I went back and forth with this question several times, but it would be really great if you would help me a last time because I can't...
April 27, 2014 at 2:19 pm
i forgot to upload the stored procedure yesterday
April 25, 2014 at 8:35 am
Are you asking for the stored procedure after I added your code?
What I tired so far was to modified the CASE statement where the Filled Rate gets calculated:
CASE
...
April 24, 2014 at 1:16 pm
Honestly, your last code was awesome, I just replaced the "Sample Orders" part with the sub-query that I use to get the data and it gave me excellent results right...
April 24, 2014 at 12:32 pm
J Livingston SQL, you are a life saver sir.
I have a question about something I noticed, and this is probably a communication flaw of mine.
Using the data I...
April 24, 2014 at 9:47 am
i am getting nowhere :/
whenever you have time, i would appreciate any help.
thank you
April 23, 2014 at 11:03 am
Thank you for your response.
I will continue to try make it work.
Once question if possible, if I want to store the results of the working query in a...
April 23, 2014 at 8:47 am
Hi, I was wondering if the post I made sort of were clear. I have been working on the query myself trying to get to that quantity but still no...
April 23, 2014 at 7:31 am
what row are you expecting to see the fill factor...please provide example.
the filled rate should go in the last row, that is the last version of an order row....
April 22, 2014 at 2:45 pm
Hello and thank you for your help.
Your query works very well for what I need it to do.
I am not approaching to our NAV vendor because I wanted...
April 22, 2014 at 1:04 pm
I am uploading the script and sample output file as requested.
Thank you for your help.
April 18, 2014 at 1:25 pm
Down below is the SQL that creates the "Orders" table. It includes every version of an Order. In the code below, I used it to retrieve Order S20026. I returns...
April 18, 2014 at 12:13 pm
I would like to try your code against my real tables, but how would I replace Orders? that is a table I just created to provide as an example.
When I...
April 18, 2014 at 11:52 am
Viewing 15 posts - 61 through 75 (of 90 total)