Categories
- All Categories
- 4 Oracle Analytics Sharing Center
- 12 Oracle Analytics Lounge
- 189 Oracle Analytics News
- 41 Oracle Analytics Videos
- 15.4K Oracle Analytics Forums
- 5.9K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 65 Oracle Analytics Trainings
- 14 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
How to avoid ask reference when I validate a request

Hello,
I have a problem with editing reports.
I duplicated a data model and want to add fields in the query but parts of the query are dynamic and when validating the changes, it asks me to value these parts.
How can I validate without doing this valuation?
Thank you
Best Answer
-
Hi @Xavier H. ,
The solution to this is to edit the data model using text editor instead of BIP. Follow the steps mentioned in below MOS note:
Fusion BI Publisher - How to Get Around Lexical References When Customizing a Seeded Data Model (Doc ID 2318462.1)
Thanks.
0
Answers
-
Hi @Xavier H.
Its an standard Functionality of SQL, as you are passing an '&' parameter so you need to enter some value to execute the query.
you can try procedures/functions to minimize the runtime inputs.
Regards,
Arjun
0