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
- 64.8K Get Help
- 437 Global Discussions
- 138 Industry Talk
- 470 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 65 Community Job Board
- 486 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!