Rehan Pervez 25.May.12 02:00 AM a Web browser Notes ClientAll ReleasesAll Platforms
Hi Experts,
I have a field "Approvers_NO" of type number/computed with dblookup and comes value from any other DB like 1/2/3..
With respect to Approvers_NO i want to hide/show some fields like
@if(Approvers_NO=3;0;1), But its not working.
Strange!! it's working on @if(Approvers_NO="3";0;1)
Me working on Notes Client based Apps.