gfv(folder_name)


Description


Returns the contents of the "folder_name" of the item or line in which the rule exists.

Example

sumd(fv("price"),gfv("sample")==fv("sample"))
will sum the values in the folder "price" for all depends items as long as the value in the depends item folder "sample" equals the value in the parent item folder "sample".

gfv("price")*gfv("quantity")
Returns the product of the values in the folders "price" and "quantity".

gfv("Depends")
Returns a null if there are no depends otherwise it will return the number of the depends items.
If more than one depends all values are returned seperated with commas

iff(gfv("Project")<>"" AND left(itt,1)<>"#","#"+gfv("Project")+" "+ITT,itt)
In the conditional the contents of "Project" are tested for content and then are added to the ITT only if "Projects" has value and the ITT does not start with a #.

Related Rules

fvc(), FVD(), TV(), TVC(), TVD(), gft(), gifv()

Other References

http://tech.groups.yahoo.com/group/ecco_pro/message/1785
Rules