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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
MJansen
Contributor II
Contributor II

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 II
Partner - Master II

Hi, for evaluated values try with double quotes.

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

View solution in original post

2 Replies
BrunPierre
Partner - Master II
Partner - Master II

Hi, for evaluated values try with double quotes.

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

MJansen
Contributor II
Contributor II
Author

Thank you very much!