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

routing - AngularJS State management ->load multiple states in one page -

python - GRASS parser() error -

post - imageshack API cURL -