Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello All,
When i apply this condition -- =if(len(Business_Partner)='0',' ',Business_Partner) to Column Business_Partner it works and gives me blank spaces with the colour code but when applied to P_Name or User_Name Column it fails and also tried with the below conditions as well and still No help.
=if(len(trim(User_Name))<>0,User_Name,'NA')
//=if( User_Name = 0,1,if(ISNULL(User_Name) OR LEN(User_Name)=0,1,User_Name))
//=if(isnull(User_Name),'0',User_Name)
//=If(Len(Trim(User_Name))='0',' ', User_Name)
Can anyone Plz assist on this? Plz refer the Screenshot.
Thanks & Regards
Try:
=alt(Trim(User_Name),'NA')
No that doesn't help...its still the same