I have a function whereby is a combobox is blank or its item is deleted, I need another field to show a certain value.
I have set the DEFAULT to a text box to:
If(IsEmpty(Combobox),"7","4"
However, the function doesn't seem to 'know' that the combobox is blank or empty when I delete the value in it?
Many thanks!