I want same feature like Today() in Excel.
Hi abhilashsawla I have the same question, did you found a way replicate TODAY() formula in Pigment?
I did not find.
if you find the solution for the same, please let me know.
Hi
Can you tell us a bit more about your use cases and what you are trying to achieve? Depending on your situations, there may be a few solutions to this, and it may be a new feature our product team is working on.
Looking forward to your response.
Hello,
I was looking to achieve something similar. I was trying to use todays date to determine if a Project is active. The project has a start and end date. I was also trying to use the INPERIOD function but couldn't quite figure if that worked for this. Essentially in Excel it’s an IF statement TRUE/FALSE if todays date falls with in the project start and end date to determine if its active.
Active?: IF(AND(TODAY()>Start Date, TODAY()< End Date), TRUE, FALSE)
Hi
We don’t currently have a today() function but its definitely on our radar.
You could use the prorata function.
Your formula would look something like this. if(prorata(Month,Project.'start Date',Project.'end Date'+1)=1,true,false)
Let me know if that helps.
Hi
It is usefull for a lot of cases. Currently I would like to dynamicaly filter the displayed years on a metric view and not maintain it year over year.
Regards, David
Hi
Hi
I can see that the comments are almost a 1 year old. Is this functionality rolled out or still on your radar?
Hi
You can leverage the new Metric-to-Metric import and scheduling to build a TODAY() metric,
Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.