Good Day,
I am wondering if there is a more efficient way to achieve what I am currently trying to do.
I currently have an inventory table that displays quantities of [Total Inv], [Allocated], and [On Hand] in cases
I would like users to be able to swap between different units of measure…
One way I figured I could do this is to generate VCs for each Inventory category ([Total Inv], [Allocated], and [On Hand]) then utilize a Show_If Constraint like so…USERSETTINGS(Inv UoM)="kg"
However, if I have 4 UoM that I would like to swap between that would be 16 additional VCs - is there an easier way to achieve this without utilizing so many VCs?