Skip to main content
This forum is closed to new posts and responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:

HCL Software Customer Support Portal for U.S. Federal Government clients
HCL Software Customer Support Portal

HCL Notes/Domino 8.5 Forum (includes Notes Traveler)

HCL Notes/Domino 8.5 Forum (includes Notes Traveler)

Previous Next

My point was that hide formulas must return a boolean value, not a string.

Your formula

@If(TaskName!="A"|@IsNotMember(@UserName;Author)|strFlagExpTranToZJK="1"|!@Contains(THideCon;"B");"none";"")

always evaluates to a string. It will return "none" if any of the four conditions applies, otherwise "". However, both "none" and "" are meaningless in the context of a hide formula. If, instead, you put

TaskName!="A"|@IsNotMember(@UserName;Author)|strFlagExpTranToZJK="1"|!@Contains(THideCon;"B")

then the result will be @True (which is equivalent to a numeric value of 1) in case any of the conditions applies, otherwise @False (which is equivalent to a numeric value of 0). That's something a hide formula can interpret.


Feedback response number JSAK9D6J6Y created by ~Chris Frofootherobu on 11/05/2013

Button show&hide issue (~Chloe Rekrooni... 5.Nov.13)
. . I assume you are referring to the b... (~Fred Asatumibu... 5.Nov.13)
. . . . doubt.. (~Chloe Rekrooni... 5.Nov.13)
. . . . . . My point was that hide formulas mus... (~Fred Asatumibu... 5.Nov.13)
. . Debug idea (~Martha Lopjipy... 5.Nov.13)
. . . . brilliant idea. (~Chloe Rekrooni... 5.Nov.13)
. . . . . . I've been at this for a while (~Martha Lopjipy... 5.Nov.13)




Printer-friendly

Search this forum

Member Tools


RSS Feeds

 RSS feedsRSS
All forum posts RSS
All main topics RSS