My user sees "No Score" in my single score, no content in Repeater

thomaskennedy
Tera Guru

I have several single scores on my page. They are all Transforms. Each shows just a number. My test user sees "No Score" in these. 

 

What I see:

thomaskennedy_1-1703717331820.png

 

What my user sees:

 

thomaskennedy_0-1703716814320.png

 

This user has the admin role in dev, and console access. If I take the script behind one of these transforms, impersonate him and go run that script at the console, it produces the expected output. This user has the role associated with the application. So it feels like the output from the transform is not making it into the UI, somehow.

 

There is also a Repeater, also hooked up to a transform, that shows no rows when opened by this user.

 

What else should I look at?

1 REPLY 1

Dibyaratnam
Tera Sage

Debug the script which is setting the values for this single score. Check what are you getting in console.log(<yourValues>) for that particular user.