Viewing 12 posts - 1 through 12 (of 12 total)
Thanks Jack and Toolman .I was able to work it out as mentioned below :
=CInt(sum( IIF( Fields!category.Value = "FA", Fields!Totals.Value, 0),"table5_Group1"))
The expression was returning a char value on the whole.When...
April 18, 2008 at 12:57 am
Thanks Jack , the jpg file has the same expression as defined by me.Is the group to be the same as specified in the expression.
April 16, 2008 at 9:44 am
Thanks , I am using sql 2000 reporting services.also when i declare the value as specified by you it still gives the same error
April 16, 2008 at 9:38 am
it is working with count but not with sum.
April 16, 2008 at 9:11 am
even =sum( Fields!Totals.Value,"table5_Group1") in the filter with the operator say > 100 does not work and ends up with the same mentioned above error.
Could you please look into it.It is...
April 16, 2008 at 9:06 am
Thanks Jack,
The query works fine if i use it in a textbox of a table , but if i use it in a filter of the group1 of teh table5...
April 16, 2008 at 9:02 am
thanks , steve but there is nothing like that happening in the report.Moreover it is not running the first time in the vb.net environment but if i run it after...
March 12, 2008 at 7:25 am
TRY : select * from sysprocesses where status='running'
check for the cpu column utilization and check which process is being run by the spid.
October 19, 2007 at 3:56 am
Probably you have defined the default option as the backup folder.In the maint. plan , in the 'define Backup Database option' , you can define the path for the network...
October 19, 2007 at 3:29 am
yes even if the database corrupted the point in time restore is possible.
October 6, 2007 at 9:38 am
Thats right , this is generally due to a hardware error.I would suggest that you run dbcc checkdb to see if the database msdb has errors and correcting it along...
October 6, 2007 at 9:34 am
Viewing 12 posts - 1 through 12 (of 12 total)