-
Advanced User Training
Does anyone know if Smartsheet has ever had (or is planning) advanced user training available, similar to the Smartsheet Academy you can attend in person? or a User's Conference? It would be much easier to sit in a room with other advanced users and share ideas in person vs. on the web.
-
Links to external sites in a Report
I have a sheet with a column that includes a URL link to an external website. I have reports that include this column and I noticed that in the report the LINK is no longer a clickable link. I can double click on the cell and "see" and copy the URL but not click on it. Has anyone figured out a way to make the link an…
-
Problems with formula AVGW
Hi The formula AVGW is not working anymore with the column duration. I mean when we write: AVGW(CHILDREN([% Planned]8), CHILDREN(Duration8)) and duration is in days 1d, 2d, etc... the formula doesn't count the column duration as a number. This starts after the Smartsheet update!
-
API Report restricted to first page
We wish to download through url access a report that is 850 rows so expands over 2 pages. When we access it we only get the first page. Is there a way to get all pages? Below is our curl code (the XXXXX.... is our authorization which we have masked):…
-
Excel spreadsheet with calendar and schedule
Good afternoon, I hope someone could please give me some ideas if it's at all possible to do with smartsheet or in excel??? I have an excel spreadsheet that was created by a professional. I'll try to explain the information it has on it and what I'd like to do with it. It has the date, Hebrew date, and then in in many…
-
Duplicate Values in column
I am having an issue with a sheet where we had changed some of the values in the dropdown of column properties, but because the old values were used previously, unless a user selects the dropdown, they can start typing and select the old value. It creates an issue when trying to analyze the data. even when we override the…
-
Webform hosted on another site
Hello I've created a webform that I've inserted as a iframe on a wordpress site, which works. But I wonder if its possible to create a form which uses your API to create a post on a sheet instead, which is hosted on another site, like my wordpress site?
-
Incident Tracker
Does anyone have a template or solution for tracking incidents related to IT infrastructure, applications, etc?
-
setting up my business correctly
I have a home building company and I am not clear as to the best use of workspaces, work sheets and folders. Can someone help or do I need to hire an IT person
-
ColumnId's return null
Hi, I' m trying to get column id values for a sheet but values return null. I' ve tried following methods. Token token = new Token(); token.AccessToken = MY_TOKEN; long sheetId = MY_SHEETID; long columnId; SmartsheetClient sc = new SmartsheetBuilder().SetAccessToken(token.AccessToken).Build(); //Method I Sheet sh =…