Skip to main content
Planview Customer Success Center

Is there any script to determine if any special character is used on engagement or project name?

Attached is an example to locate special characters for entities such as engagement or project. You can modify the script to add a loop to check all characters between 0 to 31:

select * from engagement where name like '%'+char(0x02)+'%'