on 2024 May 06 4:07 PM
Hello,
I need to filter for 2 status. In the documentation is only filtered for one. Is it possible to filter for e. g. FR and IN? The filter must be used for a function.
# Filter to deactivate the "Open Original for Edit" function when a document has status "Final Release" (FR) obr.filter.fnc.doc.open.fast.edit = *;PRP;STATUS;STRING;FR;==
Regards
Anika
Request clarification before answering.
Hello Anika,
you can use REGEXP (https://regex101.com/) as well in filters.
obr.filter.fnc.doc.open.fast.edit = *;PRP;STATUS;STRING;RE;FR|IN
Instead of "==" please use RE.
regexp string would be "FR|IN"
Hope this helps.
regards,
Gerhard
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
2 | |
1 | |
1 | |
1 | |
1 | |
1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.