Add up values from matching fields in a linked Sharepoint list -


i have 2 lists, say, fruits & orders.

  • orders has number field fruitid links id field of fruits.
  • orders has number field ordervalue stores value of specific order.

i want find out total sale particular fruit. doing calculation in workflow specific fruit. there easy way (read 'no coding')?

see list of standard workflow actions here:

http://office.microsoft.com/en-us/sharepoint-designer-help/workflow-actions-in-sharepoint-designer-2010-a-quick-reference-guide-ha010376961.aspx

there no select, or looping functionality.

i suggest writing custom workflow activity, sand boxing should work

http://www.wictorwilen.se/post/sandboxed-workflow-activities-in-sharepoint-2010.aspx


Comments

Popular posts from this blog

java - SNMP4J General Variable Binding Error -

windows - Python Service Installation - "Could not find PythonClass entry" -

Determine if a XmlNode is empty or null in C#? -