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.
BIP Default Values in Parameters
Summary
Data Model - Can't setup a default value in ParametersContent
Hi Everyone,
I wonder if one of you have faced that.
I have parameter called Assignment Status in my BIP report but I would like to setup 'ACTIVE ASSIGNMENT' as default.
However, I just can't do that as data model seems not to save my change.
This parameter has a list of value, something like:
select distinct user_status, assignment_status_type_id
from FUSION.PER_ASSIGNMENT_STATUS_TYPES_VL
where end_date is null or trunc(sysdate) between start_date and end_date
order by user_status
1