DELETE

Delete a Dashboard

Delete a Dashboard You can delete dashboards that you have created. note: You cannot delete the default business dashboard defined for your organization. Click the Home tab, then click myHome [&hellip...

Add a New Dashboard

Add a New Dashboard You can create new dashboards, as needed, specifying both the content and the layout arrangement for each dashboard. Click the Home tab, then click myHome in […]

DELETE

DELETE removes rows from tables. Use DELETE with WHERE to remove all rows that contain a matching field value. First, let’s see how many rows are in the table:   […]

Delete Processed & Staged Orders

To delete both processed and staged orders, use staged for order_type:   1 SQL> incent delete orders staged (BatchNames=(select distinct batch_name from xactly.xc_user_batch bat join xactly.xc...

Delete Processed Orders

Start by ensuring the Incent credential is set:   1 SQL> incent credential test;   Now delete the processed orders:   1 SQL> incent delete orders processed (BatchNames=(select dis...

Use xSQL to Query Tables

Use xSQL to Query Tables Developers, users, and programs can interact with Connect Data Services using Xactly’s implementation of the SQL-92 specification. NOTE: While Connect does not support a...