Hi, I'm trying to report on a field. It was made in 2014, as was an identical field with the same name. These fields are used on two different forms, I do not want to alter the fields in any way if it can be avoided. I do however, want to report on one of them. But when I try to write a formula like this:
IF [Example Field] = NULL
Then
"No Value"
ELIF
[Example Field] != NULL
"Value present"
ENDIF
The problem is, it is picking the wrong field called "Example Field", that isn't even on the form I'm trying to report on. Is there any way to use the custom field number or something to force it to use the right one?
Here's the relevant info from Reporting with custom fields:
I'll see if we can add warnings to our documentation articles on creating custom fields to make this more visible.