User Portlet User Portlet

Discussions
I have a dataset and can not figure out how to select rows by date like
I am trying to ask for user import for values in a model. It would ask for a number and than use CloudPut to store that number. This value will than be later used in an equation. I was thinking I could store the numbers and associated variable...
I can't figure out how to do the following. list = {{1,2,3}, {4,5,6},{ 7,8,9}} I want to add a number to each sublist For example add 10 so it looks like: newlist = {{1,2,3,10}, {4,5,6,10}, {7,8,9,10}} I have looked Insert, Map...
I have a SQL statement that I need to change the year in the statement for a period of years. I need to essentially have let's say 10 SQL statements that increment the year by 1 for 10 times. Part of the SQL statement is: DateFrom = {d' 2013...
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...