製品をチェック

無償トライアル:

無償トライアルへ

製品の情報と無償トライアルへ:

ShipStation ODBC Driver

ShipStation ODBC Driver を使って、ODBC 接続をサポートするあらゆるアプリケーション・ツールからShipStation にデータ連携。

ShipStation データにデータベースと同感覚でアクセスして、ShipStation データに使い慣れたODBC インターフェースで連携。

データ連携でお困りですか?

お問い合わせ

Crystal Reports にShipStation を連携してShipStation データを使った帳票を作成


レポート作成ウィザードを使って、最新のShipStation データを使った帳票を作成。


古川えりか
コンテンツスペシャリスト



Crystal Reports には、ODBC 標準向けのサポートが組み込まれています。CData ODBC Driver for ShipStation は、Crystal Reports でレポート作成ウィザードやその他のツールを使ってShipStation へのアクセスを可能にします。この記事では、ShipStation の機能を持つシンプルな帳票を作成する方法を説明します。

ShipStation データに接続

下記の手順に従って、レポート作成ウィザードを使ってShipStation 接続を作成します。

  1. ODBC 接続プロパティの指定がまだの場合は、DSN (データソース名)の設定を行います。Microsoft ODBC データソースアドミニストレーターを使ってODBC DSN を作成および設定できます。一般的な接続プロパティは以下のとおりです:

    • APIKey
    • APISecret

    Microsoft ODBC データソースアドミニストレーターで必要なプロパティを設定する方法は、ヘルプドキュメントの「はじめに」をご参照ください。

    Use the BASIC Authentication standard to connect.

    1. Login to your ShipStation account
    2. Click on the settings icon in the upper right corner. A column menu will show up on the left
    3. Click Account -> API Settings
    4. On the API Settings page, note the API Key and API Secret.

    Authenticating to ShipStation

    • APIKey: Set this to the API key from the API settings page.
    • APISecret: Set this to the Secret key from the API settings page.

  2. 新しい帳票で、[Create New Connection]>[ODBC]をクリックします。

  3. ウィザードが表示されたら[Select Data Source]をクリックし、[Data Source Name]メニューでDSN を選択します。 The ShipStation DSN selected in the Report Wizard. (Salesforce is shown.)

ShipStation データに連携する帳票をデザイン

ODBC 接続をShipStation に追加したら、レポート作成ウィザードを使ってShipStation を帳票に追加できます。

  1. 帳票に必要なテーブルやフィールドを選択して、データソースを設定します。この例では、Tags テーブルのId およびColor カラムを使います。

    ShipStation tables in the Report Wizard. (Salesforce is shown.)
  2. チャートの種類を設定。 例えば、Color をId で表すシンプルなチャートを作成します。 ウィザードを完了すると、Crystal Reports はShipStation に実行されるSQL クエリをビルドします。ドライバーは、リアル隊うShipStation に対してクエリを実行します。

    Chart type, axes, and summary type in the Report Wizard. (Salesforce is shown.)
  3. 必要に応じて、ほかのフィルタやレポートテンプレートを設定します。
  4. データのインポートが終わったら、レポートフィールドをサマライズもしくはソートするチャートやレポートオブジェクトを作成できます。[Insert]>[Chart]をクリックして、チャートエキスパートを開きます。Total Color by Id を表すグラフを作成するには、Id を[On Change Of]メニューセレクションの下のボックスに追加してからColor を[Show Values]の下のボックスに追加します。

    The x and y axes of the chart.

完成した帳票をプレビューして、チャートにデータが入っていることを確認します。Null 値を取り除きたい場合は、SelectionFormula を使います。

A chart with null values filtered out. (Salesforce is shown.)