I did like this but this didn't work ??
where ( (LoanAmt>${select_Amt}) or
(LoanAmt < ${select_Amt}) or
(LoanAmt <= ${select_Amt}) or
(LoanAmt >= ${select_Amt}))
I did like this but this didn't work ??
where ( (LoanAmt>${select_Amt}) or
(LoanAmt < ${select_Amt}) or
(LoanAmt <= ${select_Amt}) or
(LoanAmt >= ${select_Amt}))
Copyright © 2021 Jogjafile Inc.
Or, And, etc. are also functions in PRD (see Open Formula for documentation).
So what you need to implement is something like
I presume you are not trying to implement the exact logic you've written, as that condition obviously always evaluates to true.