BI Publisher (MOSC)

MOSC Banner

Hyperlink in BI Publisher + error ORA-01489: result of string concatenation is too long

edited May 31, 2019 3:40PM in BI Publisher (MOSC) 4 commentsAnswered ✓

Hi all,

I created an RTF layout and added a hyperlink to pass the parameters on to a drill down report.

The hyperlink is build using queries to pass all selected prompts.

My hyperlink ends by:

&_xmode=&_paramsBU={//BU}{//REG_LINK}{//DIST_LINK}{//SITE_LINK}&_paramsP_DATE1={//P_DATE1}&_paramsP_DATE2={//P_DATE2}&_xt=By_Store&_xf=pdf&_xautorun=false

The {//SITE_LINK} comes from a data set on the data model, the query ends like this :

WITH DT AS (...).....

SELECT LISTAGG('&'||'_paramsP_STORE='||(DT.SITE))WITHIN GROUP ( ORDER BY DT.SITE ) SITE_LINK FROM DT

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