You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

Oracle Documents of Records link

edited Apr 15, 2021 1:09PM in Reporting and Analytics for HCM 2 comments

Content

Hi Guys,

Is there a OBIEE BIP SQL CODE code that can turn the column value into a clickable link, please see image for reference. Here's my current sql code. thanks!

--------------------------------------------------------------------
select 
PAPF.PERSON_NUMBER
,PAPF.PERSON_ID
, PPNF.FULL_NAME
----oracle documents----
, ODM.DOCUMENT_NAME
, ODMT.DOCUMENT_TYPE
, ODMT.FILE_NAME
, ODMT.TITLE
 
----Document Link Test------
|| TRUNC(SYSDATE)
|| '&pAssignmentId='
|| PAAM.ASSIGNMENT_ID
|| '&fndGlobalItemNodeId=itemNode_workforce_management_person_management&'
|| 'pPersonId='
|| PAPF.PERSON_ID
|| '&fnd=%252FWEB-INF%252Foracle%252Fapps%252Fhcm%252Femployment%252Fmanage%252Fui%252Fflow%252FManageEmploymentTF.xml%2523ManageEmploymentTF%'
Tagged:

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!