Tuesday, 14 February 2017

Enable CLOB Field in OBIEE

Today we are going to discuss how to enable CLOB field in OBIEE. Below are the steps which need to be followed.
Lets assume , ACTION_ITEM table has a column called ACTION_TAKEN which datatype is CLOB.

1. There is not CLOB datatype in OBIEE RPD. For CLOB please select LONGVARCHAR type in RPD physical layer.



 2.   Its mandatory to define a Keys for that Physical Table in RPD.






3.Open the same column in BMM layer. Select that particular column and click on Edit under “Column Source Type”.



4. Open that Column from Logical Table Source.









5. Need to use LOOKUP DENSE funcation.
Syntax : LOOKUP (DENSE  CLOB Column, PK Column)



6. Move it to Presentation layer and use the same in BI report.



Enjoy and Stay Well !! :)


2 comments:

  1. Thank you Sudipta, its quite helpful and its very easy to understand.

    ReplyDelete
  2. I wanted to thank you for this great read!! I definitely enjoying every little bit of it I have you bookmarked to check out new stuff you post. read more

    ReplyDelete

Power BI: Show Last Data Refresh on Dashboard

 To show last data refresh on Power BI report follow the below steps. 1. Open Report Query Editor Mode. 2. Clink on Get Data -> Blank...