Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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"
¿It can be done?
Thanks in advance
Hi,
Use the Set Analysis in the Expression:
to exclude the selection of the Month use :
=Count({<Fecha_Crea.Month=>}TicketId)
Hi,
Use the Set Analysis in the Expression:
to exclude the selection of the Month use :
=Count({<Fecha_Crea.Month=>}TicketId)
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?
Count({$<Cumplimiento={'CUMPLIÓ'},Fecha_Crea.Month=>} Ticket)/Count({<Fecha_Crea.Month=>}TOTAL Ticket)
Thanks Satish Kurra!!