Best Of
Re: Can we get URL image in grid sheet? How to?
Hello @Narongchai
It looks like there is an image in the cell. Do I understand correctly that you want to see the entire image? In my test sheet I pasted an image, and as I make the column larger the image display increases in the cell.
My column is a text/description column. If I haven't understood your question please let me know, I'll try to assist.

Re: Can we get URL image in grid sheet? How to?
Hi @Narongchai!
In addition to what @Pauline J mentioned, I suggest checking out this article for more details on adding images to a grid sheet: Adding Images to Grid View.
If you still have an issue after reviewing the information, it would be very helpful if you could provide more details, such as screenshots, to better understand your request.
Cheers,
Isaac.

Re: Smartsheet has been recognized as a Leader in the 2024 Gartner Magic Quadrant for Collaborative Work
Congratulations! That's amazing!
I started using Smartsheet and then I built a comprehensive internal business process system for the companies I worked for. Later, I launched my own company and provided that system to SMBs during COVID. Before long, I became a Smartsheet Partner. It’s been an incredible journey full of surprises!

Re: How to remove the unnecessary commas?
Hello @Ashley Klaers
Just reference or adjust the column containing the employee names so it doesn't pick up all the information
=JOIN(COLLECT([Inspected Employee's Name 1]@row +... + [Inspected Employee's Name 10]@row, [Inspected Employee's Name 1]@row + ... + [Inspected Employee's Name 10]@row, <> ""), ", ")
Hope it helps
che

Re: How to create a Trendline in the Dashboard
Hi RL5500,
Could you leverage a Smartsheet to PowerBI integration? This is easily the best way to level up dashboards second only to adding fully functional maps.
As a workaround, create a report, group it by date, count by project name, and filter it by date range.
If you can add columns, add a column formula that checks the date column and generates the month using =month() and another column by year =year(). Then hide the columns and use those in the report grouping by month and filtering as necessary.
Hope this helps.

Re: External Update Requests
Hi
I had a quick look just now and I couldn't find an option to remove the link to the sheet.
this might sound harsh but you could run a rule in the inbox where the requests are coming in and delete them.
I tried to use forms and wasn't able to find a way to remove any other links. Unfortunately that is the way for Smartsheet to encourage sales of their product and this then encourages the click through and potential orders. Perhaps those that are on paid plans should have the ability to remove those links?
Purnima
Re: [GIVEAWAY CLOSED] [RECAP] Jumpstart 2025: Celebrating Community + BONUS chance to win swag!
#1: I’m not one for the spotlight, so I’d much prefer a shoutout in the Community Corner Newsletter.
#2: Fireworks! Go out with a BANG!

Re: Bridge - Filter an Array Object by a Particular Field
I ended up using JS to filter the array as follow:
var newArray = dataArray.filter(function (el) {
return el.name == foldername
});
return(newArray)
Re: [GIVEAWAY CLOSED] [RECAP] Jumpstart 2025: Celebrating Community + BONUS chance to win swag!
- Dedicated post
- Neither, this isn't 1998 :)

Re: Changing Font Size in when generating forms???
After an hour of sleuthing, I found the solution. In hopes of saving others the hassle, attached is a quick how to guide.
