Is it possible to create a calculated field that is not bound to a text box but will still function?
I have a need to do some complex math using a bunch of number entries in an InfoPath form, but the results are only used in a specific SharePoint list View. I do not need it to show in the form itself.
My first thought was just adding a Calculated Column to the SharePoint list. This worked fine and dandy, but I didn’t realize till later that any time I tweak the InfoPath form and publish it, it blows away any custom columns I made directly in SharePoint. So instead of re-creating these every time I thought I’d just add a Calculated Field in the InfoPath form, but it seems to do nothing in the list (always blank), so I assume it must be bound to a text box to work. My last thought was binding it to a text box and putting it in a lone section that was always hidden, but I am having trouble finding Rule conditions that are always false (or true) no matter what, so that it is never visible.
Any thoughts on a way out of this conundrum? I’d prefer to not have it in the form at all, but if I must, anyway to make it permanently invisible?