In the ver 8.5 I can write the report use some html element,as illustrated in picture
but in ver 9.5,I can't use any html element in my report,as illustrated in picture,why? and how I can use html element again
in ver 9.5,I can't use any html element in my report,as illustrated in picture,why? and how I can use html element again
Downgrade NPM to 9.1 or lower (w/c is a bad idea)
I suggest review the source code since it is now written in java
I use SQL Report ,and I wrote some SQL function to embed html syntax in my report,in order to made my report more useful and more beautiful.
For Example: if CPUuseage>50% then CPUusage='<font color=red>'+ CPUutilization+'</font>'
are there any new method to embed html syntax in ver 9.5?
It must be replace "<" to "<" and replace ">" to ">" in some where