Viewing 15 posts - 16 through 30 (of 89 total)
Thanks!!
July 22, 2019 at 10:44 pm
well, crap on a cracker, that worked!! thanks for pointing me in the right direction besides south!!
May 30, 2019 at 10:57 pm
there are thousands . . . . can I exclude them in the where clause by using
WHERE
LEN(PROD_ID) - LEN(REPLACE(PROD_ID, '-', '')) > 1
??
May 30, 2019 at 10:54 pm
Thanks for the ideas, much appreciated!
May 7, 2019 at 7:58 pm
Note: this works in SSMS, but crashes in SSRS.
April 29, 2019 at 5:39 pm
Of course once i asked for help, it started working with IN . . . thanks, sorry
April 25, 2019 at 7:06 pm
thanks. I removed the OVER clause, but then i just got the new total without reqard to entry number. We pull from our tables . . here are two Entries...
March 28, 2019 at 10:48 am
SOLVED, thanks
February 18, 2019 at 4:00 pm
Thanks Mike!
January 31, 2019 at 11:55 am
Solved . .. i was calculating DUTY SAVED outside of the temptable
January 31, 2019 at 11:52 am
DM table could be NULL, Y or N, independent of B.
But if DM is a Y, i don't care what B is. and Vice Versa.
I only want...
January 23, 2019 at 2:14 pm
thanks, I lose the NULL lines in B. I only get the N.
(B is either Y, N or Null) I don't want to see any of the Y's)
January 23, 2019 at 1:52 pm
wow. Two hours and i didnt notice the period instead of a comma
Wow . . . i owe you 3 beers!
thanks so much.
January 11, 2019 at 12:29 pm
I finally found that using NULLIF in the denominator works for me,
thanks
December 7, 2018 at 12:06 pm
NOTE: I suppose i could put the case output into a temp table, but kind of messy for me. thanks
December 4, 2018 at 5:11 pm
Viewing 15 posts - 16 through 30 (of 89 total)