Pregunta

I'm playing with personal edition of QV and can't figure one thing - I've taken export from Jira into excel and built charts and stuff and now I want to build a chart that will display count of jira items (that's "Count(Key)" in definition and works just fine) that have empty "time spent" (this I can't figure how to implement).

¿Fue útil?

Solución

Count(If(not IsNull([Time Spent]), Key))

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top