if statement - How do I join 2 conditions in Refine -


i have mobile number column , need check validity starting number '9' or '8' or '7'. how achieve if(startswith(value, "9"),value,"invalid mobile") if(startswith(value, "8"),value,"invalid mobile") if(startswith(value, "7"),value,"invalid mobile"). in single text transform, how implement this. please help.


Comments

Popular posts from this blog

sublimetext3 - what keyboard shortcut is to comment/uncomment for this script tag in sublime -

java - No use of nillable="0" in SOAP Webservice -

ubuntu - Laravel 5.2 quickstart guide gives Not Found Error -