Expand my Community achievements bar.

Adobe Campaign User Groups are live now. Join our Adobe Campaign User Groups and connect with your local leaders!

Getting this error while displaying report.

Avatar

Level 4

Hey,
I am getting this error while viewing report.

1707730_pastedImage_0.png

I did Implement This code in js for this

var operator = application.operator

ctx.vars.username=operator.login

Thanks

2 Replies

Avatar

Level 2

Hello Asariaara,

I think operator is a reserved variable and campaign is overriding the values.

try with

ctx.cvars.username=application.operator.login

Avatar

Level 4

Hi,

i tried using that but it didn't help.

Regards