The Beautiful Community | Badge of the Month | June 2026 | Experience Community
Skip to main content

The Beautiful Community | Badge of the Month | June 2026

  • June 1, 2026
  • 27 replies
  • 435 views
Show first post

27 replies

vgayraud
QPN Level 7 ●●●●●●●
Forum|alt.badge.img+65
  • QPN Level 7 ●●●●●●●
  • June 9, 2026
  • In my experience, this script will NOT overwrite changes if a variable has already been edited in the Data & Analysis tab

 

To be able to overwrite manual edits, you could make these small changes to your script:

## Overwrite manual edits made in Data & Analysis? TRUE or FALSE
## TRUE = this job removes existing edits on the fields it updates, so the new values stick.
## FALSE (default) = manual edits in Data & Analysis are NOT overwritten.
removeEdits_boolean <- FALSE
payload <- toJSON(list(updates=allResponses, removeEdits=removeEdits_boolean), auto_unbox = TRUE)

 


Temily B
Level 2 ●●
Forum|alt.badge.img+6
  • Level 2 ●●
  • June 9, 2026

We are 8 months going live with Qualtrics - and still learning tips and tricks during this first year. One thing that would have been very helpful to know earlier related to my home dashboard view. I recently discovered that when I click results on the home page, it automatically brought me to the results chart. i.e. for Promoters, Passive and Detractors. This is great for reporting to front line managers when I need some quick charts to include in a presentation or email.

 

 

Aaaand you can program/share the reports to any email recipient that you need :)