Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Right now if i select OEC, it is giving the percentage for all status and i understand why. By default if i want to show Success Rate for only Launched status how do i do that.
Hi
use a set analysis like
sum({<Status = {'Launched'}>} field_name)
You'll get values only for Laucnhed status
best regards
chris
Hi
use a set analysis like
sum({<Status = {'Launched'}>} field_name)
You'll get values only for Laucnhed status
best regards
chris
Why the "if" condition is not working?