SAP BW SAPBW
SAP BW OLAP characteristicValue ( query_subject , query_item_value ) Creates the unique SAP BW identifier for a query item value that represents an SAP BW key value. Useful for identifying leaf-level query item values in unbalanced hierarchies.
SAP BW Trigonometry tanhyp ( numeric_expression ) Returns the hyperbolic tangent of "numeric_expression" where "numeric_expression" is an angle expressed in radians. coshyp ( numeric_expression ) Returns the hyperbolic cosine of "numeric_expression" where "numeric_expression" is an angle expressed in radians. sinhyp ( numeric_expression ) Returns the hyperbolic sine of "numeric_expression" where "numeric_expression" is an angle expressed in radians. tan ( numeric_expression ) Returns the tangent of "numeric_expression" where "numeric_expression" is an angle expressed in radians. cos ( numeric_expression ) Returns the cosine of "numeric_expression" where "numeric_expression" is an angle expressed in radians. sin ( numeric_expression ) Returns the sine of "numeric_expression" where "numeric_expression" is an angle expressed in radians. arctan ( numeric_expression ) Returns the arctangent of "numeric_expression" in radians. The arctangent is the angle whose tangent is "numeric_expression". arccos ( numeric_expression ) Returns the arccosine of "numeric_expression" in radians. The arccosine is the angle whose cosine is "numeric_expression". arcsin ( numeric_expression ) Returns the arcsine of "numeric_expression" in radians. The arcsine is the angle whose sine is "numeric_expression".
SAP BW Math log10 ( numeric_expression ) Returns the base ten logarithm of "numeric_expression".