Hello all! I am in need of help with understanding how to create a nested if statement. I have 3 statements:
if(${FIA1_Pass} = 'Pass','<font color="green">Pass</font>','')
if(${FIA1_Incorrect_Calc} >= 4,'<font color="red">Fail</font>','')
if(string-length(${Firm_Name_FIA1})=0, 'Incomplete','')
Currently I have them all in 1 calculation using the "or" function, and it works as I would expect in connect, however in my dashboard it appears as "true" or "false." I'm assuming I need to nest my if statement, correct?
Thank you for any help!