Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 16 Oracle Analytics Lounge
- 216 Oracle Analytics News
- 43 Oracle Analytics Videos
- 15.7K Oracle Analytics Forums
- 6.1K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 79 Oracle Analytics Trainings
- 15 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
BiPublisher Sum within group Causing Error / Crash?

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