Skip to main content
Announcements
SYSTEM MAINTENANCE: Thurs., Sept. 19, 1 AM ET, Platform will be unavailable for approx. 60 minutes.
cancel
Showing results for 
Search instead for 
Did you mean: 
kkarlste
Creator
Creator

count expression

Hi

 

What is wrong this count expression

kkarlste_0-1695963830139.png

 

Labels (1)
5 Replies
Vegar
MVP
MVP

Try this sybtax on your modifier 

QC_Grade= {'1', '2', '3','4'}

kkarlste
Creator
Creator
Author

Not worki this expression.
This hole expression and label indule monthyear

And this not working whati is problem

(count({<QC_Grade = {'1'}>} MonthYear)) / (count (QC_Grade= {'1', '2', '3','4'} )

L_Hop
Creator
Creator

Hi  Kkarlste,

there is syntax error, you may try below code.

count({<QC_Grade= {'1'}>} MonthYear) / count({<QC_Grade= {'1', '2', '3','4'}>} MonthYear)

regards.

kkarlste
Creator
Creator
Author

count({<QC_Grade= {'1', '2', '3','4'}>} MonthYear) / count({<QC_Grade= {'1'}>} MonthYear) 

 

kkarlste_0-1695968122066.png

Gabbar
Specialist
Specialist

with how much I understand @Vegar  sir has answered it perfectly but it didnt work for you so It would be really helpful if you could explain what are you trying to do with that expression.