https://bugs.documentfoundation.org/show_bug.cgi?id=80177
--- Comment #27 from Julien Nabet <[email protected]> --- Eike: I tested this patch diff --git a/sc/source/core/data/dptabres.cxx b/sc/source/core/data/dptabres.cxx index e49fbd365b44..adfb881eae12 100644 --- a/sc/source/core/data/dptabres.cxx +++ b/sc/source/core/data/dptabres.cxx @@ -1369,7 +1369,7 @@ void ScDPResultMember::FillMemberResults( } const ScDPDimension* pParentDim = GetParentDim(); - if ( bIsNumeric && pParentDim && pResultData->IsNumOrDateGroup( pParentDim->GetDimension() ) ) + if ( bIsNumeric && pParentDim && !pResultData->IsNumOrDateGroup( pParentDim->GetDimension() ) ) { // Numeric group dimensions use numeric entries for proper sorting, // but the group titles must be output as text. and dates appear. But then I did "make sc.check" and it failed on several tests. At least, it may be a start for some research. -- You are receiving this mail because: You are the assignee for the bug.
