fv(folder_name)
Description
returns the content of the "folder_name" of the item being processed
used within other rules
Example
getpv(fv(Release), il()== 0)
retuns the content in the "Release" folder of the top level item (il()==0)
sumc(fv("price"),gfv("sample")==fv("sample"))
will sum the values in the folder "price" for all child items as long as the value in the child item folder "sample" equals the value in the parent item folder "sample".
Related Rules
fvc(),
fvd(),
tv(),
tvc(),
tvd(),
gfv()
Other References
http://tech.groups.yahoo.com/group/ecco_pro/message/1785