Don't even know if this can be done but asking anyway ;)
Users have a table that lists out their non cognos reports on various internal sharepoint sites along with links. So one column will have report name and another will have http:// link What they want is a hierarchy type structure
Report Folder 1
Report Folder 2
etc. and have these links under Report Folder 1 etc. It's easy enough to do with a simple one line JS in an html item without even using the table but what they want is an expandable/collapsible list..something like a tree prompt. So, I can make a regular dimension and have it display like so:
Report Folder 1
Report A
http://blahblah
Report B
Report Folder 2
and so on. The question - is there a way to make the http://blahblah part clickable so that when clicked it takes the users to the location for Report A?
Thanks for suggestions/comments
You will have to use JavaScript for that.
Try this:
http://www.cognoise.com/community/index.php?topic=16124.0
https://www-304.ibm.com/support/docview.wss?uid=swg21377785
Regards,
Bark