Viewing 15 posts - 1 through 15 (of 21 total)
Okay, so maybe I am a little dense.
I guess what I missed from Scott's post was that all of the "THEN"s will be evaluated even if it does not pass...
February 6, 2013 at 7:42 am
ChrisM@Work (2/6/2013)
Have another read of Scott's post.
I tried his suggested format in your code as well.
February 6, 2013 at 6:44 am
No good.
Same error on the final cross apply.
When I comment out the last cross apply, I do get results for t, x, and y.
February 6, 2013 at 6:35 am
ChrisM@Work (2/6/2013)
CASE WHEN ISNULL(T.Target, 'N/A') IN ('','N/A', 'TBD')
If column T.Target has values of 'TBD', what other character data does it contain which cannot be implicitly converted to decimal(15,4) - and...
February 6, 2013 at 6:06 am
ChrisM@Work (2/6/2013)
February 6, 2013 at 5:52 am
Thanks for your response.
I made the change you suggested and still get the conversion error.
February 6, 2013 at 5:29 am
Brandie Tarvin (1/25/2012)
January 30, 2012 at 8:45 am
Alright. As Jason suspected, I just needed to spend some time putting together all the required data for you guys to work your magic
and the solution would appear.
I have a...
January 26, 2012 at 9:59 am
Okay, I'm not sure, but I think you guys didn't like that query :hehe:
I was a little rushed last night and just hoped one of you would see what I...
January 26, 2012 at 6:38 am
Both TranType 1 and TranType 2 are valid transactions on there own or are used to reverse the opposite transaction.
The way the system works:
Using the sample data provided, assume only...
January 25, 2012 at 10:55 am
Thanks Mark.
I will give it a go and let you know.
Can you provide some details about how this works?
I would like to understand the concept, so I can do...
January 25, 2012 at 9:35 am
Thanks for spending time on this.
Do I win a prize? 😀
January 25, 2012 at 8:24 am
Is there something else I need to add?
Or am I just stuck with RBAR?
January 25, 2012 at 6:27 am
TranSeq 1 & 2 would match. 3 would not match.
January 24, 2012 at 7:33 am
I get what you mean about the transaction period thing but "inside out". That is pretty ambiguous. Do you look first for an earlier one and then a later one?...
January 23, 2012 at 4:02 pm
Viewing 15 posts - 1 through 15 (of 21 total)