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: 
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.

Labels (1)
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.