
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Preventive , something like "not exists" in SQL
In health insurance it´s very common the necessity to know with person didn´t attend to a certainly exam or medical procedure.
How can I do that ?
In set analysis we can use the E() but can I get this "inverse result" in a table ?
I hope this question is clear enougth.
Example
Name | Exam |
Mary | mammography |
Jonh | psa test |
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Question not clear for me, Sorry. Can you explain more?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks for the answer Anil , I´m not sure that can be posssible , but I need a table of a "not set" , as in my example , "Mary" did not attend to a Mamography procedure.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
There should be some alternative option. Can you explain some more records and the expected result?


- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Probably there is no easy way because I assume that there aren't any records for those data. In a classical analysis in Qlik you could see these missing exams through the color-coding of green, white and grey to the data-associations within the listboxes but you couldn't display them within a table because those data didn't exists.
Depending on your data, datamodel and requirements to show the information the enabling of the option to show null/zero within the object and/or creating synthetic dimensions and/or forcing a set analysis with {1} and/or adding further calculations in the object or similar measures may help to display those information. But it could become quite difficult and it has mostly some side-effects especially in regard to the usability and performance.
Especially if the related dataset isn't too large it's often easier to create the missing data within the script:
Generating-Missing-Data-In-QlikView
- Marcus

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks , the trouble is the dataset IS too large , a general list of medical procedures of our regulatory agency.
Probally a set of Filters and The standard Colors (green and grays) will solve.
