OsCLD 
The Content Library Document function allows you to display a document from the Content Library page of Interface for the Web.
Note
The Content Library does not require an association to a specific application or dimension member.
Syntax
OsCLD(Application,FileName,Team,Type,Target window)
Application — The name of the application where the document resides.
FileName (optional) — The name of the document to display.
Team (optional) — The team that has access to this document.
User (optional) — The user who has access to this document.
Type (optional) — The document type.
TargetWindow (optional) — Determines where to display the documents.
0 = Same frame (default)
1 = Same window
2 = New window
Example
The following example displays a document called BPC_5.pdf. The document must be posted to the Content Library of Interface for Web.
=OSCLD(Finance,PC_5.pdf,,Doc,2)