Skip to main content
Announcements
Accelerate Your Success: Fuel your data and AI journey with the right services, delivered by our experts. Learn More
cancel
Showing results for 
Search instead for 
Did you mean: 
Pomna
Creator III
Creator III

Days Range

Hello experts,

I need your help. I need to color a bar chart based on days range. If the average number of tickets closed within 30 days is less than 90% I want the bar to show red otherwise green. Below is my code and attached is the chart.


(Count({<[Year Closed]={'$(vLastMonthYear)'},[Month Closed]={'$(vLastMonth)'},[Status Name]={'Closed'}>} distinct [Issue ID]))
/
(Count(TOTAL {<[Year Closed]={'$(vLastMonthYear)'},[Month Closed]={'$(vLastMonth)'},[Status Name]={'Closed'}>} distinct [Issue ID]))

 

 

0 Replies