Skip to main content
11-Garnet
March 8, 2018
Solved

Topic Name: Word-Export: Pick-List Entries w/o space in-between

  • March 8, 2018
  • 1 reply
  • 2051 views

Hi,

 

I am facing an inconvenience with our customized Word-Export:

In our PTC document we have a pick-list field and its entries are being exported.

The issue with it is, that when there are multiple picks (e.g. stakeholder: Management, Production) these entries are getting exported without a separating space (e.g. stakeholder: Management,Production).

Is there any possibility to change this? Saving the pick-list entries as “ Management” or “ Production” (with a space before) does not help.

 

Thanks a lot beforehand!

 

Best regards

Daniel Remmers

Best answer by VolkerEckardt

Hi Daniel,

this is a very known request. To my knowledge it's not part of the standard Gateway functionality. But, in my CustomGateway code I do have this code part available that can be enabled for any pick list field. The code will replace "," by ",<space>"; and then the word export will add an implicit new line automatically.

Just let me know if you are interested to test this additional functionality.

Volker 

1 reply

17-Peridot
March 16, 2018

Hi Daniel,

this is a very known request. To my knowledge it's not part of the standard Gateway functionality. But, in my CustomGateway code I do have this code part available that can be enabled for any pick list field. The code will replace "," by ",<space>"; and then the word export will add an implicit new line automatically.

Just let me know if you are interested to test this additional functionality.

Volker 

dremmers11-GarnetAuthor
11-Garnet
March 26, 2018

Big help. As always. Thanks