How to get current datetime in function field in reports
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-02-2024 02:26 AM - edited 02-02-2024 03:08 AM
I want to get the current datetime in the report function field, but it seems glidedatetime does not work here. Please suggest a way I can get the current datetime.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-02-2024 03:57 AM
Hi @Shusovit Dutta ,
This is not how you can utilize the function field. Function field take two constants from the table in scope and by those two fields you can do a datediff. You can't do a datediff with current timestamp.
If my answer has helped with your question, please mark my answer as accepted solution and give a thumb up.
Best regards
Anders
If my answer has helped with your question, please mark my answer as the accepted solution and give a thumbs up.
Best regards
Anders
Rising star 2024
MVP 2025
linkedIn: https://www.linkedin.com/in/andersskovbjerg/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-19-2024 07:53 PM
Hi AndersBGS,
How do you report on how many days a record has been open?
Thanks, Audrey
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-19-2024 10:51 PM
Hi @AN2023 ,
This is the correct approach on how to utilize function fields.
If my answer has helped with your question, please mark my answer as accepted solution and give a thumb up.
Best regards
Anders
If my answer has helped with your question, please mark my answer as the accepted solution and give a thumbs up.
Best regards
Anders
Rising star 2024
MVP 2025
linkedIn: https://www.linkedin.com/in/andersskovbjerg/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-15-2024 04:09 PM
Hi @AndersBGS ,
That appears to work great between the open date and the closed date.
What I'm looking for is to find the datediff between the open date and Today's date.
Do you have any tips on how to get that in a formula?
Thanks, Audrey