DSP Expert
- Total activity 261
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 146
Comments
Recent activity by DSP Expert-
We have done this with Excel Integration on the page within dspCompose, Register a procedure to the data entry button to insert a sample record. This will provide a record in the Excel spreadsheet...
-
TEmpson: Hi Alyssa. Do you know what code page the Russian text is encoded with? We had a legacy system where they used western european code page, but then changed the code page on the fly in thei...
-
CBermingham: Summaries run on their own schedule, which is controlled by a service page. Go to Monitor > Configuration > Schedule Service Page. There you can edit the "Build Summary Workflow Report...
-
Official comment KVandergriend: A Fire Fighter ID is no different than a standard SAP User ID. Simply update the user login information in Data Source registry > User Credentials.
-
Official comment PTowe: If I understand the question correctly, it's just a simple where statement: SELECT B.ProjectID, B.boaUserID, B.[Count] FROM B INNER JOIN A ON B.boaUserID = A.UserID Where viewzeroRecords=1 o...