Skip to content

Latest commit

 

History

History
55 lines (39 loc) · 1.23 KB

changelog.md

File metadata and controls

55 lines (39 loc) · 1.23 KB

Changelog

0.1.3 - 2021-10-20

Added

  • Row/Column field options
    • blank line insert
    • show all items
    • repeat labels
    • subtotal location
    • report layout
    • row field layout

Changed

  • Merge row/column subtotal & blankline apply functions into apply_rowcol_options function

0.1.2 - 2021-10-16

Added

  • Pivot Table Title
  • Row/Column subtotal visibility

0.1.1 - 2021-10-14

Added

  • Installing and Using sections in README
    • Initializing Class Module
    • Adding Pivot Fields
    • Creating Pivot Table

Changed

  • Class module names
    • clsPt -> PtW
    • clsPtField -> PtWField

0.1.0 - 2021-10-14

Added

  • clsPt and clsPtField class modules with basic pivot table functionality
    • Create row, column, page and data fields
    • Sort and filter row & column fields
    • Set page filters
    • Set data function, calculation & number format
    • Set grand totals, empty & null display
  • About section in README