I have a simple formula:
if {FILE.SECTNAME} = "SECT" then {FILE.SECTAMT}
SECT = a section that our members pay to join. SECTAMT = the amount a member must pay.
I need to display that amount on my report.
When I browse the field data, the amount is displayed, but so is a 0.00 value above it, and that is what it is choosing to display. I need for the actual section amount ($20.00) to be displayed.
I have about 15 sections that I have to do this for, so the select expert will only work on the first section.
Any ideas? There are other amounts in the SECTAMT field, and it doesn't return those, just the correct amount and 0.00 for some reason.
Thank you.
if {FILE.SECTNAME} = "SECT" then {FILE.SECTAMT}
SECT = a section that our members pay to join. SECTAMT = the amount a member must pay.
I need to display that amount on my report.
When I browse the field data, the amount is displayed, but so is a 0.00 value above it, and that is what it is choosing to display. I need for the actual section amount ($20.00) to be displayed.
I have about 15 sections that I have to do this for, so the select expert will only work on the first section.
Any ideas? There are other amounts in the SECTAMT field, and it doesn't return those, just the correct amount and 0.00 for some reason.
Thank you.