Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
if(condition, value_when_true, value_when_false)
if(Revenue > 0, `Gross Profit` / Revenue, 0)
if
if(Revenue > 100, "high", if(Revenue > 50, "medium", "low"))