Hello all. I'm very much a BIRT novice.
I'm using the following code in the 'onRender' section of the script page to set the hyperlink in a column of my report:
var myaction = this.createAction(); myaction.setHyperlink(this.getValue(),"_blank"); this.action = myaction;
This works nicely.
However, I'd like to truncate the text representation of the URL when its exceeds a given character count, and yet retain the hyperlink itself.
Can anyone give me a pointer how to do it, please?






MultiQuote



