Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
u2envy1
Yak Posting Veteran
77 Posts |
Posted - 2008-12-03 : 09:11:43
|
I get this error on a Total field when using a Mod. Any reason why ?=Sum(Fields!Prh_LunchMinutes_TI.Value)Mod 60 |
|
visakh16
Very Important crosS Applying yaK Herder
52326 Posts |
Posted - 2008-12-03 : 11:38:04
|
are you sure this is causing error? anyways i tried below=Sum(Fields!Prh_LunchMinutes_TI.Value) Mod 60and it worked |
|
|
u2envy1
Yak Posting Veteran
77 Posts |
Posted - 2008-12-04 : 01:11:35
|
Im sure.........If i remove Mod 60 it works fine. |
|
|
u2envy1
Yak Posting Veteran
77 Posts |
Posted - 2008-12-04 : 02:00:15
|
When using ModError : The Value expression for the textrun 'textbox26.Paragraphs[0].TextRuns[2]' contains an error:[BC30205] End of statment expected. |
|
|
u2envy1
Yak Posting Veteran
77 Posts |
Posted - 2008-12-04 : 02:02:54
|
I did something wrong. A space must exist between the )Mod.=Sum(Fields!Prh_LunchMinutes_TI.Value)Mod 60Its working thx..... |
|
|
visakh16
Very Important crosS Applying yaK Herder
52326 Posts |
Posted - 2008-12-04 : 02:07:07
|
Ok...i thought it might be some kind of silly mistake |
|
|
|
|
|