All translations

Jump to: navigation, search

Enter a message name below to show all available translations.

Message

Found 2 translations.

NameCurrent message text
 h English (en)To create expressions in CSV files the following rules must be observed:
* The expression must begin with the '''equal''' character, be enclosed in '''parentheses''' and the columns enclosed in '''quotation''' marks. Examples: ''=("Price"/"Quantity")'', ''=(("Profit"*100)/"Price")''
* To reference other columns in the file, use the double-quoted column/header name
* It is not necessary to have data in the other rows for expression columns, as the content will be the result of the expression
 h português do Brasil (pt-br)Para criar as expressões em arquivos CSV as seguintes regras devem ser observadas:
* A expressão deverá começar com o caractere '''igual''', estar entre '''parenteses''' e as colunas entre '''aspas'''. Exemplos: ''=("Preço"/"Quantidade")'', ''=(("Lucro"*100)/"Preço")''
* Para referenciar outras colunas do arquivo, deverá ser utilizado o nome da coluna/cabeçalho entre aspas duplas
* Não é necessário possuir dados nas demais linhas para as colunas de expressão, pois o conteúdo será o resultado da expressão