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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

How to use cyclic group

Hi community,

How to use cyclic group in expression?

I have dimension

Time group (MYear, QYYYY)

and expression

Count({<[qID_3_Task completion]={'Yes'}>} [qID_3_Task completion])/

Count(TOTAL <[MYear,QYYYY]> [qID_3_Task completion])

What should I use instead of MYear, QYYYY?

Thanks,

1 Solution

Accepted Solutions
Nicole-Smith

Try:

Count({<[qID_3_Task completion]={'Yes'}>} [qID_3_Task completion])/

Count(TOTAL <$(=GetCurrentField([GroupName]))> [qID_3_Task completion])

Replace GroupName with the name of your cyclic group.

View solution in original post

1 Reply
Nicole-Smith

Try:

Count({<[qID_3_Task completion]={'Yes'}>} [qID_3_Task completion])/

Count(TOTAL <$(=GetCurrentField([GroupName]))> [qID_3_Task completion])

Replace GroupName with the name of your cyclic group.