gft(folder_name)

Description

Returns the folder type as follows:

Examples

gft("Rule Expressions")
will return a 1 as this is a checkmark forlder

gft("Last Update")
Returns a 2 as this folder is a date folder.

iff(gft("Price")==3 AND gft("Quantity")==3,gvf("Price")*gvf(Quantity"),0)
Returns the product of the folders "Price" and Quantity" only if both of these folders have the type Number (3).

Related Rules


gift(), gfv()