This pack is amazing. Could it be expanded to include buttons ( “free-floating” buttons) ? My most complex docs rely a lot on them in order to avoid decrease in performance due to “excessively” complex/verbose formulas
Hi @Scott_Collier-Weir ! At the moment the pack seems to analize only tables and views, but not Controls and Buttons. It would be nice if those were included too.
EXAMPLE
Objects in doc:
SCENARIO
if I delete the column “Price” of the table “Catalogue”, this pack allows me to know in advance that by doing so I would break the column “Margin”, because (in this example) it depends on it, but it would not tell me that the button "Reset prices in the table Catalogue " would break too because the column that this button is supposed to edit would be inexistent
I have used this in two docs now, and it works well for my requirements.
I use it on tables that I created to make notes on what the columns mean.
But then I recently I conceived of another way to use this.
For our SAP implementations we need to collect master data from business.
The master data file looks like this, for example a cost centre list:
But to assist them in completing the data, I use the Audit pack to get all the columns. I then add some columns at the back to provide info, list of allowed entries, etc.