Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
How to create chart by considering three dimensions. This is my requirement:
Hi,
I need to create a Bar chart by Team member and error type. showing week1, week2, week3, week4 and so on on X axis and percentage of failures on Y axis. But this all should by considering Team member and error type.
For more clarification I am adding the expression
Sum
({<Result={'Fail'}>} distinct Reference)/Sum(Distinct(Reference))
And I need to use the calculated dimensions as
=
IF(FiscalWeekSerial>=$(curFiscalWeekSeq)-4,
FiscalWeek)
and how can I add columns Team Member and Error types? Could anyone help me
Thanks.
Can you post a qvw with a sample of your data?
Hi,
Please have a look on the attached and help me.
Well...
Your qvw seems empty to me