Oracle Analytics Cloud and Server

Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture

INSTR in IF Condition or Conditional Row display with INSTR in XML Publisher

Question
92
Views
0
Comments

Summary

INSTR in IF Condition or Conditional Row display with INSTR in XML Publisher

Content

Hi,

   I have below requirement.

  The report picks data based on specific date criteria on Due date, which categorizes the Order Status as "Past Due", "Today", "Today+1" .. Today + 9

   For example based on data consider the  variable ORDER_STATUS holds the string "Past Due, Today, Today + 5'

  Now requirement is

               <?IF INSTR(ORDER_STATUS, 'Today +6 ') = 0 ?>         ( which means, if the search string DOES NOT exist in the source string, then display record in RTF template)

                   Display record

                 <?end if?>

Appreciate quick help! Thank you!

- Ram

Welcome!

It looks like you're new here. Sign in or register to get started.