Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi, I created a table and I want to display the values only if the words are composed of 11 digits.
I thought of doing this: =[ΤΟΜΕΙΣ6] if(len([ΤΟΜΕΙΣ6]) =11)
( with TOMEIZ6 the name of the column ), but of course it doesn't work.
Thank you in advance!!
I wouldn't advice the use of calculated dimensions, but you can use:
if(len([ΤΟΜΕΙΣ6]) =11, [ΤΟΜΕΙΣ6])
Jordy
Climber
I wouldn't advice the use of calculated dimensions, but you can use:
if(len([ΤΟΜΕΙΣ6]) =11, [ΤΟΜΕΙΣ6])
Jordy
Climber
Thank you so much!! I was close haha