Viewing 15 posts - 16 through 30 (of 34 total)
No-one has come up with a solution for this. Do I take it that it can't be done?
Is there any way of relating different totals together? For example, if...
March 20, 2007 at 11:27 pm
There is also a closing bracket missing for each part, but it still doesn't make any difference. I get the same error message as before regarding the scope. In addition...
March 14, 2007 at 4:15 pm
Thanks for the suggestion. However I get an error message with that method. I also tried just using the first part, i.e. "=Sum(IIF(Fields!Accountgroup = "Cost Of Goods Sold" , per_net_amount,...
March 12, 2007 at 1:49 pm
Thank you Michael and Russel. They both work well.
Thanks for taking the time to help me out.
Mark.
January 31, 2007 at 8:48 pm
Sorry, I was trying to keep the problem brief. Here is some sample data:
CREATE TABLE #GPSEvents
(EventID INT IDENTITY(1,1) NOT NULL PRIMARY KEY,
EventDatetime DATETIME,
MachineID INT,
EventType...
January 31, 2007 at 5:10 pm
The only way I have found to get the numbers to line up is to use an expression to alter the right padding on each textbox. This is done with...
January 23, 2007 at 12:35 pm
Hi Kurtis,
Did you manage to solve your problem? You say the text boxes are formatted the same, but do you have a negative format specified? For example I use the...
January 8, 2007 at 3:32 pm
Hi Mark. I'm no expert but this may be of some use. I would not try to do the sum function in your report; I would include what...
January 4, 2007 at 9:18 pm
Thanks Lisa, that does help. I would have thought that if Reporting Services was listed in the help contents you would also be able to filter for that in index...
November 21, 2006 at 3:13 pm
In Help About it is listed as Microsoft Development Environment 2003, version 7.1.3088. In the start menu it is listed as Microsoft Visual Studio .Net 2003.
We have not used...
November 21, 2006 at 2:42 pm
Lisa, your setup sounds completely different. In Help About the installed products includes "Microsoft SQL Server Report Designer", which I assume is Reporting Services, because when you choose Help Contents...
November 21, 2006 at 1:34 pm
Thanks Martin - I'll try that.
David, I did get one or maybe two error messages but can't tell you exactly what they were. However I did just cut and paste from the...
June 13, 2006 at 3:17 pm
I have found (via a search on sqlservercental.com) the following article which shows how to create user defined functions and a stored procedure for commonly requested default dates:
http://www.developer.com/db/article.php/3513996
This seems...
June 12, 2006 at 6:06 pm
Thanks for that Raj - I have made some progress.
I only want to go back one week, so I have changed your formula to the following:
=DateAdd(dateinterval.DayOfYear,-7,Today)
This does set the parameter...
June 11, 2006 at 11:24 pm
My formula was based on one of William Pearson's articles in DatabaseJournal.com
I'm new to this game and didn't realise you could put "null" in there. I had tried leaving it...
September 28, 2005 at 10:18 pm
Viewing 15 posts - 16 through 30 (of 34 total)