Hi @mjuengel. I am not sure there is actually a direct way to control those details to the degree you want to control them. The main place to control how numerical values appear in your documents is by going to the Tools tab, Options panel, and clicking on the Document Settings button. Then, within the Document Settings dialog, go to the Units tab, then under where it says "Modeling Dimension Display", select different options from the two drop-down menus there. This is obviously a document level setting, not an application wide setting, and is mostly just a visual effect, not actually changing any numerical values, but just showing them differently.
Within the Parameters dialog directly, there is no such setting / control over how many decimal places will be shown. We can trick it into showing more or less following zeros by typing in a value with more following zeros, then a 1 or other digit at the end of it, then enter button, then go back and change the last digit to a zero. But when you put a numerical parameter into an iLogic Form, there is no control / property of that parameter item that will let you control its number of places after the decimal point, or rounding.
However, if you mark a parameter for export in the Parameters dialog, that will automatically create a custom iProperty matching that parameter, and you can control the formatting of that iProperty's value that way, then include that custom iProperty in the iLogic Form. But changing the value of that custom iProperty will not change the value of that parameter it is a copy of. Changing the parameter's value does change the iProperty though.
Wesley Crihfield

(Not an Autodesk Employee)