Categories
- All Categories
- Oracle Analytics Learning Hub
- 17 Oracle Analytics Sharing Center
- 17 Oracle Analytics Lounge
- 224 Oracle Analytics News
- 44 Oracle Analytics Videos
- 15.8K Oracle Analytics Forums
- 6.2K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 84 Oracle Analytics Trainings
- 15 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture
BiPublisher Sum within group Causing Error / Crash?

User_B5W17
Rank 1 - Community Starter
I am utilising bipublisher with oracle intelligent advisor. I have the following group over 3 fields.
"Rate Card Item Description" "Quantity" "unitCostP3Final"
The grouping is working as is the summing on the quantity field, but when I try to sum the unitCostP3Final field, it is crashing. Quantity is mapped in, where as unitCostP3Final is calculated based on rules, not sure if this makes a difference. Please see below for code:
Existing code:
<?for-each-group:RCI;./RateCardItemsDescription_value?>
Field: Quantity [<?sum(current-group()/quantity_value)?> ]
Field: unitCostP3Final[<?sum(current-group()/unitCostP3Final_value)?> ]
<?end for-each-group?>
Thanks
0