Re: Complex qualifier

From: Ricardo J. Parada (rparad..ac.com)
Date: Tue Feb 02 2010 - 13:26:57 EST

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

    It's a qualifier to retrieve the items whose delta matches the calculation.

    :-)

    On Feb 2, 2010, at 12:49 PM, Mike Schrag wrote:

    > is this a qualifier or a derived attribute? it looks like a derived attribute.
    >
    > On Feb 2, 2010, at 12:39 PM, Ricardo J. Parada wrote:
    >
    >> 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 - 13:27:41 EST