cancel
Showing results for 
Search instead for 
Did you mean: 

Filtering within a function

HQ_Dev_Prod
8 - Cloud Apps
8 - Cloud Apps

Attempting to create a filtered value by editing the formula. 

I want to see Count of total people for where risk is high.

  • Field 1: People (All peoples name linked to a risk group)
  • Field 2: Risk Group (High, Medium, Low) 

COUNT([People], [Risk_Group])

I right click on field [Risk_Group] then I edit the filter for the field as High.

But I get a Syntax Error:

 

HQ_Dev_Prod_1-1741880927964.png

HQ_Dev_Prod_0-1741880917654.png

 

1 ACCEPTED SOLUTION

wallingfordce
10 - ETL
10 - ETL
( COUNT ( [People] ) , [Risk_Group] )

View solution in original post

2 REPLIES 2

wallingfordce
10 - ETL
10 - ETL
( COUNT ( [People] ) , [Risk_Group] )

Thank you! This worked. 

Type a product name