Hi,
I want to enable a hyperlink for a column in my report. As suggested in many other posts, I'm able to do it for excel datasource using DataCategory:Weburl . But I dont see that option when connected to azure db with direct query.
As suggested in the latest documentation here , this may not be possible unless the data coming from the database has urls. But I dont have urls in the data.
Additionally , I also want to call a Javascript function on click of this hyperlink. Is this possible.
Thanks.