cancel
Showing results for 
Search instead for 
Did you mean: 

positive values to be print on certificate

0 Kudos

Hi QM Experts,

As per client requirement, the certificate MUST contain the positive sign for the positive values.Means during results recording if we put +1.0 , then certificate must contain the +1.0 not 1.0. How i will set the scenario.I tried a lot to play at characteristic level but no results.

your early response will be highly appreciated.

sandeep

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member42743
Active Contributor
0 Kudos

You can deal with this by creating a new character format in the SAP script.  Copy something like CHAR_0002 in the SAPscript to CHAR_0020 for instance.  In the code for this include a + sign in the print command.  Then for that characteristic you select output format 0020 in the certificate profile.

FF

0 Kudos

Dear FF,

This seems that only the development is the only possible solution.Is their any other option from config. side etc.

sandeep

former_member42743
Active Contributor
0 Kudos

No.  There is no configuration to deal with this.

When you update the SAP script though, make sure they code the new character format to handle both negative and postive values and for any numeric characteristic.  Don't let the coding be so specific you can only use it for one characteristic.

This really shouldn't be a hard thing to do. If you study the SAP script a bit and do just a little research, you can probably make the change yourself.

FF