Thanks,
I have no security filters added and all the other slice views with the same kind of expressions work fine when showing in the view.
This is my formula:
and(
ISNOTBLANK([Reported by]),
ISNOTBLANK([Reported to]),
ISNOTBLANK([Incident Short Description]),
ISNOTBLANK([Severity Level]),
ISNOTBLANK([Event Description]),
ISNOTBLANK([Immediate Actions Taken]),
ISNOTBLANK([Cause Identified]),
ISNOTBLANK([Responsible Person]),
or(
ISBLANK([Date Closed]),
in(“Open”,[Related Actions][Action Status]),
isblank([Signed /Authorised])
)
)
And then under the table slice I click on “View Data” and get the correct outcome:
But then on the app view I only get the one entry:
