Oracle Analytics Cloud and Server

Products Banner

BI Publisher conditional grouping one group only

Received Response
25
Views
2
Comments

Summary

Break one business unit by department depending on certain account ranges

Content

Pleaee help, I'm a novice BI creator.

I need to split group in report depending on range value. The report already has 5 groups, I need the top level group to split when a certain business unit and department value range of values. The split only will happen with one business unit. 

Report is run from PSoft query based on run control in Peoplesoft.

What's the best way to achieve this?

 

Code Snippet

Range Value:
if (DEPTID >= '6325000' and deptid <= '6328000' then
'Funky'
else
''
Tagged:

Answers