Skip to main content
Announcements
The way to achieve your own success is the willingness to help somebody else. Go for it!
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)