column Hidden on a form when there is not condition to hide it

Hi I have a decimal coloum that is not showing up on the input form, even though there is no showif formula or any condition to hide this column, I can’t seem to figure out why this is happening. Please let me know if anyone has any ideas.

Thanks,
BRendan

Check the valid_if and edit_if as well. The system will also hide a column when it is blank and there is no possible valid value that can be input, or when it cannot be edited.

2 Likes

Maybe you wish to check if the form is based on a slice and if so if the slice has that decimal column included.

Or is the column included in the column order in the form view.

Or if editable_if is turned off on that column.

1 Like