Community Tip - Want the oppurtunity to discuss enhancements to PTC products? Join a working group! X
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
Solved! Go to Solution.
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
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
Big help. As always. Thanks