Hello..i really need your help...i am pulling my hair out here.
I am trying to build a crystal report that prints a rent schedule at an effective date. The idea is to get the charges to print which were effective as of the effective date parameter.
I created a parameter for an effective date and passed that through the select expert as:
{PML_LEASE__LEASE_RECURRING_CHG_LOG.Effective_Date} <= {?EffectiveDate}
Problem is that charge effective dates are multiple dates i.e.
01/01/12 $500.00
04/01/12 $600.00
04/01/13 $800.00
i need a formula to select the date that is less than or equal to the effective date(parameter) and the charge has not expired as well but is either current or future.
what would be the method or formula to show effective charge as of 06/01/12?
Thank you so much!!!
I am trying to build a crystal report that prints a rent schedule at an effective date. The idea is to get the charges to print which were effective as of the effective date parameter.
I created a parameter for an effective date and passed that through the select expert as:
{PML_LEASE__LEASE_RECURRING_CHG_LOG.Effective_Date} <= {?EffectiveDate}
Problem is that charge effective dates are multiple dates i.e.
01/01/12 $500.00
04/01/12 $600.00
04/01/13 $800.00
i need a formula to select the date that is less than or equal to the effective date(parameter) and the charge has not expired as well but is either current or future.
what would be the method or formula to show effective charge as of 06/01/12?
Thank you so much!!!