A space for data analytics & AI related technical resources and discussions.
Getting Started with Roles, Groups, and Users in Altair SmartWorks Hub [Needs to be extended to cover NameSpaces and Execution Profiles for Hub 2.1 onwards.] Ref: Hub Documentation of the access control framework is here: https://hubdoc.worldprogramming.com/5EA-2.1.3.186/use/accesscontrol/ When you first synchronise Altair…
Circle Packs represent hierarchical data sets, showing both each level in the hierarchy and how they interact with each other. They are consequently used for identifying patterns of performance, and outliers within peer groups. They are represented by a colorful mosaic of enclosed circles based on your data. The size of a…
Donut Charts are a derivative of the pie chart and are used in the same manner for displaying contributions to a total. Panopticon can produce standard Donut Charts in which the donut slice represents a numeric variable that is proportional to the total size of the donut. The color variable can represent either a category…
MariaDB is the Open Source successor to MySQL. (MySQL is now owned by Oracle.) It is widely used in web applications. SLC has a specific “mariadb” engine as well as a “mysql” engine. In addition to the native MariaDB engine that is bundled with SLC, you can also choose to use the generic ODBC engine, also included with…
The Allscripts McKesson HBOC, Star Patient Accounting system is a legacy but robust application for managing revenue cycle operations for a healthcare provider. STAR contains over 250 reports across important modules such as: * Account Management * Account Follow Up * Billing & Claims * Transactions * Statistics * Third…
Issue: Error popup: 'There is no default server on which to submit the program' This may occur if the 'Local' default server or the preferred server of choice setting has accidentally been changed. Solution: Locate the 'Server Explorer' view. You need to highlight the Server in the list (there may only be one) that you…
The SAS language and the R language have very different syntax and semantics so it is not possible to place R procedure calls inside SAS language macro procedures. This may appear to be a limitation but the two languages have different interpretations of special characters and keywords that would cause conflicts with SAS…
Temporary Disk Space for Workflow Environment On the client-side we have the "results cache" as defined in Preferences > Altair > Workflow > Temporary Resources. On the server-side we have the "intermediate files" as defined in Workflow Link Explorer > SERVERNAME > Properties. SERVERNAME may be, for example, 'Local' or…
In the workbench, STARTUP options are saved in the file <your_workspace_root>\.metadata\.plugins\com.wpc.wps\sessions.xml. For example: <?xml version="1.0" encoding="UTF-8" standalone="no"?> <serverConnections default="Local"> <serverConnection autostart="true" initialDirectory="${workspace_loc}" name="Local"…
Issue: When importing Excel files on Windows when the following WARNING is given "WARNING: Truncating column COMMENTS to DBMAX_TEXT(1024)". Solution: You can change the dbmax_text value using the DBLIBOPTS statement of PROC IMPORT, for example: PROC IMPORT DATAFILE="demo.xlsx" OUT=test DBMS=EXCEL2007 REPLACE;…
There's a wealth of content waiting for you to explore! Need support or have a question? Login or join our community.