Welcome to the Smartsheet Forum Archives
The posts in this forum are no longer monitored for accuracy and their content may no longer be current. If there's a discussion here that interests you and you'd like to find (or create) a more current version, pleaseVisit the Current Forums.
Adding Sheets to Sight
Comments
-
Daniel Stein Employee
Hi Gareth,
To display data in a grid format, you'll want to use the Report widget. First, create a report that pulls in the data you want to display (from one or more sheets). Then, add the report to your Sight via a Report widget.
我想知道更多的关于你的scenario. Are you looking to add an entire sheet? Or entire rows from a single sheet? Or a range (not entire rows) from a single sheet? Or data from multiple sheets?
We are currently looking into the ability to add rows or a range of data directly from a sheet and have it appear on the Sight in grid format. We'll be sure to incorporate your input as we design this feature.
Best regards,
Daniel
Product Manager | Smartsheet
-
Hey Daniel, thanks for the quick reply. I want to take a section/range of entire rows from one sheet and display it on the sight dashboard.
-
Daniel Stein Employee
Makes sense, thanks for confirming. You can do this via a report as mentioned above -- feel free to let us know if you have any further questions about that.
Meanwhile, we are looking into a product enhancement that would allow you to do this directly from a sheet.
Best regards,
Daniel
-
Hey Daniel, I really appreciate that. In the meantime, I'm not able to use the report to export my sheet onto sight. What I want to do is what I saw in one of the webinar on Sight, the dashboard in the picture attached. The list of current opportunies looks like a sheet. So, was that feature planned but postponed or is that a report?
-
Daniel Stein Employee
Hi Gareth,
What you are seeing is indeed a report displayed on the Sight. To show your data, you can do the following:
1. Create a new report.
2. Configure the report:
-- In the "Where" section of the report, choose your sheet.
-- Set up the other report criteria to filter the data and select columns you'd like to see. This article has additional details if you need any help with that:http://help.smartsheet.com/customer/portal/articles/522214-creating-reports
-- Adjust the column widths in the report as desired; these will be reflected in your Sight.
3. In your Sight, add a report widget, and select the report you created.
Feel free to let us know if you need further assistance!
Best regards,
Daniel
-
I want to add a sheet as is on a SIGHT. But I don't even see the option of adding a sheet in the Add Widget options!! Any help?
-
Sasan Employee
Tanbhatt,
The real value of a dashboard to your audience is the high level summary of information, so that they can make informed decisions. Content should include KPIs, metrics your audience cares about, progress respectively, trends and overall health of your initiatives. If the audience wants to see more, here are a couple of options:
1. Enable them to go to the sheet, via edit interactions config in each widget or linking in shortcut widget.
2. Create snapshot of your information in your sheet through the Report widget. First, create a report that pulls in the data you want to display (from one or more sheets). Then, add the report to your Dashboard via a Report widget.
Thanks
Sasan
Categories
I guess you forget to use AND( ).<\/p>
For example, <\/p>
- IF([Total Value to User Score]@row = <3.8, >4.7, \"Mild,<\/li><\/ul>
should be<\/p>
- IF(AND(<\/strong>[Total Value to User Score]@row < 3.8, [Total Value to User Score]@row > 4.7)<\/strong>, \"Mild\",<\/li><\/ul>
However, the following would be more straightforward.<\/p>
- =IF([Total Value to User Score]@row >= 4.8, \"No Pain\", <\/li>
- IF([Total Value to User Score]@row >= 3.8, \"Mild\", <\/li>
- IF([Total Value to User Score]@row >= 2.8, \"Moderate\", <\/li>
- IF([Total Value to User Score]@row >= 1.8, \"Very Severe\", <\/li>
- IF([Total Value to User Score]@row < 1.8, \"Extreme\", \"//www.santa-greenland.com/community/discussion/5389/\")))))<\/li><\/ul>
- IF(AND(<\/strong>[Total Value to User Score]@row < 3.8, [Total Value to User Score]@row > 4.7)<\/strong>, \"Mild\",<\/li><\/ul>