Action Link
The report is alist of service requests. I want to make the Service Request Number a link that will take the user to the detail of that service request.
On the style tab, I have "ActionLink" under the "Use Custom CSS Class".
And on the Data Format tab, I have "Custon Text Format" selected and the following text"
@[html]"span onClick=\"javascript:LinkOccam(this, "service");\">"@</span>
I pulled this from the training manual, and it isn't working. I'm guessing there is a typo in there, but I can't quite figure it out.