Viewing 6 posts - 1 through 6 (of 6 total)
Thom,
Thanks for the help.
I took a different route and it appears to be working.SELECT DISTINCT
CAST(COALESCE(LEFT(o.Part_Family_Code,2),0) AS decimal (10,2)) AS FBGM,
November 28, 2018 at 11:23 am
Thom,
Just for testing I eliminated the ISNULL
ROUND(q.Profit_Percent + cd.Commission_Percent, 2) AS "Budgeted",
This still returns the records I need (As far as...
November 28, 2018 at 10:25 am
November 28, 2018 at 8:45 am
Thanks John, I'll take a look at it.
Thanks again for your help.
November 27, 2018 at 10:39 am
John,
Thanks again.
I've been trying to find a better way to look at the FROM statement. I've always had a problem trying to determine exactly which records...
November 26, 2018 at 10:06 am
John,
I thought I had gotten it in a readable format. Thanks for showing me that it can be compacted even more.
I'm trying to determine exactly what...
November 26, 2018 at 8:10 am
Viewing 6 posts - 1 through 6 (of 6 total)