Microflow to convert data into quarter

0
Hi All, I’m try to set up a Microflow  that can put a data into quarter. In the App I’d like when you setup a date, automatically the enumeration attribute “Quarter” switch to the related quarter. In the docs I’ve found this  quarter-from-dateTime() I try to use, but it doens’t work. Sure I’m missing something. Anyone skilled can help me? (I’m not :) )
asked
2 answers
3

What does your XPath look like? Should be something like:

[quarter-from-dateTime(SomeDate) = 1]

This retrieves all objects where the attribute SomeDate is in the first quarter.

Regards,

Ronald

 

answered
2

How do you use the function? Can you show us the code of it or an example?

answered