Jump to content

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

Recommended Posts

  • Newbies

New to FM and a novice. I have a field tracking Defect Class, i.e. Critical, Major & Minor and another filed tracking # of finding. I want to sum these findings based on class. I tried If (class="critical", Sum (# of finding),0) but it didn't work. Will appreciate if someone can help.

Link to comment
Share on other sites

Sounds like you need a summary report, grouped by Defect Class.

Create a field, type summary, called Count_Defect. Set it to equal the Count of the primary RecID.

Then, create a report that includes a sub-summary part when sorted by Defect Class. Place the summary field in the sub-summary part and SORT BY DEFECT CLASS.

For further info, see FM KB

Link to comment
Share on other sites

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