Viewing 12 posts - 1 through 12 (of 12 total)
Thanks David for your help. I've kind of made a similar solution and that would've worked, but I couldn't use it.
The system I am reporting off is a huge...
October 19, 2006 at 4:54 pm
thanks for NOT helping dude..I know all of the above, but hey since you can't help me with a solution then don't bloddy bother
October 18, 2006 at 9:00 pm
Thx for your reply
The categories is not stored in the database as I said and yes I have to hardcode the categorization of the products, but they will not change...
October 18, 2006 at 7:37 pm
Yeeeahhh...i got it working
I added a having statement on the end like this:
having (
grouping(country.country) = 0
...
November 28, 2005 at 9:38 pm
Thanks for that Carl, nearly there but not quite.
I was thinking about rollup but I wasn't really sure.
My problem is now that I got a lot of repeating fields with...
November 28, 2005 at 7:29 pm
Thanks alot David. You saved my day with that
A few small changes had to be done, but your suggestion is spot on. ...
November 16, 2005 at 8:36 pm
Thanks for that but I don't think you really read my post...
I want to count the request id's for both total request created and total request's created that has been...
November 16, 2005 at 5:18 am
The reason why I used a right join is because some requests doesn't have a change recorded, but that doesn't make a different though
November 16, 2005 at 3:46 am
Forgot to include the group statement:
Group by lname
So I get the following result:
Name Total
user1 5
user2 2
user3 ...
November 15, 2005 at 10:00 pm
I had a look at that post at it looks very similar...but i can seem to find a way to do the insert into the temp table. And do I...
September 21, 2005 at 11:55 pm
"Insert the results into a temp table with an added IDENTITY (INT, 1, 1)"
How would you do that? :/
September 21, 2005 at 10:33 pm
Thanks for that phill. Creating several small dts packages have crossed my mind, but i do want to do this in one
I managed...
August 30, 2005 at 11:13 pm
Viewing 12 posts - 1 through 12 (of 12 total)