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
- Smartsheet Customer Resources
- 64.1K Get Help
- 414 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 141 Just for fun
- 58 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 299 Events
- 38 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!