Need to filter the data in dashboard by month
Hi,
I have a customer feedback data captured on the Smartsheet, and i have created the dashboard for the same but in dasboard i need to filter the data by month.
Is there any way to achieve this?.
Answers
-
Hi @Jenishiya
Have you tried creating a report from the sheet then apply a sort on the date column?
Cheers.
-
Hi @Jason P,
I have tried the Report but in my case i need to count the number of responses based on the condition i.e how many excellent review given and how many bad review so on.
how can i filter here based on month as this count is calculated based upon the entire row values.
-
Try creating a helper column with the formula =Month(Created@row) on the sheet that contains the value. What this does is give a number 1 through 12. Then in your metric sheet you can use a =countifs() formula that has the month number as a criteria. IE.
=Countifs({Month Ref},1,{Review Ref},"Excellent")
This formula would return the number of Excellent for the month of Jan.
Alternatively you could do a report with groupings based off the month and Counts for each Column.
If you found this comment helpful. Please respond with any of the buttons below. Awesome🖤, Insightful💡, Upvote⬆️, or accepted answer. Not only will this help others searching for the same answer, but help me as well. Thank you.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 63K Get Help
- 380 Global Discussions
- 212 Industry Talk
- 442 Announcements
- 4.6K Ideas & Feature Requests
- 140 Brandfolder
- 129 Just for fun
- 130 Community Job Board
- 449 Show & Tell
- 30 Member Spotlight
- 1 SmartStories
- 305 Events
- 34 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!