Categories
- All Categories
- Oracle Analytics Learning Hub
- 30 Oracle Analytics Sharing Center
- 18 Oracle Analytics Lounge
- 238 Oracle Analytics News
- 45 Oracle Analytics Videos
- 16K Oracle Analytics Forums
- 6.2K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 88 Oracle Analytics Trainings
- 15 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
INSTR in IF Condition or Conditional Row display with INSTR in XML Publisher
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