Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Article update

Table of Contents
There are 4 options available to customers There are several options available for data reporting/exporting in X Dispatch. Options will vary depending upon installation type, Cloud or On-Premise.

Table of Contents
maxLevel3

Basic / Advanced Find

...

Query and

...

Export

A Basic Find is best suited for times when a basic returned dataset is required . In the image below, you can see an example of the Basic find and the export. This option is best suited for times when a basic returned dataset is required. In the image below, you can see an example of the Basic find and the export.A Basic find whereas an Advanced Find allows you to write your own query to return the data you need using an editor which lists each table and the columns for each table in the windows at the bottom to help write queries for the Advanced Find.

Basic Find

Basic Find would be used most often when you need a small data sample to verify informationverify the information. An For example is when , a customer contacts you asking for a day's worth of data for them.

(For this example we will find orders, where the customer id = 9999 and date ordered, is in a date range) 

Run your query 

Div

Image Removed

Click Export 

...

Section


Column
width50%

In the Classic Operations App

  1. Run your query. 

    Image Added
  2. Click Export

    Image Modified
  3. Save the

...

  1. file. See How To Save Files To Your Computer From Cloud

...

Div

Image Removed

The second part of this option is to use an Advanced find. The Advanced find will allow you to write your own query to return the data you need. You export the same way you do a Basic Find. The advanced find query editor lists each table and the columns for each table in the boxes at the bottom. This will assist when writing queries for the advanced find.

The Advanced find query editor lists each table and the columns for each table in the windows at the bottom. This will assist when writing queries for the advanced find.

...

  1. .


Column

In the Operations App

Note

You must have set up a message format with the Message Type of “Email Find Results” set up.


  1. Run your query. 

    Image Added
  2. Email the Find Report.

    Image Added


Advanced Find

An Advanced Find is often used when you need to retrieve specific information or have advanced functions performed on the data. The most common examples are for reports you run once a week or specific time intervals to pull larger datasets to provide customers

...

Here is an example of an Advanced find to retrieve the last 10 orders placed on your system using the following SQL syntax:

Paste code macro
languagesql
SELECT TOP 10 * FROM qryOrder AS O WITH (NOLOCK) ORDER BY O.OrderDate DESC

Image Removedwith ongoing information.

Section


Column
width50%

Image Added

In the Classic Operations App


Column
width50%

Image Added

In the Operations App


You can also use

...

the Subscription service in the Find that will generate an email, on a schedule, with the results.

...

 The Subscribe method is used to automatically email data to your customers or yourself, as a form of automated reporting. Please see Find > Query Definition Subscriptions or Find (BETA) Subscriptions for setup instructions.

...

Image Removed

...

 

Section


Column
width50%

Image Added

In the Classic Operations App


Column
width50%

Image Added

In the Operations App


X Stream 

By deploying an X

...

Stream Definition, you have the ability to automatically run

...

an Advanced Find on a schedule and use FTP to transfer the data to yourself or to a selected endpoint.

...

The export can be configured to run on a schedule and allows you the ability to write a query to return data in the format you require.

...

Once you have validated that the data is returned in the expected format, you then save the query and update the X Stream definition with the name of the query you want it to export the results for.

Deployment of this method can be implemented by support quickly, full instructions here to set up additional definitions for multiple exports. Please open a support ticket to inquire about this method.

Below is an example of this X Stream Definition

Image Removed

...

See Advanced Find automation X Stream Definition. Another option that can be used with X Stream is to have Technical Support or Professional services create a new stored procedure and deploy it for use. This is custom work and is subject to billable charges. Please open a support ticket to inquire about using X Stream.

Image Added

Web

...

We offer Web services that can be used to push and ingest data. Web services require developer skills. CXT Software offers developer consultation for assistance understanding and consuming our public API's.

We offer our standard Web API:  XMLListener. This option works well for on-demand and some routed work. This is available to all customers running X Internet. More information can be found here and here.

We also offer a Web Service called the Ingest Service. This service requires a recurring monthly cost, adds a larger list of methods that better handle routed work. (Please open a ticket with Support for more information)

...

Services

Our web service allows for consistent integrations and services, making it easier for third parties to integrate with the CXT Software suite. It is accessible by both REST and SOAP and accepts both XML and JSON requests. See Web Services/API Information (v2).

...

Remote SQL access

This option is only for Cloud customers who are on the dedicated edition. Dedicated is intended for large companies with thousands of drivers, workstations, integrations and massive data sets. Dedicated is an upgraded edition in Cloud, and can be purchased by contacting your sales representative for details and pricing.  Once a client has upgraded to dedicated, Remote SQL Access can be purchased for an additional monthly fee.

...

Info

Integrations are a billable service, with a monthly recurring cost.  Please contact Technical Support for more information.

Additional Options

If the above options do not meet your needs, please reach out to Technical Support or your Client Success Manager to discuss other options