Forum Discussion
Mike_Rausch_628
Nimbostratus
Mar 14, 2007Syntax for Nested "IF" statements
I am trying to create a rule that has several criteria but I cannot get the nested IF statements to work.
AaronJB
SIRT
Mar 14, 2007Perhaps post an example of what you have so far?
Generally nesting if statements is fairly straightforward:
when EVENT {
if { criteria_1 } {
if { criteria_2 } {
do_stuff
}
do_stuff_if_crit_1_matched
}
}
What particular problem are you having?
--
Aaron
Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects