Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

How to show record null values

hi all,

i have a table like this below

Employee idTraining Code
1EST01
2EST02
2
3EST02

if i select from list box "EST01" i need show only employee 1 and 2

Is it possibile?

Tyvm

Simone

5 Replies
MK_QSL
MVP
MVP

What is the logic behind this? Please elaborate little more !

Anonymous
Not applicable
Author

If You select EST01 You only have employee 1.

Not applicable
Author

My mistake.

i have to show only idEmp 2 and 3.

Anonymous
Not applicable
Author

so when you select EST01, you show the values that are not corresponding to EST01?

JonnyPoole
Former Employee
Former Employee

If you want to show EMP 2 and 3 in a chart , SET Analysis can do this:

only( {$<[Training Code]=e([Training Code])> } [Training Code])

This will apply a filter to a chart to only show training codes in the set of codes that have NOT been selected.

Here is sample as well that works.