Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
Anybody knows where the problem is with my calcul?
=Concat( KeepChar( GetFieldSelections(YEAR),('0123456789')),',')
Thanks,
yes
Yes then you have include ,(comma) in keep char or
use PurgeChar(Expression,'><')
Hi,
Ya,Use PurgeChar(Expression,'<>') instead of keepchar function as Celambarasan said.