I need a formula, that I think should be simple, but can't figure out how to say it.
I need the formula to display a dollar amount if a member currently does not belong to a particular section, thereby giving them an option to join that section. If they are a member of it, then I don't want anything displayed. (I'm already suppressing if it's = 0).
RNWWRK.DDBILC file is the file/field where it checks to see if they are a current section member ("HLTH". It then has to get that corresponding amount for that section from the DUECOD.DCDUES file.
Using the formula:
{RNWWRK.DDBILC} <> "HLTH" then {DUECOD.DCDUES}
just displays other section amounts. I need it to display the "HLTH" section amount.
I'm thinking if it's <> "HLTH" I have to then tell it that DUECOD.DCDBIL = "HLTH" so it picks up the correct amount from DUECOD.DCDUES and displays it. And that's where I'm not clear on how to say it.
I have two tables, with an equal join between DUECOD.DCDBIL and RNWWRK.DDBILC since they both hold the same section codes ("HLTH", etc) I'm checking against.
Thanks.
I need the formula to display a dollar amount if a member currently does not belong to a particular section, thereby giving them an option to join that section. If they are a member of it, then I don't want anything displayed. (I'm already suppressing if it's = 0).
RNWWRK.DDBILC file is the file/field where it checks to see if they are a current section member ("HLTH". It then has to get that corresponding amount for that section from the DUECOD.DCDUES file.
Using the formula:
{RNWWRK.DDBILC} <> "HLTH" then {DUECOD.DCDUES}
just displays other section amounts. I need it to display the "HLTH" section amount.
I'm thinking if it's <> "HLTH" I have to then tell it that DUECOD.DCDBIL = "HLTH" so it picks up the correct amount from DUECOD.DCDUES and displays it. And that's where I'm not clear on how to say it.
I have two tables, with an equal join between DUECOD.DCDBIL and RNWWRK.DDBILC since they both hold the same section codes ("HLTH", etc) I'm checking against.
Thanks.