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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
cbaqir
Specialist II
Specialist II

intersection set analysis

I am building a chart and the expression needs to be the average days (aggr at the DEFECT_ID level) between the min ADJ_GOVERNANCE_PHASE_START_DATE where ADJ_GOVERNANCE_PHASE = '4.3 - Non-Prod Build & Testing' and min ADJ_GOVERNANCE_PHASE_START_DATE where  ADJ_GOVERNANCE_PHASE = '4.8 - Prod Build & Validation' AND TICKET_STATUS = 'Ready for Validation Prod'

Can someone please help me?

aggr(min( {$<ADJ_GOVERNANCE_PHASE={'4.8*'},TICKET_STATUS={'Ready for Prod Validation'} >} ADJ_GOVERNANCE_PHASE_START_DATE)-min( {$<ADJ_GOVERNANCE_PHASE={'4.3*'} >} ADJ_GOVERNANCE_PHASE_START_DATE),DEFECT_ID)

Labels (1)
0 Replies