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: 
MJansen
Contributor
Contributor

Filter on age in expression

Hi,

I want to filter on age in an expression. At some point it doesn't work and I can't find the problem. It doesn't seem very difficult. Hopefully you can find the sollution.

Here the expression, the problem in bold.
I want to filter on all the people >= 18 jaar 'leeftijd=age'
With this filter my output is 0. 

count({<[Verificatie omschrijving]={'MEDICATIEVERIFICATIE ONTSLAG'}, [Bestemming Omschrijving]-={'Eigen ziekenhuis'},[Verificatie indicatie]={'1'},[Verificatie type]={'Ontslag'},[Leeftijd bij ontslag]={'>=18'}>} [Verificatie indicatie])

Labels (1)
1 Solution

Accepted Solutions
BrunPierre
Partner - Master
Partner - Master

Hi, for evaluated values try with double quotes.

[Leeftijd bij ontslag]={">=18"}

View solution in original post

2 Replies
BrunPierre
Partner - Master
Partner - Master

Hi, for evaluated values try with double quotes.

[Leeftijd bij ontslag]={">=18"}

MJansen
Contributor
Contributor
Author

Thank you very much!