Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture
Comments
-
Can you describe how the BLOB would be mapped to the data definition? Maybe something like, in the data template XML, in the SQL query, you would do: SELECT CUSTOM_PKG.XML_FUNCTION(ASG_ACT.ASSIGNMENT_ACTION_ID) PAYSLIP_DATA FROM HR.PAY_ASSIGNMENT_ACTIONS ASG_ACT WHERE ASG_ACT.ASSIGNMENT_ID = :p_Assignment_Id Then in data…