Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now
Sign InSign Up

OrclQA.Com

OrclQA.Com Logo OrclQA.Com Logo

OrclQA.Com Navigation

  • Oracle
  • Oracle Apex
  • Python
  • Questions
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Ask Question
  • Add Post
  • Oracle
  • Oracle Apex
  • Python
  • Questions
  • About
  • Questions
  • Answers
  • Best Answers
  • Posts
  • Comments
  1. Asked: September 18, 2021

    how to add date facet in faceted search

    apex-learner

    apex-learner

    • 1 Question
    • 2 Answers
    • 0 Best Answers
    • 25 Points
    View Profile
    apex-learner Contributor
    Added an answer on September 18, 2021 at 2:49 pm

    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 less
    • 0
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
  2. Asked: September 18, 2021

    how to add date facet in faceted search

    apex-learner

    apex-learner

    • 1 Question
    • 2 Answers
    • 0 Best Answers
    • 25 Points
    View Profile
    apex-learner Contributor
    Replied to answer on September 18, 2021 at 2:17 pm

    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
    • 0
    • Share
      Share
      • Share on Facebook
      • Share on Twitter

Sidebar

Explore

  • Ask Question
  • Add Post

Creative Commons License
This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.
© 2022 OrclQA.Com. All Rights Reserved.
Privacy Policy - About Us