Forum Discussion
JMWDBA
Advocate II
9 years agoTrue and False with unrelated fields
So I know how to use the True and False clause when the values between two fields are equal and when they are not equal but I am unsure if its possible to use the True/False by validating parameters ...
- 9 years ago
Hi JMWDBA,
A little weird. The formula should work. Could you try the formula below to see if it works? :smileyhappy:
Military Rate = IF ( 'Registrations'[Term Military Civilian Type Descr] = "Civilian" && ( ISBLANK ( 'Registrations'[Term Military Status] ) || 'Registrations'[Term Military Status] = "" ), "No Military Rate", "Military Rate" )Regards
v-ljerr-msft
Microsoft Employee
9 years agoHi JMWDBA,
A little weird. The formula should work. Could you try the formula below to see if it works? :smileyhappy:
Military Rate =
IF (
'Registrations'[Term Military Civilian Type Descr] = "Civilian"
&& (
ISBLANK ( 'Registrations'[Term Military Status] )
|| 'Registrations'[Term Military Status] = ""
),
"No Military Rate",
"Military Rate"
)
Regards
JMWDBA
Advocate II
9 years agoThat worked like a charm!!! You are heaven-sent!!!:smileylol: