Re: Complex qualifier

From: Mike Schrag (mschra..dimension.com)
Date: Tue Feb 02 2010 - 13:30:02 EST

  • Next message: John Huss: "Re: Complex qualifier"

    You're going to either have to write a custom qualifier or just do raw SQL.

    ms

    On Feb 2, 2010, at 1:26 PM, Ricardo J. Parada wrote:

    > 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:30:45 EST