Value labels
hi,
I try to replace "0,00%" by empty space via JSL inside the column "RmG"
I wrote this script:
Column( dt, "RmG" ) << Value Labels( {"0%"}, {""} );
Column( dt, "RmG" ) << Use Value Labels( 1 );
but it doesn't work.
Thanks for your help.
best regards