I have a report that has a hyperlink jump to another report. This works fine, but I want to jump to a different depending on the value of a field. The link is a referrals report. If there is a single referral then I want to jump to that specific referral, if there are more than one I want to jump to a list for the punter to choose the one they want to look at.
I know this requires an expression but when I try:
=IIF(Fields.ReferralCount.value = 1, Referral, AllReferrals)
I get an error. Obviously, I'm passing the correct parameter through to the second report, but nothing doing.
Any help would be appreciated.
I know this requires an expression but when I try:
=IIF(Fields.ReferralCount.value = 1, Referral, AllReferrals)
I get an error. Obviously, I'm passing the correct parameter through to the second report, but nothing doing.
Any help would be appreciated.