https://bugs.freedesktop.org/show_bug.cgi?id=66655

Noel Power <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #5 from Noel Power <[email protected]> ---
just for future info, some summary of the problem...

it occurs in 
ScDPObject::GetPivotData(...)

where there is a failure to match DataPilotFieldOrientation_DATA type
ScDPSaveDimension objects for the given fieldname e.g. in this case the field
name

"Average - value" relates to the field named 'value'

there have been changes to the code (since 4.1) to use results stored within
the result tree stored inside the pivot object instead of the table output
(which is what was previously used) Part of the problem here is the "Average -
" part of the name "Average - value" is created from the function associated
with the data field and that name is not stored (by design) in the result tree.
Further more the other fields ( from different functions on the same 'value'
field e.g Count - value etc. ) have just the same field name stored ( actually
adjusted by the code for uniqueness, "value, value*, value**" etc.

cc'ing Kohei here because after some discussion on IRC he will handle this when
he has the chance

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to