Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×

summing text from portal


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

Recommended Posts

Posted

Ok, I'm stuck with a portal related problem.

I have a portal thats displaying textual IDs from another table. There are up to ten related records being returned for each record in my database. I need to get all information out of each related record summed together into a single field in the database.

For example, in a record in the database I have IDs from four related records in seperate portal rows 0027s1, 0027s2, 0027s3, and 0027s4. I would like this to become one single field that [0027s1 0027s2 0027s3 0027s4].

I have no problem summing togther numeric and date information, but am having no luck figuring out how to do this with text. Is this possible without having to trigger a script, I'd really prefer this to be automated?

thanks ahead

_don

Posted

Create a value list based on the related ID field and an unstored text calculation of Substitute( ValueListItems( Status(CurrentFileName), "id value list" ), "

Posted

Thanks for the tip, I guess I meant 'agregate' not 'sum', sorry it was tough to get my thoughts down correctly after banging my head against my desk this morning. I much more lucid at the present time.

This topic is 7236 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.