We have this schema named Documents where a Document No. field is necessary. Adding document number would have been as simple as using Auto Increment but we need to track document numbers from several departments. Each department needs to start their sequence with 1.
This is how it’s currently setup using Auto Increment.
Goal is to have a separate sequence for P&C, PEx and KAM (department abbreviations). I tried creating a separate schema for each department but I can’t find a way to call the specific sequence based on which department is selected. Can’t use conditions when using text formula.