Welcome to the Smartsheet Forum Archives
The posts in this forum are no longer monitored for accuracy and their content may no longer be current. If there's a discussion here that interests you and you'd like to find (or create) a more current version, please
Visit the Current Forums.
Archived 2016 Posts
Archives for August 2016
Discussion List
Hide Tasks from Timeline
How do you 'hide' a task from a project timeline?
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 =β¦
smartsheet google app not working on latest mac os update
Anyone else notice this? The app launches then it doesn't display. Is this happening for anyone else?
Final line break at the end of a text impossible?
I would like to have a line break at the end of a text within a cell, to have a little more space between the actual row and the following row. I do not want to insert an extra row (more grid lines, cumbersome handling of parent/childs etc). But it seems, Smartsheet does not like that. It removes every blank at the end ofβ¦