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

Portal: don't know how to get all related field contents from portal


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

Recommended Posts

Posted

I have a customer table, and a Film table. for every customer i have 1 portal with up to 15 rows. Inside the portal i have a field called "need films" and when i click on the email icon it send an email to our art dep, and it puts an "R" in need films. R stands for request. Now not all rows need films, but what i want is to be able to get the total number of "R" per customer and send that number to my home page that displays all my customers. But i can't do it.

Hope my description helps.

thanks in advance :o

Posted (edited)

Try using the Count function:

Count(FILM::need_films)

This will count the number of rows that have a value in the need_films field. If you have other codes other than "R", this approach won't work.

Edited by Guest

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