0
The Formula don't work. For Approval view
let me := this;
if 'Rev 0' != null then
'Approved Rev.0' = 0 else
if 'Rev 0' is not null then
'Approved Rev0' = 1 else
'Approving Signature' := "Signed by: " + " " + userFullName() + "; " + " " + " am:" + " " + now()
else
end
Copy
Copy
The Formula don't work.
I need, if Date Rev 0 is undate, I can't 'Active Approved Rev 0', but if the Date Rev 0 has a Date the 'Active Aprroved Rev 0' is Active for view the Approving Signature.
2 replies
-
You wrote the same if statements:
if 'Rev 0' != null
andif 'Rev 0' is not null
are the same thing.
Content aside
- Status Answered
- 2 yrs agoLast active
- 2Replies
- 29Views
-
2
Following