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.
Merge Lead Creation Date & Opportunity Creation Date
Summary:
We are having a scenario to populate total no of Leads & Opportunity created on Monthly basis. For FY2024, On monthly basis Jan'24, Feb'24 , Mar'24 etc . . It should populate Lead Count and Opportunity count in OTBI. Where as we could able to view either Lead count or Opportunity count only but not both. Since Creation date field is different for both the objects.
Content (please ensure you mask any confidential information):
Lead Reference script :
CASE
WHEN MONTH("Lead"."Lead Creation Date")= 1 THEN '01-Jan'
WHEN MONTH("Lead"."Lead Creation Date")= 2 THEN '02-Feb'
WHEN MONTH("Lead"."Lead Creation Date")= 3 THEN '03-Mar'
Tagged:
0