15
Views
1
Comments
Filter the Date
Question
Hello,
my doubt is how i create a filter with a month.

Let's me explain that,i have a combo box and my doubt how i create a Month Filter with that.

I desiree to filter some informations into my listrecords, with selected the month of the current year in the combo box.

I also try two local variables fields with informations , but my doubt is how to create the list of the months and that working with my listrecords.

Simplified that is how to list information in the listrecords through combobox with months of the current year



Thanks for the attention.







2012-10-08 11-59-27
Guilherme Pereira
Staff
Hi Breno,

To get a list of months that you could use to populate a dropdown you could for instance create a structure that holds the number and the name of the month and then use a SQL Widget with several unions to get it.

Something like this:


 

Hope it helps.

Cheers
Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.