Commit Graph

13 Commits

Author SHA1 Message Date
PhilRunninger
aa13911c02 Make the VBA handle pivot fields in the filters section.
Tread the PivotTable filters the same as the row headers, making them
part of the WHERE clause in the SQL statement.
2024-03-19 16:21:18 -04:00
PhilRunninger
4c1584af3d Restore the BASIS and BASELINE lists, removing "baseline" from them.
There were too many other locations that needed to be found and changed,
that it was easier to just do:
    update osm_pool set iter='plan' to iter='baseline'
and be done with it. I also informed Jim to make the same change in his
baseline creation scripts.
2024-03-18 21:24:28 -04:00
PhilRunninger
a821f15c32 Update DSM, Tags, Basis, and Baseline lists.
I got DSM list from ubm.rlarp.osm_pool, not CMSInterfaceIn.lgdat.CODE.
Made the list of Tags contain just "Volume".
Added "baseline" to the Basis and Baseline lists.
2024-03-15 10:06:57 -04:00
PhilRunninger
f70a733624 Not exactly sure what changes were made here. Bringing repo up to date.
VBA changes will be easier to track after the recent addition to the
repo of the exported code.
2024-03-13 09:04:25 -04:00
PhilRunninger
3fa2cb07f5 Batch error messages and identify period to which they apply.
This happens on the Monthly view, and it's possible to get multiple
error messages, even among other successful month adjustments. There was
no way of knowing which month was the offending one or if any had
succeeded when an error was shown.

This change collects all the error messages into one message with the
period so that it's more intuitive and less obtrusive.
2023-08-31 17:07:58 -04:00
PhilRunninger
395da4671b Add 'plan' to the list of iterations we can base new business on. 2023-08-31 09:56:37 -04:00
2c63d400f7 save my version that was on teams as 1.7 2023-03-03 14:32:10 -05:00
PhilRunninger
8809cb9ad4 Added PrintJSON function for debugging the JSON object variables. 2023-03-03 14:16:59 -05:00
PhilRunninger
bfcf8ff4b4 Keeping the workbook in sync with other code. 2023-03-01 17:56:36 -05:00
PhilRunninger
3b72871cc6 Renamed the pivot tables, and simplified some code.
I made the "did I double click in the pivot table?" code work more
efficiently.
2023-02-28 15:05:54 -05:00
PhilRunninger
8ba18476d8 Include new JSON parser for evaluation. Is it better? 2023-02-27 16:26:12 -05:00
PhilRunninger
21e72a42cc Update the Excel workbook to the latest version from Teams. 2023-02-22 14:24:39 -05:00
PhilRunninger
70392a6829 Renamed the Excel file. 2023-02-22 14:23:59 -05:00