Dashboard Bar chart
I want to show how many request have come each week and show this value on a Dashboard with a bar chart ? I also need to show the oldest request that has a value of "New Request" maybe put this value on a Card of Text area on the Dashboard ?
Any help would be appreciated...
Answers
-
Here's one way to do it. Here's what you will need for this example -
Requests Sheet
Formula in Oldest New column: =MIN(COLLECT(Date:Date, Status:Status, "New")) = Date@row
Sheet Summary field in the Requests sheet called Oldest New Request with formula: =INDEX(Request:Request, MATCH(true, [Oldest New]:[Oldest New]), 0)
Summary Sheet
Count field with formula: =COUNTIFS({Date}, >=[Week Ending]@row, {Date}, <([Week Ending]@row + 7))
... where {Date} is a cross sheet reference to the Date column in the Requests sheet
You Dashboard will have two things on it:
- A Chart widget that references the two summary sheet columns
- A Metric widget that references the Requests sheet Sheet Summery field
=COUNTIFS({Date}, >=[Week Ending]@row, {Date}, <([Week Ending]@row + 7))
I hope this helps you.
Cheers,
Ramzi
Smartsheet Solutions Architect
www.adapture.com
Smartsheet Solutions Architect
www.adapture.com
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 68K Get Help
- 474 Global Discussions
- 208 Use Cases
- 517 Announcements
- 5.6K Ideas & Feature Requests
- 87 Brandfolder
- 157 Just for fun
- 85 Community Job Board
- 521 Show & Tell
- 36 Member Spotlight
- 3 SmartStories
- 309 Events
- 37 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!