Skip to content
CCPEDIAby Unity Nodes
Discussions/App Development/How to specify filter for not match in frontend-config.js?Forum ↗

How to specify filter for not match in frontend-config.js?

App Development2 posts315 views1 likesLast activity Jan 2021
A1
a14843OP
Jan 2021

I can display contracts that belong to a particular party using “filter” in customViews in frontend-config.js … but how about the opposite? I.e. to filter contracts that does not belong to that particular party?

May be a more generic question is, can I specify a regular expression for filter?

CO
cocreature
Jan 2021

Hi @a14843, sorry for the long delay. Navigator only supports substring matching on fields. There is no option to assert that a field is not equal to a specific value.

← Back to Discussions