Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I have Straight table. The data is coming from excel sheet.
Dimension: Member
Expressions are
Number: Count(Distinct(ID))
Fail: count({<[Result]={'Fail'}>}Distinct ID)
When I am using the second expression(Fail) the values are showing zeroes eventhough the excel sheet contains data for fail. Please can anayone help me.
Thanks.
I think the error is in the script.
after enclosing the fields 1E, 2E... in square brackets, the results are displayed correctly.
Please find attached.
EDIT: In excel sheet the overall result contains Pass and Fail. But the values in the Result contains '1' and 'Blanks'
Here '1' means fail and 'Blamkns' means pass.
You are using a wrong field. You need to use Overall Result = Fail
Check your expression like
count(Distinct {< [Result] = {'Fail'} >} ID)
Hope this helps
Yes you are right. I tried that already. I have a doubt here if I use Overall Result will I get correct values for below?
Noof Reports Reviewed, No of Failures, % of Failures for Member and for Test?
You have to use
count(DISTINCT {<[Overall Result] = {'Fail'}>} ID)
Hope this helps
Thanks & Regards
use [Overall Result] inplace
you r using wrong field thats why its showing zero
count({<[Overall Result]={'Fail'}>}Distinct ID)
I don't follow the question about the No.of Reports reviewed...
I don't see any such fields in the app.
sorry. It is Numebr, Fail and % of Fail.
Will I get the correct values for above?
Thanks. It's working.
EDIT: I suppose I have mistaken as I thought the data in crosstabel is correct. Please help me as I attached excel and let me know how to sort this?