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
JMWDBA
Advocate II
9 years agoFor some reason it labels all of them as "Military Rate" based on the formula you provided instead of labeling those with Civilian and IS Blank in the Term Military Status Field as "No Military Rate"
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
- JMWDBA9 years ago
Advocate II
That worked like a charm!!! You are heaven-sent!!!:smileylol: