Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Connect 2026! Turn data into bold moves, April 13 -15: Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Am I doing it right?

I'm trying to find the percentage of one specific group of ethinic_origin vs overall ethinic_origin for a specific date.  The table contains data from nearly 20 years details by starting of each month  

=

num((Count ({<
ETHNIC_ORIGIN = {'Asian (Not Hispanic or Latino)',
'Native Hawaiian/Other Pacific Islander(Not Hispanic/Latino)',
'Black or African American (Not Hispanic or Latino)',
'Native Hawaiian/Other Pacific Islander(Not Hispanic/Latino)',
'Hispanic or Latino',
'Two or More Races (Not Hispanic or Latino)'
},
Year= {$(=max(Year))

>}

DISTINCT [EMPLOYEE_NUMBER])/
count(DISTINCT [EMPLOYEE_NUMBER]

)), '#,##0%')

Please advice

Thanks

1 Solution

Accepted Solutions
Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

You're missing a closing curly bracket for the Year filter: Year= {$(=max(Year))}. The rest looks ok to me.


talk is cheap, supply exceeds demand

View solution in original post

1 Reply
Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

You're missing a closing curly bracket for the Year filter: Year= {$(=max(Year))}. The rest looks ok to me.


talk is cheap, supply exceeds demand