EXACT

The EXACT function compares two text strings, returning True if they are the same and False otherwise.

Submitted by admin on Mon, 12/03/2018 - 23:35

REPLACE

The REPLACE function replaces a part of a text string with another text string, given an initial position from which the replacement is desired, a number of characters to replace and the text string with which you want to replace the referred characters.

Submitted by admin on Mon, 12/03/2018 - 23:32

TIME

The TIME function returns a time in datetime format.

Submitted by admin on Mon, 12/03/2018 - 23:31

WEEKDAY

The WEEKDAY function receives a date as an argument and returns a number identifying the day of the week to which it corresponds (from Monday to Sunday).

Submitted by admin on Mon, 12/03/2018 - 23:30

CALENDAR

The CALENDAR function returns a table with a single column named "Date" containing a sequential range of dates between two dates given as arguments (and included in the range).

Submitted by admin on Mon, 12/03/2018 - 23:29

CALENDARAUTO

The CALENDARAUTO function returns a table with a single column named "Date" containing a sequential range of dates between two dates automatically extracted from the data model (and included in the range).

Submitted by admin on Mon, 12/03/2018 - 23:27

DATEDIFF

The DATEDIFF function returns the difference in the specified scale between two dates.

Submitted by admin on Mon, 12/03/2018 - 23:26

TODAY

The TODAY function returns the current date in datetime format. The time returned by this function is always 00:00:00. This function is useful for making calculations that depend on the number of days elapsed or the number of days that will elapse until a certain event.

Submitted by admin on Mon, 12/03/2018 - 23:26