BI Publisher (MOSC)

MOSC Banner

From date and todate parameter not working

edited Feb 20, 2019 12:33PM in BI Publisher (MOSC) 4 commentsAnswered

Hi Team,

I have developed the custom query but while add the From date and Todate parameter in the BI report getting the error unable to get the solution, please help me on this.

Query :

Select LTRIM (initcap(cppnf.title) || ' ')

|| LTRIM (cppnf.first_name || ' ')

|| LTRIM (cppnf.middle_names || ' ')

|| cppnf.last_name CONTACT_NAME,

(select (TRIM (initcap(ppnf.title) || ' ')

|| LTRIM (ppnf.first_name || ' ')

|| LTRIM (ppnf.middle_names || ' ')

|| ppnf.last_name) from per_person_names_f ppnf where ppnf.person_id=papf.person_id

                                               and ppnf.name_type='GLOBAL'

   AND SYSDATE BETWEEN PPNF.EFFECTIVE_START_DATE AND PPNF.EFFECTIVE_END_DATE AND ROWNUM<2) FULL_NAME,

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center