User Portlet
Discussions |
---|
Wow, that worked! I really appreciate the answer! I never would have figured that out. Now to break apart what it is doing so I really know it! Thanks. |
UPDATE: I figured out how to do this. The correct command is: CloudDeploy[FormFunction["testn"->"Number",CloudPut[#testn,"test"]&]] And gives... In[84]:= CloudGet["test"] Out[84]= 556 |
Thank you all for the responses! This gives me a good framework for the project. CreateUUID is very helpful since that is what I need to do the list I have. All the suggestions though give me a strategies for this type of problem. |
Thank you all very much. That gets me headed in the right direction. I had looked at 4 books and the reference pages but it is hard to find your way through the forest of expressions. |
I am trying to connect to an Azure SQL database but am having trouble connecting. Does anyone have an example of the correct string for OpenSqlConnection? I am able to connect using Database Explorer so I know I am able to connect. Is there a way... |
I have a query that gets sent to a ODBC database in Quickbooks sp_report ProfitAndLossStandard show AccountFullName, AccountListId, AccountType, RowData, RowDataType, RowType,Label, ,Amount_1 as... |
HI, I am trying to connect to SQL database on our server using Database Explorer. I can set up the connection and the test button says it is successful. I will add that I need to suppy the database name as the drop down doesn't show any of the... |