Where is my mistake? I need the € sign in the second case additionally.
[% Begin Unverified Perl
if (LISTHASPARENTMEMBER("Randomization",4)) {
return ACBCWINNERLABEL("ACBCLI", 5);
}
return (GETVALUE("VWDLI_r3_c1")&"€");
End Unverified %]
That code doesn't work - how should I change the inclusion of €
Thanks!