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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources 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

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)