페이지 트리

버전 비교

  • 이 줄이 추가되었습니다.
  • 이 줄이 삭제되었습니다.
  • 서식이 변경되었습니다.
댓글: 목차 영문으로 변경

Easy Heading Macro
navigationTitle목차
selectorh1,h2
navigationExpandOptionexpand-all-by-default


공통 데이터 소스를 생성하고 활용할 수 있다
패널
title학습 목표
Learning Objectives
  1. Can create and utilize common data sources.


Step 1. 

...

  1. 왼쪽 메인 메뉴에서 [자원관리] > [공통데이터소스관리]를 클릭합니다.
    우측 상단의 [신규] 버튼을 클릭 > [팝업 소스 편집] 팝업 창이 나타나면 SQL을 작성합니다.
    [실행] 버튼을 클릭하여 데이터를 확인하고, [확인] 버튼을 클릭합니다.
    Image Removed

Step 2.  공통 데이터 소스 활용하기

...

Create a Common Data Source

  1. Click Manage Resources > Manage Common Data Source in the left main menu.
    Image Added

  2. Click the New button in the upper right, and when the Edit Popup Source window appears, write the SQL query.
    Click the Execute button to check the data, and click OK button.
    Image Added

Step 2.  Utilize Common Data Source

  1. After placing a Control on the report, click the Image Added button in the Data section of the properties window on the right. Data Source List window will appear.
    ※ Controls that require a data source connection, such as Combo Box / List-Grid / Tree-Grid 등 데이터 소스 연결이 필요한 컨트롤은 공통 데이터 소스 사용 가능합니다., etc., can use the common data source.

         Image RemovedImage Added

      2. 목록에서 사용할 공통 데이터 소스를 더블 클릭 합니다Double-click the common data source to use from the list.
          [Check the corresponding SQL script has been added under Script Editor ] 메뉴 menu > [ Data Source] 에 해당 SQL 스크립트가 추가 된 것을 확인 할 수 있습니다.
          ※ 유의사항 : 공통 데이터 소스는 아래 메뉴에서 쿼리 수정이 불가합니다Note : Queries for common data source cannot be modified from the menu below.

        Image Removed    Image Added

Step 3. 

...

  1. [전체 내보내기] 버튼을 클릭하면 공통 데이터 소스를 *.cds 파일로 다운로드 할 수 있습니다.

        Image Removed

Step 4.  공통 데이터 소스 가져오기

...

Export Common Data Source

  1. Click the Export All button to download the common data source as a *.cds file.
    Image Added
    Image Added

Step 4.  Import Common Data Source

  1. Open the *.cds file and modify the DBMS CODE value to match the DBMS CODE of the system to which it will be migrated.
    Image Added

  2. Click the Import button to upload common data source.

        Image RemovedImage Added