giggles7840
IS-IT--Management
hopefully this will make sense and can be done. here aare the 2 statements that i have:
Statement 1 - This one will restrict certain records.
if {@Appraisal Area} = "Appraisal" then {LsaAcct.LsaStatusCd} IN ['Active','On Hold']else
if {@Credit Area} = "Credit" then {LscAcct.LscStatusCd} IN ['Active','On Hold']else
If {@Flood Area} = "Flood" then {LsfAcct.LsfStatusCd} IN ['Active','On Hold']
Statement 2 - This one is what i use for a parameter.
if {@Appraisal Area} = "Appraisal" then "Appraisal"else
if {@Credit Area} = "Credit" then "Credit" else
If {@Flood Area} = "Flood" then "Flood"
is there a ways to wrap these together in one formula?
Statement 1 - This one will restrict certain records.
if {@Appraisal Area} = "Appraisal" then {LsaAcct.LsaStatusCd} IN ['Active','On Hold']else
if {@Credit Area} = "Credit" then {LscAcct.LscStatusCd} IN ['Active','On Hold']else
If {@Flood Area} = "Flood" then {LsfAcct.LsfStatusCd} IN ['Active','On Hold']
Statement 2 - This one is what i use for a parameter.
if {@Appraisal Area} = "Appraisal" then "Appraisal"else
if {@Credit Area} = "Credit" then "Credit" else
If {@Flood Area} = "Flood" then "Flood"
is there a ways to wrap these together in one formula?