CaptNemo Posted November 5 Report Share Posted November 5 In my tabular datapage, when I select the details page and set the status to closed how do I get the current time and day on my date field? Quote Link to comment Share on other sites More sharing options...
0 CaptNemo Posted November 5 Author Report Share Posted November 5 Is there a formula you guys know to make this work? Quote Link to comment Share on other sites More sharing options...
0 Winskey Posted November 5 Report Share Posted November 5 On your date field, you may use a calculated value and use this code. For the TextField255, replace it with the field that would correspond to your status field. Case WHEN [@field:TextField255]='Closed' THEN SysUTCDateTime() END Quote Link to comment Share on other sites More sharing options...
Question
CaptNemo
In my tabular datapage, when I select the details page and set the status to closed how do I get the current time and day on my date field?
Link to comment
Share on other sites
2 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.