Skip to main content
10-Marble
April 12, 2024
Solved

Word Export in Codebeamer

  • April 12, 2024
  • 2 replies
  • 1098 views

Hi,
We are facing some issue in the exports of trackers in word format and i.e. where ever a field do not have any value, it is displaying it as '--' and we don't want this.

 

Is there any way we can resolve this by making change in the template itself?

Best answer by EvaBertalan

You can create a definition for empty values in a custom template: https://codebeamer.com/cb/wiki/5371368#section-Replace+empty+strings

In the "Rendering parameters" table check the box with parameter "checkbox.replace.empty" in, and add a string to text with parameter "string.replace.empty".

With this setting the empty values will be replaced with the provided string.

EvaBertalan_0-1714742301114.png

 

2 replies

12-Amethyst
May 3, 2024

You can create a definition for empty values in a custom template: https://codebeamer.com/cb/wiki/5371368#section-Replace+empty+strings

In the "Rendering parameters" table check the box with parameter "checkbox.replace.empty" in, and add a string to text with parameter "string.replace.empty".

With this setting the empty values will be replaced with the provided string.

EvaBertalan_0-1714742301114.png

 

Community Manager
May 6, 2024

Hi, @CA_10767447 did the response by Eva help you?  If so, please mark as an accepted solution. Thank you!