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.
How to pass the string values from the dashboard prompt to analysis
Summary
passing string values to the analysis which is created from direct database request from the dashboard promptContent
I am creating a analysis using direct database request.i need to gives filters in the query so i followed the syntax like
goal_name IN (@{Goal_plan}{goal_name})
AND Department_name IN (@{Department}{Department_name})
AND location_name IN (@{Location}{location_name})
AND Business_Unit_name IN (@{Sub_business_unit}{Business_Unit_name})
But I am getting Errors like
1)message: ORA-00904: "GAS": invalid identifier at OCI call OCIStmtExecute. (HY000)
2)ORA-00907: missing right parenthesis at OCI call OCIStmtExecute. (HY000)
Is there anything wrong in the syntax .please check once i am attaching query.
Tagged:
1