- Access exclusive content
- Connect with peers
- Share your expertise
- Find support resources
12-11-2014 08:43 AM
I know you can filter rules you are viewing in the policy window on many aspects but can you filter out any disabled rules so you are only looking at active ones?
Is there a regex guide for the filtering in this window?
Thanks
12-11-2014 03:16 PM
Please use this as a filter
(disabled eq 'no' )
It will show you all the active policies.
Try (disabled eq 'yes ' ) , for seeing disabled policies only.
Let me know if it was helpful .
12-11-2014 03:16 PM
Please use this as a filter
(disabled eq 'no' )
It will show you all the active policies.
Try (disabled eq 'yes ' ) , for seeing disabled policies only.
Let me know if it was helpful .
12-11-2014 03:42 PM
Hi MSharma
For ( disabled eq 'no' ) to work you first have to make sure all the policies are enabled: For doing this select all policies and click enabled
Now disable the required policies.
After the above steps both ( disabled eq 'no' ) and ( disabled eq 'yes') will work
Hope it helps !
12-16-2014 09:33 AM
I think this corresponds with what I am seeing. If I do a ( disabled eq 'yes') it looks like I get the correct disabled rules but if I do a ( disabled eq 'no' ) it seems I don't get all the active rules.
Thank you both for your help!
Click Accept as Solution to acknowledge that the answer to your question has been provided.
The button appears next to the replies on topics you’ve started. The member who gave the solution and all future visitors to this topic will appreciate it!
These simple actions take just seconds of your time, but go a long way in showing appreciation for community members and the LIVEcommunity as a whole!
The LIVEcommunity thanks you for your participation!