Viewing 15 posts - 1 through 15 (of 63 total)
Do we need to include a time intelligence on month by month basis?
How can we get the splits of costs into monthly buckets?
Right now, it's the total sum repeated in...
April 22, 2013 at 3:38 pm
So, I got it to work with the help of a "Periods" look-up table that I created.
My main table, which showed the 12 monthly periods, had one column which was...
February 3, 2011 at 12:01 pm
November 7, 2008 at 6:16 am
hello!
I haven't tried this myself, as the customer said "don't worry about it...no huge deal right now"...but looks like someone got it to work.
http://forums.microsoft.com/forums/ShowPost.aspx?PostID=2511056&SiteID=1
July 31, 2008 at 6:39 am
If the users click a link, add &rs:ClearSession=True to the end of the URL.
We had to do that with our reports since the data is changing constantly.
July 10, 2008 at 6:50 am
All, this did the trick ...and thanks for you help!
Declare @Temp Table(ColumnA VarChar(40), ColumnB VarChar(400))
insert into @Temp Values('AA.ProjectBuildTower','2222, 3333, 4444, 5555')
insert into @Temp Values('BB.ProjectBuildFence','X900, 6789, 9000, 9876')
Declare @Output Table(Header VarChar(40),...
May 14, 2008 at 10:07 am
Thanks for the replies!
I'm trying to use this example:
http://www.sqlservercentral.com/scripts/T-SQL+Aids/31871/
I've added it to my UDFs under that database under table valued Functions, but when I run the following SQL:
SELECT...
May 13, 2008 at 12:02 pm
Ahh...will do!
Thanks for the heads up!
May 13, 2008 at 11:27 am
This did the trick:
CREATE FUNCTION dbo.ConcatOwners4(@ActID CHAR(50))
RETURNS VARCHAR(8000)
AS
BEGIN
DECLARE @Output VARCHAR(8000)
SELECT @Output = SUBSTRING(
(SELECT ',' + SAN.Authority AS "text()"
FROM Activity
...
January 8, 2008 at 11:17 am
Mark,
Thanks a ton...that did the trick!
UDF's sure are are great thing to have!
January 8, 2008 at 11:13 am
HYDNIZ,
Thanks...that was it. I was clicking the whole text box, and not the little green upper right triangle.
Thanks again!
October 18, 2007 at 3:20 pm
Thanks to both of you for the posts!
I ended up using this certain report as "remote" mode instead of "local" mode in the reportviewer control since it had a parameter,...
October 4, 2007 at 9:04 am
Hey all!
I just ran into a little issue where you have two groups, and you'd need the 2nd grouping to alternate it's coloring.
I used the following and it worked:
= iif...
September 26, 2007 at 6:39 am
Viewing 15 posts - 1 through 15 (of 63 total)
This website stores cookies on your computer.
These cookies are used to improve your website experience and provide more personalized services to you, both on this website and through other media.
To find out more about the cookies we use, see our Privacy Policy