I am reaching out to inquire about the possibility of configuring custom fields in the Quire application that could be used for comparing dates, such as the task edit date with another date, like today's date. I would like to set a condition for the custom field to return a true or false value, based on the comparison of the task's edit date (e.g., editedAt) with another date, for example, checking if the edit occurred after a specified date or within a certain time frame.
Some of the settings I considered include:
editedAt >= 25.03.2024 editedAt > today -5d Unfortunately, these attempts have not yielded the expected results. Is there another solution that would allow achieving the intended effect? Is it possible to create such a condition using the tools available in Quire?
Additionally, I would like to know if there are more detailed technical support resources or online instructions regarding the configuration and use of custom fields in Quire. I am particularly interested in resources that could help solve the above problem or offer advanced tips on project customization.
Thank you in advance for your help, and I look forward to your response.
Sincerely, Michal
Hi, thank you for your inquiry. Based on the details you provided, you can use the following formula:
((editedAt-<today>) >= 0) ? 'Edit after or on today' : 'Edit before today'Please let me know if this is the result you are looking for.
Regarding resources about custom fields, we have a comprehensive guide here covering all custom field functions. If you have any questions about your formula, feel free to reach out to us. Thank you.
Golda, Mar 29, 2024