Loading...
 
Features / Usability

Features / Usability


How to display a dropdown with item field date in a customSearch

posts: 8633 Israel

Hello,

Using a customSearch I want to display a list of item that have a field date.
For exemple:
tracker_field_attendancereportsDate => "2021-10-28"
object_type => "trackeritem"
object_id => "6056"

tracker_field_attendancereportsDate => "2021-10-28"
object_type => "trackeritem"
object_id => "6055"

tracker_field_attendancereportsDate => "2021-10-26"
object_type => "trackeritem"
object_id => "6054"

I would like to filter by single date but not range of dates using a dropdown to display "this" month available dates and have the dropdown populated.

Dropdown options:
blank
2021-10-28
2021-10-27
etc...

I can't find a way...

I have also tried from a mathematical formula... no joy.
But I'm dam sure it should be doable...

There are no comments at this time.