And

Effect AND(logical_test)

Conjunction. Not equal to zero is considered to be true and equals zero is considered to be false. The output is either a 0 (false) or 1 (true).

ArgumentDescription
logical_testRequires at least one parameter, but can take any number of parameters. Any value or expression that can be evaluated to TRUE or FALSE

Approximate Count Distinct

Effect APPROXIMATE COUNT DISTINCT(dimension)

Returns the approximated distinct count of dimension items for the selected dimension.

ArgumentDescription
dimensionThe dimension for which you want to calculate the approximated distinct item count

Example

A common use case for this function is when you want to get an approximate number of customers.

Arc Cosine

Effect ARC COSINE(metric)

Row Returns the arccosine, or inverse of the cosine, of a metric. The arccosine is the angle whose cosine is number. The returned angle is given in radians in the range 0 (zero) to pi. If you want to convert the result from radians to degrees, multiply it by 180/PI().

ArgumentDescription
metricThe cosine of the angle you want from -1 to 1

Arc Sine

Effect ARC SINE(metric)

Row Returns the arcsine, or inverse sine, of a number. The arcsine is the angle whose sine is a number. The returned angle is given in radians in the range -pi/2 to pi/2. To express the arcsine in degrees, multiply the result by 180/PI().

ArgumentDescription
metricThe sine of the angle you want from -1 to 1