Categories
- All Categories
- Oracle Analytics and AI Learning Hub
- 52 Oracle Analytics and AI Sharing Center
- 19 Oracle Analytics and AI Lounge
- 288 Oracle Analytics and AI News
- 57 Oracle Analytics and AI Videos
- 16.3K Oracle Analytics and AI Forums
- 6.5K Oracle Analytics and AI Labs
- Oracle Analytics and AI User Groups
- 111 Oracle Analytics and AI Trainings
- 21 Oracle Analytics and AI Challenge
- Find Partners
- For Partners
Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture
Create JSON output format in BI Publisher
Luis Gustavo
Rank 2 - Community Beginner
We have a request to raise a BIP report using JSON output.
We needed to build a complex report query to get JSON layout, but when business user runs this report, everytime they have challenges to convert it to JSON output.
The output option JSON should be available in BIP similar to eText and XML.
1
Comments
-
any udpate please?
0 -
try this..
SELECT JSON_OBJECT ('SupplierNumber' VALUE ps.segment1,
'VendorType' VALUE ps.vendor_type_lookup_CodeFORMAT JSON) sample_output
FROM poz_suppliers ps0