历史版本53 :文本函数概述 返回文档
编辑时间: 内容长度:图片数:目录数: 修改原因:

目录:

1. Overview编辑

1.1 Version

          FineBI         JAR Function Changes
  5.1-
-
5.1.72020-11-05

Function interpretation optimization

clarify function parameter legality

5.1.112021-04-02Real-time data formula verification enhancement
5.1.12-Sampling data formula calibration enhancement

1.2 Use location


Use location
Self-service datasetAdd new columnFilter
DashboardAdd calculated fields

2. Function list编辑

FunctionDescription

TRIM

Clear all spaces at the beginning and end of the text
FORMATFormatting of a certain data
ENDWITHDetermine if str1 ends with str2
NUMTOReturn the Chinese representation of the field
LEFTReturns the first or first few characters of the text string according to the specified number of characters
SUBSTITUTEReplace the specified text in the text string
MIDReturns a certain number of characters in the text string starting from the specified position, the number is specified by the user
EXACTCheck if the two sets of text are identical. If they are identical, the EXACT function returns TRUE; otherwise, it returns FALSE 
TOINTEGERConvert text to Integer objects
REPEATRepeats the text according to the specified number of times
SPLITSplit String
UPPERConvert all characters in the text to uppercase
RIGHTReturns the last character or characters in the text string, starting from the right, according to the specified number of characters
TODOUBLEConvert text to Double objects
INDEXOFReturns the character at the specified position in the string
FINDReturns the position of the specified character in the string
REPLACEReplaces the content in the original text with other text based on the specified string
CONCATENATEMerge several strings into a single string
LOWERConvert all uppercase letters to lowercase
LENReturns the length of the number of characters in the text string
CHARAccording to the specified number to return to the corresponding characters, CHAR function can be converted to other types of computer numeric code to characters
CODECalculates the numeric code of the first character in the text string. The returned code corresponds to the character set used by the computer.
PROPERConvert the first letter of the text and the first letter after all non-alphabetic characters to uppercase and the other letters to lowercase
REGEXPWhether the string str matches the regular expression pattern
STARTWITHDetermine if str1 starts with str2