I need to show or hide an image based on the result from multiplying 2 fields. Below is my code in SSRS but with no luck.
- =iif(sum(Fields!SumInsured.Value * Fields!ExRate.Value <= 500000000), false, true)
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Amit GuptaPosted Nov 4, 2020, 2:12 AM