Hi, I'm trying to figure out how to create a facet on an entity b

Hi,

I'm trying to figure out how to create a facet on an entity backed record that is based on the existence or non-existence of a date for a specific record field, but I'm not having any luck in doing this using = null() and <> null(), respectively, in my facet options.

Any assistance would be greatly appreciated....

OriginalPostID-110585

OriginalPostID-110585

  Discussion posts and replies are publicly visible

Parents
  • I'm fairly certain it's null. I added this expression to the record dashboard:

    a!textField(
    label: "CompletionDate",
    readOnly: true,
    value: if(isnull(rf!ProcessInstanceCompleted),"Null","Not Null")

    for records where the value in our database is null, that expression renders as "Null" on the record dashboard page and "Not Null" when there is a value.
Reply
  • I'm fairly certain it's null. I added this expression to the record dashboard:

    a!textField(
    label: "CompletionDate",
    readOnly: true,
    value: if(isnull(rf!ProcessInstanceCompleted),"Null","Not Null")

    for records where the value in our database is null, that expression renders as "Null" on the record dashboard page and "Not Null" when there is a value.
Children
No Data