I think to make two facets input fields (the first one with greater than and the second less than). How can I group it and use a date picker or date picker range as an input type? Would you please let me know if there is a more effective method? Thank you very much.
I think to make two facets input fields (the first one with greater than and the second less than). How can I group it and use a date picker or date picker range as an input type? Would you please let me know if there is a more effective method?
Thank you very much for your quick response, and it works :). Unfortunately, I have some more queries. I want to put the date range (from_date and to_date as date picker) and filter according to the date range selected. (select PROJECT,TASK_NAME, to_char(trunc(START_DATE), 'mm-dd-yyyy') od, to_char(Read more
Thank you very much for your quick response, and it works :).
Unfortunately, I have some more queries.
I want to put the date range (from_date and to_date as date picker) and filter according to the date range selected.
(select PROJECT,TASK_NAME, to_char(trunc(START_DATE), 'mm-dd-yyyy') od, to_char(trunc(END_DATE), 'mm-dd-yyyy') ed from EBA_DEMO_IR_PROJECTS)
So could you please advise me on how I can achieve it, please?
how to add date facet in faceted search
apex-learner
I think to make two facets input fields (the first one with greater than and the second less than). How can I group it and use a date picker or date picker range as an input type? Would you please let me know if there is a more effective method? Thank you very much.
I think to make two facets input fields (the first one with greater than and the second less than). How can I group it and use a date picker or date picker range as an input type? Would you please let me know if there is a more effective method?
Thank you very much.
See lesshow to add date facet in faceted search
apex-learner
Thank you very much for your quick response, and it works :). Unfortunately, I have some more queries. I want to put the date range (from_date and to_date as date picker) and filter according to the date range selected. (select PROJECT,TASK_NAME, to_char(trunc(START_DATE), 'mm-dd-yyyy') od, to_char(Read more
Thank you very much for your quick response, and it works :).
Unfortunately, I have some more queries.
I want to put the date range (from_date and to_date as date picker) and filter according to the date range selected.
(select PROJECT,TASK_NAME,
to_char(trunc(START_DATE), 'mm-dd-yyyy') od,
to_char(trunc(END_DATE), 'mm-dd-yyyy') ed
from EBA_DEMO_IR_PROJECTS)
So could you please advise me on how I can achieve it, please?
See less