I would calculate difference from 2 date in some dataset? Is it Possibile? Another calculate is age? One date is in the dataset and diff with today Is it Possibile? Im test calculate formula but I not have found nothing
Thanks
I would calculate difference from 2 date in some dataset? Is it Possibile? Another calculate is age? One date is in the dataset and diff with today Is it Possibile? Im test calculate formula but I not have found nothing
Thanks
You can assign the today's date in milliseconds to the variable, for example:
Then, use this variable in the calculated value. Feel free to check the following code snippet illustrating such an approach: