Open main menu

TaticView β

Changes

Expressions/pt-br

624 bytes added, 02:26, 5 October 2022
Updating to match new version of source page
<div class="index-right">__TOC__</div>
<div class="mw-translate-fuzzy">
É possível criar expressões (fórmulas) diretamente nos componentes dos painéis. Podendo assim exibir valores calculados que não estão presentes no arquivo/planilha de origem dos dados.
</div>
'''BETWEEN("Data Emissão"; '01/01/2019'; '31/12/2019')''' – Retorna true se a ''Data Emissão'' estiver entre ''01/01/2019'' e ''31/12/2019''. Caso contrário retorna false
==== COUNT function ====
 
Returns number of occurrences (lines) for column or value.
 
By now this functions works only at Datasource expressions
 
Syntax:
COUNT(<expression>)
Example:
'''COUNT("Product")''' - Returns number of occurrences (lines) of products
 
==== COUNT_DISTINCT function ====
 
Returns number of unique occurrences (lines) for column or value.
 
By now this functions works only at Datasource expressions
 
Syntax:
COUNT_DISTINCT(<expression>)
Example:
'''COUNT_DISTINCT("Product")''' - Returns number of unique (different) occurrences (lines) of products
==== Função IF ELSE (Se.... Senão...) ====
11,677
edits