I want to show a List of quarter in dropdown for previous, current and Future year.

0
I want to show a List of quarters in the dropdown for previous, current, and Future years so that users can select for which quarter they want to save the data. How can we do this in Mendix? Something like this 
asked
1 answers
0

Hi Deependra,

 

to complete this task you need to use a reference selector and non-persistent entities to fulfilling it.

You need to create the selectable object in a microflow and use the [%CurrentDateTime%] to create all the options you need.

 

let me know if it works :)

Andrea

answered