Hello.
I need to do a calculation using 2 fields from a different dataset.
I tried something like Value = (Fields!y.Value, "scope") /(Fields!x.Value,
"scope"), but I got the error.
How can I do that?
Thanks in advance for assistance
ChiekoIf you have both of the base values displayed somewhere in your report, have
you tried referring to them via the textbox name?
--
Wayne Snyder, MCDBA, SQL Server MVP
Mariner, Charlotte, NC
www.mariner-usa.com
(Please respond only to the newsgroups.)
I support the Professional Association of SQL Server (PASS) and it's
community of SQL Server professionals.
www.sqlpass.org
"chieko" <chieko@.discussions.microsoft.com> wrote in message
news:66F60804-FB93-43DC-8869-73F11802F9C0@.microsoft.com...
> Hello.
> I need to do a calculation using 2 fields from a different dataset.
> I tried something like Value = (Fields!y.Value, "scope")
> /(Fields!x.Value,
> "scope"), but I got the error.
> How can I do that?
> Thanks in advance for assistance
> Chieko
>
No comments:
Post a Comment