Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I have a expression as below in Straight table
count({<Result={'Fail'}>}DISTINCT Reference) so that I will get Number of Failures.
If I want to get Number of Pass how can I change the above expression.
Could anyone help me.
Thanks.
count({<Result={'Pass'}>}DISTINCT Reference)
or
count({<Result-={'Fail'}>}DISTINCT Reference)
Thanks. I am getting the same figures which is having for Number of Failures. Is this something because of the data in source file or do I need to change anything else?
Remove the Distinct from your expression.
If you're getting the same values, I would think you have the same numbers for both Pass and Fail...
Have you calculated by hand what it should be? Without knowing what it should be, I can't say whether it is correct or not.