Business Central & Analysis Views
Today was the first day I got to play with the new analysis views in Business Central and I made a little experiment.
I Created a new table:
table 50100 "Large Table" { DataClassification = ToBeClassified; fields { field(1; "Entry No."; Integer) { DataClassification = ToBeClassified; AutoIncrement = true; } field(2; "Some Date"; Date) { DataClassification = CustomerContent; } field(3; "Some Amount"; Decimal) { DataClassification = CustomerContent; } } keys { key(Key1; "Entry No.
Published on:
Learn more