Issue with zoho.loginuserid == null in Formula field ?

Issue with zoho.loginuserid == null in Formula field ?

Hi,

I need to use zoho.loginuserid in a formula field, but <Expression 2> is not used at all. For example :

  1. if((zoho.loginuserid  ==  null),"not logged","<a href='MyLink'>logged</a>")

This is used in a public view, when we "sign in" the value doesn't switch to "logged"). Any ideas please ?

Thanks.