i need to call javascript code from a js file to add a dynamic url to a link within my report, i've tried to use a html container to do just this:
<script type="text/javascript" src="../javascript/sharedPage.js" ></script>
<script>
</script>
But until now i haven't had any success, when i try to call a function from the js file i just get a pop up saying that the function doesnt exist and as a result part of my report doesn't load, can anyone help thanks.