Skip to main content
Announcements
Qlik Introduces a New Era of Visualization! READ ALL ABOUT IT
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

How to set message instead of no data to display


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.

27 Replies
salto
Specialist II
Specialist II

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.

saumyashah90
Specialist
Specialist

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]))

Not applicable
Author

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

salto
Specialist II
Specialist II

Please upload a sample qvw so we can check.

Not applicable
Author

Please find attched and help me how to set it

salto
Specialist II
Specialist II

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.

Not applicable
Author

Thanks very much SALTO and it's working.

Mchristian76
Contributor
Contributor

So simple yet, brilliant.  Thank you!