Viewing 6 posts - 1 through 7 (of 7 total)
just to show you where I got that information from...
http://www.sqlservercentral.com/Forums/FindPost468368.aspx
I've gone ahead and put everything into one expression and things are exactly how I want them. Thanks for the...
May 28, 2009 at 2:03 pm
I had that originally. But then I read somewhere, I believe on here, that the hidden property always takes the last option in the if statement...
so in this case...
=IIF(fields!Addr2.Value...
May 28, 2009 at 1:46 pm
I've tried hiding Addr2 and I 'think' that I'm doing it right and still not getting the results that I'm looking for.
For the hidden expression I have: fields!Addr2.Value is...
May 28, 2009 at 1:22 pm
Thank you! the second solution is what I was looking for.
April 20, 2009 at 2:05 pm
I need to be more specific. 🙂
EmpExp, Emp, and, MiscExp are all fields from the dataset.
textbox 1 = sum(EmpExp)/Count(emp)
textbox 2 = sum(MiscExp)
what I need is to have a 3rd...
April 20, 2009 at 1:12 pm
I was looking to do it as an expression in the report itself.
April 20, 2009 at 12:53 pm
Viewing 6 posts - 1 through 7 (of 7 total)