Jump to content
Salesforce and other SMB Solutions are coming soon. ×

Getting sum from field with validation from another field.


BL Splash

Recommended Posts

I need to pull sums of fields. I need it to split out to two different sum fields. What i want it to do is if the value of "games played" field is "JV" then it pulls the value from those fields to give a total in "Point total JV", if it sees "V" in that same field (games played), then it takes those values and give the sum in "Point total V". I was thinking of having the same calc in both fields (Point Total JV/V), just looking at the "games played" field for validation.

 

If I make any sense or possible, does anyone have any ideas? If you need further clarification, please ask.

 

Blake

Link to comment
Share on other sites

Originally posted by Blake L:

[qb]I need to pull sums of fields. I need it to split out to two different sum fields. What i want it to do is if the value of "games played" field is "JV" then it pulls the value from those fields to give a total in "Point total JV", if it sees "V" in that same field (games played), then it takes those values and give the sum in "Point total V". I was thinking of having the same calc in both fields (Point Total JV/V), just looking at the "games played" field for validation.

 

If I make any sense or possible, does anyone have any ideas? If you need further clarification, please ask.

 

Blake[/qb]

i'll try something like this:

 
pointTotals, summary field
and
pointTotalsSplitted calc field:
getSummary(pointTotals,ganesplayed)

of course you'll need to do sort on "games played" to actually see it works

 

HTH

 

Dj

Link to comment
Share on other sites

DJ,

 

Thank you for the reply, could you clarify a little on your response...I was trying some stuff with your suggestions, but still not seeing the result...I also wanted to say that the values pulled together in the point totals are from repeating fields...does that make a difference?

 

blake

Link to comment
Share on other sites

This thread is quite old. Please start a new thread rather than reviving this one.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...

Important Information

Terms of Use