bustercoder
Programmer
- Mar 13, 2007
- 96
Hello, I have the visibility being set for a row according to a condition for field value comparison, which works:
=iif(Fields!SOP_TOTAL_DISC.Value <> Fields GL_TOTAL_DISC.Value, false,true)
But I need it to work to include other fields as well, something like this:
=iif((Fields!SOP_TOTAL_SALES.Value <> Fields!GL_TOTAL_SALES.Value) Or
(Fields!SOP_TOTAL_FREIGHT.Value <> Fields!GL_TOTAL_FREIGHT.Value) Or
(Fields!SOP_TOTAL_DISC.Value <> Fields!
But this doesn't work, the visibility just stays on if I do this. Could someone please tell me what I'm doing wrong? Is it a syntax problem? I'm hoping this isn't a limitation of SRS that would limit me to only one set of criteria on which to toggle the visbility property.
Thanks,
Buster
=iif(Fields!SOP_TOTAL_DISC.Value <> Fields GL_TOTAL_DISC.Value, false,true)
But I need it to work to include other fields as well, something like this:
=iif((Fields!SOP_TOTAL_SALES.Value <> Fields!GL_TOTAL_SALES.Value) Or
(Fields!SOP_TOTAL_FREIGHT.Value <> Fields!GL_TOTAL_FREIGHT.Value) Or
(Fields!SOP_TOTAL_DISC.Value <> Fields!
But this doesn't work, the visibility just stays on if I do this. Could someone please tell me what I'm doing wrong? Is it a syntax problem? I'm hoping this isn't a limitation of SRS that would limit me to only one set of criteria on which to toggle the visbility property.
Thanks,
Buster