Complex qualifier

From: Ricardo J. Parada (rparad..ac.com)
Date: Tue Feb 02 2010 - 12:39:40 EST

  • Next message: Mike Schrag: "Re: Complex qualifier"

    Hi All,

    I'm trying to see if there is a way to build a qualifier like this:

    lineItems.delta = (mod(lineItems.delta*lineItems.units,lineItems.estimatedValue)+1)*lineItems.delta

    or maybe this:

    delta = (mod(delta*units,estimatedValue)+1)*delta

    I found an ERXModuloQualifier which I may be able to use for the mod() ORACLE function call.

    Thanks,
    Ricardo



    This archive was generated by hypermail 2.0.0 : Tue Feb 02 2010 - 12:40:48 EST