Viewing 15 posts - 1 through 15 (of 36 total)
Thank you both for your time to answer my post. Really appreciate it.
October 18, 2013 at 12:37 pm
Thanks much to all of you for your help and comments.
October 16, 2013 at 12:25 pm
The error can be related with lot of reasons. Would you mind posting the error that you are getting??..... or even an screenshot would probably help us understand more. ...
June 14, 2013 at 9:56 am
Thank you v much for helping me out π
June 12, 2013 at 2:55 pm
Looks like this is working so far :-). Thanks Magoo and thank you all for spending your valuable time in helping me to figure this out. You guys...
May 23, 2013 at 1:06 pm
Hi J,
Thanks for posting this. It seems to be working only for certain recent dates. For instance, If I choose the @ReportDate = '2013-04-08 00:00:00.000' , it returns...
May 22, 2013 at 4:46 pm
I believe this query gives me the count of ACTIVE customers for each CATEGORY.
SELECT Category as ConsumerCategory, COUNT(DISTINCT ConsumerID)as TotalConsumerCount
FROM (
SELECT *, ROW_NUMBER() OVER (PARTITION BY ConsumerID ORDER BY ActivityDate...
May 20, 2013 at 3:13 pm
Everything that I understood in last two days, I tried to put it in these scenarios. So yes I believe these scenarios covered everything so far.
May 20, 2013 at 12:20 pm
[/quote]
This is a nightmare with the way your data is. When an account is deactivated you should have some adjusting entries to zero out the balance. For account 102 the...
May 20, 2013 at 11:21 am
Sorry for the mistake. It should be Total points = (PointsEarned+PointsUsed)
Positive values in the PointsUsed indicates the bonus points. It's weired but that's how the data is right...
May 20, 2013 at 10:36 am
Hi Sean,
Thanks for the response
Here are some business rules for the desired output,
β’The significance of @Reportdate parameter something that I want to use it in the report as a report...
May 20, 2013 at 10:33 am
Try to do this in your underlying query and see if works there.
May 9, 2013 at 10:20 am
Your post is not clear in terms of the column names and what exactly are you looking at. Do you need a parameter in this report?
You should just be able...
May 9, 2013 at 10:16 am
Never mind. I just had to add "<=" sign. π Thanks again π
March 8, 2013 at 2:51 pm
Hi Sean,
There seems to be a small problem I guess. The query seems to work for a April 04,2012. However, if I pick any ActivityDate as @SearchDate then it...
March 8, 2013 at 2:47 pm
Viewing 15 posts - 1 through 15 (of 36 total)