G
Guest
I have a calculated variable R. I want to build an expression in a query such
that another variable Rag = R unless R<7 in which case Rag=7. In other words,
If R<7 then Rag=7 else Rag=R. Is this possible ... I can't figure out how to
do it... thanks.
that another variable Rag = R unless R<7 in which case Rag=7. In other words,
If R<7 then Rag=7 else Rag=R. Is this possible ... I can't figure out how to
do it... thanks.