Mendix 7 is no longer supported unless you have Extended Support. Mendix 7 documentation will remain available until July 2024.

To upgrade to a supported version, see Moving from Desktop Modeler Version 7 to Studio Pro 8.

XPath quarter-from-dateTime

Last modified: August 2, 2022

1 Overview

The quarter-from-dateTime() function extracts the amount of quarters from a DateTime attribute so it can be used to compare to a value.

2 Example

1
//Logging.Log[quarter-from-dateTime(DateAttribute) = 4]

This query returns all the logs where the amount of quarters in DateAttribute is 4 (for example, “2011-12-30”).