Forum Discussion
dmkblesser
3 years agoAdvocate II
Hyperlink in Paginated Report
Hi guys, I have a question on the hyperlinks in paginated report. In SSRS, if we want to allow user to click on field to access the hyperlink based on some conditions, we can do IIF(par...
GilbertQ
3 years agoSuper User
dmkblesser
3 years agoAdvocate II
Hi GilbertQ, are you saying do something like this? iif(parameter1 = "ABC",, URL)? it will show an error message for Argument not specified for parameter "TruePart" of "Public Function IIf()