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: 
Not applicable

date filtering issue

Hello

I have a table with many lines. each line contains an Id and a date of creation.

I am trying to display the  number of line for the current month but I get an expression error.

Could you help me ?

Thanks in advance


David

My expression is

count({$<month(date(date))=month(today())>[tickets.id])

1 Reply
OmarBenSalem
Partner - Champion II
Partner - Champion II

In your script, create a field month :

month(date) as month,

then in your expression:

count({<month={"$(=max(month))"}>}ticketID)