LOV Parameter Disabled When Using Full Item Description
Summary:
I'm working on a BI Publisher report in Oracle Fusion where I want to use item description as a parameter. The parameter is based on a List of Values (LOV) from the egp_system_items_tl
table. When I use the full EGL.description
in the LOV query, the parameter appears disabled in the report runtime. The LOV works only if I apply SUBSTR(EGL.description, 1, 30)
or similar truncation.
is there is a way to show the full description?
Content (please ensure you mask any confidential information):
Version (include the version you are using, if applicable):
Code Snippet (add any code snippets that support your topic, if applicable):