-
Run into error : There is issue connecting
My code, which was fine, ran into an exception and cannot connect. It comes from the following code _SmartsheetList = _objSSClient.SheetResources.ListSheets(new List<SheetInclusion> { SheetInclusion.SHEET_VERSION }, paging, null); it was running OK until yesterday. Just wonder what could be the solution. Thanks
-
API.SmartSheet.Com
I have an application that updates a SmartSheet using the available APIs.. The application uses the C# NuGet packages for Visual Studio (2017) The program has been working flawlessly for over 12months now but as of 1am last night (UK time), I no longer am able to connect getting the very basic error of "There was an issue…
-
Changing Colors of Gant Charts
Is it possible to change the colors of the main timeline bars (not just sub-timelines) on a Project sheet in Gantt view? I do not like the grey.
-
Row or Record roll up and multiple forms or sheets
I have been attempting set up a relational database for multiple client use. This database should track records (rows including child rows) as it progresses through different phases. Projects may stop periodically and should be searchable and may be re-started later. I have tried using 3 column relational connection to…
-
Offline Usage
I see back in 2015 there were some posts about not being able to use SmartSheet office Is this still the case? and in so, does anyone have any tricks or ideas to get around this Many Thanks in advance
-
Live data in smartsheet
Trying to pull data out of our ERP (epicor) probably .csv format and keep it continuously updated to avoid manual data entry as much as possible. any ideas about how to do this? i am trying to use the data uploader but keep getting this error message. Thank you for any help in advance.
-
Create an event on a Google Calendar using the information from a SmartSheet Form
Is there a way to automatically create an event on a Google Calendar based on data collected from a SmartSheet form?
-
Delete row method returning a parsing error when it previously worked
Hello, This method was not giving me any issues prior to today. I'm using hte c# sdk. code: smartsheet.SheetResources.RowResources.DeleteRows(long sheetId, Sheet getSheet, true) returned error: NameValueType ▶$exception{"Unexpected character encountered while parsing value: <. Path '', line 0, position…
-
Set default home sheet
Is there a plan to allow for setting a default home sheet?
-
Processing Limitations: List of formulas in order by relative processing power required?
Hey Community! One of my first requests. I dug around and so far haven't found anything, but my apologies in advance if this has been addressed elsewhere. My company has been bouncing off sheet limitations for a bit now, yet none of our sheets are anywhere near 10,000 rows (I separate into logical volumes as often as…