Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×
The Claris Museum: The Vault of FileMaker Antiquities at Claris Engage 2025! ×

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

Recommended Posts

Posted

I have a portal which displays a check list for the user. The status for each task are (in radio buttons): Passed, Failed, Comments & N/A.

 

I'm trying to put together a key next to the portal to display the count of each value. Basically, a running count of which tasks were Passed, Failed, etc. I would also like to display a count of which tasks didn't receive a status (i.e. left blank).

 

I've tried multiple functions but don't ever obtain the correct count. 

 

Please help! :)

Posted

you can create a script  and cycle thru the portal rows to get this real easy  - update each time they click a radio button.

 

it might be something like this

 

Go to Portal Row [select; First]

SET VARIABLE AND COUNT WHAT YOU WANT HERE IF(FIELD="PASS") THEN SET $VAR1 =1  ETC...

loop

Go to Portal Row [select; next;exit after last]

SET VARIABLE AND COUNT WHAT YOU WANT HERE  USE $VARIABLE+VARIABLE+1  HERE IE..IF(FIELD="PASS") THEN SET $VAR1+$VAR +1

end loop

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