Sign in to join the conversation:
I was just asked if there is a way to have one of the values in a dropdown list be the "default" value. My gut says there is not, or I've had done this a long time ago, but wanted to ask the community before I say No.
You can, in essence. If you are using a form to populate the dropdown list you can put that value in a hidden field, and then change it after the form is submitted.
If you're talking about when you add a new row - right from in smartsheet? Maybe not. When I create my templates for new projects in our project sheet I have the template rows already set at my default value before copying them into my sheet. So it kind of depends on how you are using them.
Hi Mike,
When configuring forms, there is an option available for dropdown lists to select a default value.
Kind regards,
Chris McKay
Gotcha, I didn't check that. However, it still depends on where you are wanting to see that default value. If you want the value to be default when you create a new row in Grid layout, that option doesn't currently exist. AND if you don't want people to adjust that default option in the form, you would want to hide that field!
Yep, the grid functionality doesn't exist yet.
I am a believer in keeping users at or below Editor permissions and then locking columns. That prevents them from accessing the underlying form configuration while still having the right level of access to change values in the sheet (even in locked columns).
You could create a default value in the grid using a formula. For example, if you fill ="default value" in an entire column, then any new rows will have that value auto-populated.
Hi Daniel,
The issue you have there is that when it comes to formulas, Smartsheet does not see sheets as having "entire columns".
So if we have 50 rows visible and paste the ="default value" into the visible rows, eventually you'll reach a stage where users overwrite the last instance of the formula you created as Smartsheet will not keep copying the formulas down the sheet if users are overwriting existing rows.
Thanks Chris. Indeed, I agree with you that the formula method isn't foolproof. You could lock the column, but an admin may still overwrite a value. I expect it would still help with some solutions, though.
Relatedly: the concept of formulas that apply to an entire column is something we are investigating.
Best regards,
Daniel
I am attempted to export to excel. I have two different smartsheet documents to export. One of them exported to excel fine, but not the other. This happened a few weeks ago. I make sure all columns were the correct size & no cells were hidden. "We have found a problem with (file) Do you want us to try and recover as much…
Hello Smartsheet Community, I need some help with a report that I created and shared with a customer. The customer is not seeing any of the information that is pulling into the report. See screen shot below that the customer texted me. I do have the report filter only showing the customer their product pulling from our…
BLUF: When I create an Invoice, I need the cell-link to my live price data to be severed. I currently have a Price sheet for my products that is updated frequently. I use Control Center to create Projects, which includes an Invoice sheet. I have a dropdown on my invoice sheet to select a product, and then I use Index…