Get Started with Redwood for Oracle Cloud HCM Begin Now
To ensure that questions get required attention from community members and are NOT left unanswered, it’s important for the author to indicate (by selecting “Yes” or “No” when prompted) whether the question was answered. (newly added) Please note that it is also important to respond to EACH comment your question receives. Your Yes or No response ensures an accurate status for your question.
For more information, please refer to this announcement explaining best practices for getting answers to questions.
For more information, please refer to this announcement explaining best practices for getting answers to questions.
Report parameter definition
Hi,
There is a absence start and end date in the absence used report I created.and when i select start and end dates i want to see absences in that range
this is how i defined my report parameter: AND TO_CHAR ((anc.START_DATE), 'dd.mm.yyyy') BETWEEN :P_BASLANGIC_TARIHI AND :P_BITIS_TARIHI
anc= ANC_PER_ABS_ENTRIES
:P_BASLANGIC_TARIHI = START DATE
:P_BITIS_TARIHI= END DATE
However, I select a range in the report, but it is not reflected in the report even though there is absence. But when I remove the parameter definition I can see.
0