Viewing 15 posts - 1 through 15 (of 19 total)
Hi Lowell,
Many thanks for rapid response.
Will attempt the connection from SSMS on Monday.
(Here's hoping my predecessors in the job have left the login password in the documentation!)
July 11, 2015 at 8:54 am
Lynn Pettis (3/20/2014)
Glad you got an answer because I still haven't figured out what it is you are actually trying to accomplish.
Apologies Lynn.
I've read the article and here is my...
March 21, 2014 at 5:19 am
Lynn Pettis (3/20/2014)
malcolm.garbett (3/20/2014)
Lynn Pettis (3/20/2014)
...from your original post, there really isn't enough to really help you...
Value 1 = 10
Value 2 = -12
Can they be summed...
March 20, 2014 at 9:28 am
Thanks Lynn,
Lynn Pettis (3/20/2014)
...from your original post, there really isn't enough to really help you...
Value 1 = 10
Value 2 = -12
Can they be summed to produce result...
March 20, 2014 at 8:40 am
Ed Wagner (3/20/2014)
How about doing a CASE statement against the result?
Hi Ed,
I was trying that:
SUM(CASE WHEN neg.Valueneg > invoiceitems.homenettvalue THEN ABS (invoiceitems.homenettvalue + neg.Valueneg) *-1
ELSE ABS (invoiceitems.homenettvalue + neg.Valueneg)END)...
March 20, 2014 at 7:32 am
Example of output that's "wrong." (Sorry about the formatting - I can never seem to get it to display correctly.)
CustomerIDCustomerNameCountryPartNumberCurrencyPYTD_Ext_PriceCYTD_Ext_PricePYTD_QtyCYTD_QtyASP_PYTDASP_CYTD
N1141ARC Machine Tools LtdGBS2G00009D070GBP0.00-235.44010235.44
N1141ARC Machine Tools LtdGBS2G00009D070GBP0.00261.60010261.6
Issue 1. -235.44...
February 24, 2014 at 9:41 am
Thanks grant.
Anyone else?
Is 3rd party the only way to get this information?
January 14, 2014 at 1:18 am
Hi all.
BIG thanks for all the help.
The temp table - that worked. 🙂 Used temp tables a lot when I was working with informix SQL, but have fallen...
November 5, 2013 at 6:04 am
stevenb 63624 (11/1/2013)
November 1, 2013 at 1:25 pm
Sean Lange (11/1/2013)
1. Sample DDL in the form of CREATE TABLE statements
2. Sample data in the form of INSERT INTO statements
3....
November 1, 2013 at 1:23 pm
Guys,
Thanks for the continuing input. Really interesting.
Stefan,
Still at the testing stage, but using your script I now have a working solution.
The "odd" column names are determined by our group...
August 9, 2013 at 5:08 am
Wow, Stefan, that was quick!
Huge thanks for taking the time.
I'll be looking at it over the next few days and will definitely report back.
Thanks again. 🙂
August 8, 2013 at 6:10 am
EdVassie (11/5/2012)
November 5, 2012 at 10:15 am
Viewing 15 posts - 1 through 15 (of 19 total)