https://bugs.documentfoundation.org/show_bug.cgi?id=169610

--- Comment #3 from Michael Otto <[email protected]> ---
according to Regina's Comment
https://bugs.documentfoundation.org/show_bug.cgi?id=169596#c4
the implementation of the export to ODF is NOT missing for SORT_TRANSFORMATION

this case has a further impact:
all transformations behind the SORT_TRANSFORMATION are not saved as well
-->presumably the SORT_TRANSFORMATION aborts all further save processing


see below two combined tests: Sort Columns + Delete Column and vv.
same PRECONDITION as in bugreport Description

A)
ordering Sort Columns + Delete Column:
Data Provider Transformations: Sort Columns [Add]
Parameters: Ascending Order, Column in... 2;3
Data Provider Transformations: Delete Column [Add]
Parameters: Cols 7
save Calc file --> attached DataProvider-Transformation-‍‍Sort+DeleteCol.ods
content.xml:
<calcext:data-transformations/>

B)
reverse order: Delete Column + Sort Columns
Data Provider Transformations: Delete Column [Add]
Parameters: Cols 7
Data Provider Transformations: Sort Columns [Add]
Parameters: Ascending Order, Column in... 2;3
save Calc file --> attached DataProvider-Transformation-‍‍Delete+SortCol.ods
content.xml:
<calcext:data-transformations>
<calcext:column-remove-transformation>
<calcext:column calcext:column="6"/>
</calcext:column-remove-transformation>
</calcext:data-transformations>


checked as well with further otherwise saved transformations (Aggregate 
Functions, Numeric, Replace Null, Date and Time) after Sort Column: 
transformations after the Sort Column transformation are NOT saved.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.

Reply via email to