I have filter condition based on date. where it needs fetch records between given dates.
in filter by expression I gave as below
the field is date datetype and format is YYYYMMDD
fieldname >= '20020502' and fieldname <= '20050430'
but records are not passed next component.
Did I gave the condition righty?