In my project,I have created one account name as ?!
@#$;%^&*()? then while generating BIRT report, a separate window is getting displayed with header 'parameters marked * are required' .<br />
My assumption is some characters within the said account name[<strong class='bbc'>?!
@#$;%^&*()</strong>],are not getting handled by BIRT.Among these characters I know that BIRT uses <strong class='bbc'>#</strong> as special character. <br />
<br />
Could you please tell me the other chracters name which BIRT treat as special characters.<br />
Why I am asking is..In that case I'll add some validation from java end which will not allow to create Account name using those special chars.