I need the users to be able to register any additional discount we might get on purchases that the company makes, so I have a unit price column and a additional discount column in my "Pricing" table.
The issue is, that dataverse doesnt have a "percentage" data type. Of course, people can use the decimal version, but the initial impulse when one is going to write down a discount is to use the percentage number.
Do I have to make a separate column that will take the discount percentage inputted by the user and transform it into decimal to avoid any mistakes, or is there a way for the same "additional discount" column to transform any data written in it to decimal (like how in excel when we set the format of a cell to percentage so any calculations done with that cell are accurate)