Link to home
Start Free TrialLog in
Avatar of rporter45
rporter45

asked on

Adding a Parameter to a Formula

Good morning!

In a nutshell, I need to create a formula where the user identifies the date range and if there is a donation within that date range, then return the value of the donation.

I have created a parameter, ?Asks as of   - this identifies a date range for the user to enter.
How do I combine the two in a formula?  

If ?Asks as of  then donation amount ? - I am missing something in the syntax here but can't think of it!

Thank you very much in advance,
cs
ASKER CERTIFIED SOLUTION
Avatar of GJParker
GJParker
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of peter57r
(No points) with typos corrected should be ...

If {table.donation_date} in {?Asks as of} Then {table.donation_amount}
Avatar of rporter45
rporter45

ASKER

Thanks very much! It works now!