-
Project Settings API
Does anyone see how to set the project date range in the project settings through the API? I need to create a trigger that changes the dates that respond to the predecessors from one set of dates to another set of dates.
-
Chart Padding Still Excessive
Hello, I noticed a new enhancement (April?) explained that charts with data points as percentages (%) will no longer included excessive padding. I still seem to have excessive padding in my chart. See attached screenshots. The columns are in text/number so not sure what the issue is. Thank you.
-
Dashboard Widget
Hi, Is it possible to create a dashboard widget that contains an <iframe> with contents from another external site? // Leif
-
ODBC Connections and Outside Apps
Hi all, Hoping i can find some recommendations that can assist with an app development. I am creating a simple VS2010 Visual Basic app and report that will create purchase orders using smartsheet as the database back end. I have unlocked the smartsheet potential in ODBC connection but I am wondering if anyone has…
-
Alterar o modo de visualização da planilha individualmente
Olá, foi o possível substituto do modo de exibição da planilha doce? a Planilha é compartilhada, mas todo usuário tem sua função e visualiza o conteúdo de forma, porém, cada mudança, por exemplo, no tamanho da barra, altera para todos os usuários, sendo que essa alteração é tão séria necessário para um único usuário.
-
Drag & Drop Card View on mobile IOS/Android
Hello, I am able request the desktop site on any mobile device via the browser settings which allows to view cards. Touches work. Check boxes, Drop down menu etc. The only thing that does not work is the drag and drop function on mobile. Are there any plans to include this functionality with JQuery or some other?. Sencha…
-
Google calendar tab hyperlink from home page
Mike here from Australia - can you tell me is there a way to hyperlink from the Smart Sheets home page I want to make a google calendar tab that hyperlinks directly to my google calendar and not via a cell in a sheet - see attached image and tab, I would like to be able to click the tab to open an external link - any way…
-
Sporatic Error, using the API.
Hello Everyone. I have another weird error. the spread sheet I am making is 35 columns across and 270 rows down. I do batch updates exclusively. And I also time my updates to the most updates are 160 a minute to not overload the Server(a 200 ms delay between updates). sometimes mid way through the updates Im getting *…
-
A Formatting Glitch, using the API.
Hello. I have developed a Script (Powershell), that will create a complete smartsheet. This smart sheet is created with colours based on various times on the source data, (Late, ontime, etc. ). My problem is when I update it again, the first column will keep the shading of the previous entries. even though I specify a…
-
Screen blurs for lengthy formulas, or multiple parentheses
Whenever, I try to use if statements or so, the screen blurs and is very irritating to the eye. Could this be fixed ? Example : =IF(AND([Total Man hours]7 >= 1, [Total Man hours]7 <= 16), 1, IF(AND([Total Man hours]7 >= 17, [Total Man hours]7 <= 39), 2, IF(AND([Total Man hours]7 >= 40, [Total Man hours]7 <= 120), 3,…