This documentation is for an older version of GoodData.
Go to the latest version of this article.
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)