How to: |
POWER raises a base value to a power.
POWER(base, power)
where:
Numeric
Is the value to raise to a power. The output value has the same data type as the base value. If the base value is integer, negative power values will result in truncation.
Numeric
Is the power to which to raise the base value.
Power returns the value COGS_US/20.00 raised to the power stored in DAYSDELAYED.
POWER1= POWER(COGS_US/20.00,DAYSDELAYED)
For base 12.15 and power 3, the value is 1,793.61
WebFOCUS | |
Feedback |