Skip to main content
Announcements
SYSTEM MAINTENANCE: Thurs., Sept. 19, 1 AM ET, Platform will be unavailable for approx. 60 minutes.
cancel
Showing results for 
Search instead for 
Did you mean: 
joshrussin
Creator III
Creator III

Pivot Table - Show Current Month

Trying to figure out how to make this pivot table work correctly.

table.PNG

I am trying to get ONLY the days in the CURRENT month in this pivot table. Any ideas?

Right now I have a column = Date

I have tried setting the column = {$<Month_RD = {"$(=Month(FirstWorkDate(ConvertToLocalTime(Date(now()), 'GMT-05:00'),1,$(vHolidays))))"},  Year_RD = {"$(=Year(FirstWorkDate(ConvertToLocalTime(Date(now()), 'GMT-05:00'),1,$(vHolidays))))"}>}Date

But it says that is invalid.

12 Replies
joshrussin
Creator III
Creator III
Author

Thanks! Works perfectly now!

joshrussin
Creator III
Creator III
Author

Now I have another question for ya.

I have put the same equation in a line graph and am getting a random number hanging on the end after all of the correct dates are displayed. any clue how to get rid of this?graph.PNG

joshrussin
Creator III
Creator III
Author

Never mind, I just unchecked the null value option. Works perfectly.