Randomizing Comments from evaluators | XM Community
Solved

Randomizing Comments from evaluators


Badge +2
In the 360 report, how can you get comments to show in a randomized order? I have 7 different pages of comments and I have one rater group where the comments from one rater are always appearing first on the page
icon

Best answer by KendraR 11 June 2019, 19:03

View original

2 replies

Userlevel 6
Badge +11
Hi, @cmcke028! It looks like you were able to reach out to our Support Team and while this functionality is currently not available, they were able to submit a feature request on your behalf! 😃

October 2019 - Update: If others would like a similar feature request filed, you should now go to Product Ideas right here in community!
Userlevel 7
Badge +6
This is a weird work around...

In your survey flow, create a new embedded data element (something like "Comment Number") and set it so that a random number is generated for the response. Then you can sort your comments by this Comment Number, which would be random. Note, the order will be static.

You can make sure it is always the most current comments coming up first by make Comment Number = {Current Year}{Current Month}{Current Day}{Random Number} and sort largest to smallest.

Here is the math operation I would use:
${date://CurrentDate/Y}${date://CurrentDate/m}${date://CurrentDate/d}${rand://int/1:10000}

It will produce something like this "201906111537"

Leave a Reply