Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Stationary Graphic

Hello communnity!

I have a doubt. This graphic show me Amount of Tickets per Month. I want this graphic doesn't change if I select a Month on a filter panel.

Ex: This graphic "Tickets por Mes" doesn't have to change if I select "June" on a Panel Filter "Fecha_Crea.Month"Inmovil.png

¿It can be done?

Thanks in advance

1 Solution

Accepted Solutions
mdmukramali
Specialist III
Specialist III

Hi,

Use the Set Analysis in the Expression:

to exclude the selection of the Month use :

=Count({<Fecha_Crea.Month=>}TicketId)



View solution in original post

4 Replies
mdmukramali
Specialist III
Specialist III

Hi,

Use the Set Analysis in the Expression:

to exclude the selection of the Month use :

=Count({<Fecha_Crea.Month=>}TicketId)



Anonymous
Not applicable
Author

Thanks Mo Mukram! I have a 1 more doubt.

I have this expression: Count({$<Cumplimiento={'CUMPLIÓ'}>} Ticket)/Count(TOTAL Ticket) .

How can I add that expression?

satishkurra
Specialist II
Specialist II

Count({$<Cumplimiento={'CUMPLIÓ'},Fecha_Crea.Month=>} Ticket)/Count({<Fecha_Crea.Month=>}TOTAL Ticket)

Anonymous
Not applicable
Author

Thanks Satish Kurra!!