Moving data from one field to another without overriding data | XM Community
Skip to main content
Question

Moving data from one field to another without overriding data

  • January 15, 2024
  • 2 replies
  • 55 views

KBrady
Level 2 ●●
Forum|alt.badge.img+11
  • Level 2 ●●
  • 38 replies

Has anyone successfully moved open text data from one filed to another without overriding original data.  In other words, I want to only populate data from one field to another if there is not already data there.

2 replies

Shashi
Level 8 ●●●●●●●●
Forum|alt.badge.img+34
  • Level 8 ●●●●●●●●
  • 654 replies
  • January 15, 2024

Try using coalesce for this.


KBrady
Level 2 ●●
Forum|alt.badge.img+11
  • Author
  • Level 2 ●●
  • 38 replies
  • January 15, 2024

I’m looking at that, but it wants me to make a new field… I want to move items from embedded data field A to embedded data field B. Coalesce required I create embedded data filed C?