BI Publisher (MOSC)

MOSC Banner

Logic test in BIP

edited Jun 25, 2018 4:52PM in BI Publisher (MOSC) 1 commentAnswered
Hi all,

Has anyone come across a situation where the logic of a statement in RTF files does not work?

I'm trying to do:

  <?if:((a='value') and (b='value')) or ((a='value3') and (b='value4'))?>

to display a paragraph or not.  I've also tried the following:

  <?if:(a='value' and b='value') or (a='value3' and b='value4')?>

which produces the same error.

The above causes an error of 'file does not begin with %pdf' when trying to display in PDF format.

When I do this:

  <?if:(a='value') and (b='value') or (a='value3') and (b='value4')?>

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