Flowering period for plants (for example from may to August

How can I select the period from month to month?


I want to select flowering period for plants - thanks for help

An option set of Months is probably the best way to go about it, with the Display being the month name and a number attribute for the number (January would be 1, February 2 etc)

Thanks, but how should I do it to make it like this: I pick 5-may and 8-august > and the system picks whole period 5,6,7,8?

Store the clicked option in a group or state, then save it in a list using Get an option - All options:filtered (This Option’s number >= startMonth’s number and This Option’s number <= endMonth’s number)

This topic was automatically closed after 70 days. New replies are no longer allowed.