Delete Parameter Value

Hello Everyone,
Is there a way to delete parameter value in Revit? I have an integer parameter, and I need it to be empty, instead of having a 0 there.
I can not remove the parameter because I would lose data.

Does replace with “” work for you?

From memory if it’s an int/length parameter in Revit then once it’s been assigned a value you can’t set it back to null or empty, only 0. If I’m correct, is a potential workaround to create the parameter as a text parameter, then use Dynamo to populate the values and set the 0s to “”? No good if you’ve got any math based formulae or calculate values based on that parameter though…

Are you able to set the value to null ?
If not, is there a way to remove the value directly through Revit without using Dynamo? If thats not possible it is (most often) also not possible through Dynamo.

I believe there is a package (check Clockwork, Springs, Steamnodes, and Archi-Lab) to ‘clear’ a parameter value.

There are some limits to what parameters you can remove the values from though.