You are viewing our older product's guide. Click here for the documentation of GoodData Cloud, our latest and most advanced product.
LEAST
The LEAST function identifies the lowest value from a selection of facts or metrics within one row.
Syntax
SELECT LEAST(…, …, …)
SELECT LEAST(fact, fact)
SELECT LEAST(metric, metric)
SELECT LEAST(fact, metric, metric, fact)