Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I have a striaght table and when I am clicking on any selection based on selection the data is changing and when there is no relevant data it is showing 'No Data to Display'. My user wants to see 'No Employees' instead of 'No Data to Display'.
Could anyone help me how to set this as I am not aware of this earlier.
Thanks in advance.
If you only need "No Failures":
Sum({<Result={'Fail'}>} distinct Reference)/Sum(Distinct(Reference)) as the Calculation Condition in the General tab.
And in Error Messages set Default(Override all error messages) as No Failures
Hope this helps.
if it is a dimension: you can remove it by selecting suppress null values
if it is a expression : for example Employee Number
then you just write if(count([Employee Number]<=0,'Your Message',Count([Employee Number]))
Thanks and I have used the same but still it's showing same No Data to Display
Please help is there anyother I need to change
Please upload a sample qvw so we can check.
Please find attched and help me how to set it
PFA my solution.
I have changed the expressions, becuase you were trying to SUM references that could contain characters.
I have chaned the SUM by COUNT.
Let me know if this helps.
Thanks very much SALTO and it's working.
So simple yet, brilliant. Thank you!