Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
when somebody did not work on weekend then i want to show message i.e.
"Abc employee" did not work on weekend .. how i do this
you may define a condition for calculation (tab general) like count(employee) <> 0
then define your specific error message
OK i did this
if(count(Employee_ID) <> 0,'User did not work on weekend')
but nothing happens.. i am selecting owner name from filters .. not Employee ID .. there is employee ID but this chart works when i select name from OwnerName filter
@Anonymous
You would need to use Set Analysis in order to have things work without making selection:
https://community.qlik.com/t5/Qlik-Design-Blog/A-Primer-on-Set-Analysis/ba-p/1468344
That should get you started on things, but someone else may be able to help with the exact expression, but they may need the app in this case in order to see the data model etc.
Regards,
Brett