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

Announcements
Join us at Qlik Connect 2026 in Orlando, April 13–15: Register Here!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Display current month Data

Hi,

I have the data of the year. I want to display only the current month's data. 

I have 2 rows: Date(like this-10/1/2017) and HourRange(0-1, 1-2 etc)

What expression should I write to show only  the current month's data?

Capture.PNG

Labels (1)
1 Solution

Accepted Solutions
MarcoARaymundo
Creator III
Creator III

in expression

Avg({<YearMonthField={"$(=Date(Today(), 'YYYYMM'))"}>}  YourField)

View solution in original post

1 Reply
MarcoARaymundo
Creator III
Creator III

in expression

Avg({<YearMonthField={"$(=Date(Today(), 'YYYYMM'))"}>}  YourField)