


Hey,
I am getting this error while viewing report.
I did Implement This code in js for this
var operator = application.operator
ctx.vars.username=operator.login
Thanks
Hello Asariaara,
I think operator is a reserved variable and campaign is overriding the values.
try with
ctx.cvars.username=application.operator.login
Hi,
i tried using that but it didn't help.
Regards
Views
Replies
Sign in to like this content
Total Likes