Display Conditionally Formatted Data from an RSS Feed
Hello Community - I successfully created a SmartSheet that populates the Top Row with the most recent RSS feed data. This RSS data adds a new top row to my SmartSheet every hour. I created several formulas in the SmartSheet to display a conditionally formatted value (e.g. red, yellow, or green fill). I have about 10 SmartSheets that all link to different RSS feeds.
I would like to aggregate this data to conditionally display only the most recent value in the Top Row of each SmartSheet. I tried creating a widget on a Dashboard, and the values do not update, nor does the widget display my conditional formatting. I tried a report, which keeps the conditional formatting, but I cannot figure out how to only display the value in the Top Row. Any suggestions from the savvy users of this community?
Best Answers
-
Hi @Lauren Doud
The way I would do this is to add two helper columns (hidden) to each sheet. The first is a Created Date System column, which will automatically date stamp rows as they are added to your sheets.
The second will be a formula column, identifying which row is the most recent or the MAX row in the sheet.
=IF(Created@row = MAX(Created:Created), 1, 0)
This helper formula will give you a unique flag for your "top" row, or most recent row, that you can then use in your Report! Here's the Helper Column used as the Report filter criteria:
Let me know if this makes sense or if I can explain anything further.
Cheers,
Genevieve
Need more help? 👀 | Help and Learning Center
こんにちは (Konnichiwa), Hallo, Hola, Bonjour, Olá, Ciao! 👋 | Global Discussions
-
Answers
-
Hi @Lauren Doud
The way I would do this is to add two helper columns (hidden) to each sheet. The first is a Created Date System column, which will automatically date stamp rows as they are added to your sheets.
The second will be a formula column, identifying which row is the most recent or the MAX row in the sheet.
=IF(Created@row = MAX(Created:Created), 1, 0)
This helper formula will give you a unique flag for your "top" row, or most recent row, that you can then use in your Report! Here's the Helper Column used as the Report filter criteria:
Let me know if this makes sense or if I can explain anything further.
Cheers,
Genevieve
Need more help? 👀 | Help and Learning Center
こんにちは (Konnichiwa), Hallo, Hola, Bonjour, Olá, Ciao! 👋 | Global Discussions
-
-
Wonderful! I'm glad to hear it, thanks for following up.
Need more help? 👀 | Help and Learning Center
こんにちは (Konnichiwa), Hallo, Hola, Bonjour, Olá, Ciao! 👋 | Global Discussions
-
Hello, I'm interested in learning more about the RSS import functionality. Wondering if this was done with a template? Or custom coded? Ian
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64K Get Help
- 410 Global Discussions
- 220 Industry Talk
- 459 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 137 Just for fun
- 57 Community Job Board
- 459 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 298 Events
- 37 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!