Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
if {v_ECL_LocalAuthorities.Emergency911} = '1' Then chr(254) else chr(168)
if {v_ECL_LocalAuthorities.Emergency911} = '1' OR {v_ECL_LocalAuthorities.Emergency911} = 'Yes' Then 'Happy' else 'Sad'
If IsNull({v_ECL_LocalAuthorities.Emergency911}) Then
chr(168)
Else
If {v_ECL_LocalAuthorities.Emergency911} = '1' OR {v_ECL_LocalAuthorities.Emergency911} = 'Yes' Then
chr(254)
Else
chr(168)