Jump to content

sum of portal records with patterncount


This topic is 3455 days old. Please don't post here. Open a new topic instead.

Recommended Posts

I have portal with related records.In portal row record I need find specific text (patterncount) from a field and sum up that records cost field. How do i do that? Do I need to do a loop every portal row and use patterncount to check correct record and sum that record cost field($costs = $costs + table::cost)?

Thank you for your help.

Link to comment
Share on other sites

  • 2 weeks later...

Other ideas you could try:

  • ExecuteSQL (not easy, but very powerful)
  • Use the List() function with a recursive Custom Function
  • If the pattern you are searching for is not the same as what the portal is showing you could also create a new, separate relationship using a calculated key which matched the pattern.
  • Like 1
Link to comment
Share on other sites

This topic is 3455 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.