Viewing 15 posts - 136 through 150 (of 249 total)
Sarah S (5/4/2012)
I tried the RunningValue function. It does not allow subtraction. The middle argument is a function name.
Mark - I have...
May 7, 2012 at 4:51 am
Lowell (5/5/2012)
more likely is the person calling the procedure doesn't have permissions to send dbmail, which requires being a user in the DatabasemailUserRole...
May 5, 2012 at 8:10 am
pamozer (5/4/2012)
May 5, 2012 at 1:05 am
Ok, I have replicated your erroneous output. Your spaces are not being seen a spaces if that makes sense. I changed the spaces in the example before by...
May 4, 2012 at 9:41 am
OK if we do the same steps then we can investigate if the issue is setup or data.
1) Add a new report in BIDS using Add New Item (not wizard)
2)...
May 4, 2012 at 9:08 am
Not sure what to suggest. The only way I can get it not to split correctly is by having the column width of the textbox to be shorter than...
May 4, 2012 at 8:41 am
martin-325528 (5/4/2012)
May 4, 2012 at 8:11 am
riya_dave (5/3/2012)
in my pie chart i am using expression that shows data in percentage.
now i want to change this expression, to show filedname + percentage.How to do that?
and in my...
May 4, 2012 at 7:30 am
lanky_doodle (5/4/2012)
As before, if the NAMENO is -93 (Record Department), I want the join to be made on the SIG nametype, therefore...
May 4, 2012 at 6:09 am
lanky_doodle (5/3/2012)
NAME table;
NAMENOSTAFFNAME
-93Records Department
2272Joe Bloggs
CASENAME table;
CASEIDNAMETYPENAMENO
4382EMP2272
4382SIG2272
4383EMP-93
4385EMP-93
4385SIG2272
4387EMP-93
4388EMP2272
4388SIG2272
CASEEVENT TABLE;
CASEIDEVENTNOEVENTDATE
4382-162007-11-15 00:00:00.000
4383-162007-11-20 00:00:00.000
4385-162007-11-13 00:00:00.000
4387-162007-11-20 00:00:00.000
4388-162007-11-13 00:00:00.000
CASES table;
CASEID
4382
4383
4385
4387
4388
Assuming that the output is supposed to be SIG overrides EMP then:
use tempdb;
go
create table Name(NameNo int,StaffName varchar(30))
create table...
May 4, 2012 at 12:34 am
Sarah S (5/3/2012)
I created a field named Net Different that subtracts the current amount from the amount on...
May 4, 2012 at 12:13 am
It depends. Maybe the subreport has a subreport. The report as listed is linked in someway to the migrated report (my reason for asking about a new report)....
May 3, 2012 at 8:05 am
PLease show all DDL (create table etc), the sample data (INSERT INTO...) and the required output. This requirement is illdefined at present and we need to know more to...
May 3, 2012 at 3:48 am
lanky_doodle (5/3/2012)
I have a table that contains the name type of a user, and a table that contains the user;
NAMES table:
NAMENO | NAME |...
May 3, 2012 at 3:32 am
Viewing 15 posts - 136 through 150 (of 249 total)