Forum Discussion
dmkblesser
Advocate II
3 years agoHyperlink 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
Super User
3 years agodmkblesser
Advocate II
3 years agoHi 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()