gft(folder_name)
Description
Returns the folder type as follows:
- 1 = CheckMark
- 2 = Date
- 3 = Number
- 4 = Text
- 5 = Pop-Up List
- 0 = folder doesn't exist
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()