페이지 트리

버전 비교

  • 이 줄이 추가되었습니다.
  • 이 줄이 삭제되었습니다.
  • 서식이 변경되었습니다.

...

  1. In the Properties Modification panel on the right, set the properties of the Calendar Control as below.
    • Name : VS_YM
    • InitDate : Now() or DATE(0,0,0)



    도움말
    titleCalendar Property Configuration Guide

    For detailed information about Calendar Property Configuration, please refer to the Link.



  2. Set the property of the Label Control.

    NameText
    LabelQuery Year and MonthReporting Period

1.3 Create a Query Button Control

...

  1. Create a OlapGrid
    • Go to UI Bot > Grid > "Olap-Grid"


  2. Connect datasource using Sales Analysis META, and activate AutoRefresh.

    정보
    titleConnecting OlapGrid DataSource

    Right-click the OlapGrid > DataSource > i-META > Select META file

    • Sales Analysis Location : TBD > Sample > 3.Templates > OLAP > "Sales Analysis"


    정보
    titleAutoRefresh Activation

    Activate AutoRefresh in the property panel on the right of the OlapGrid.


    Query ItemQuery ConditionVariable
    • Column : [Customer Tier]
    • Data : [Sales Cost, Sales AmountRevenue]
    [YM]:VS_YM



  3. Right-click to open Design menu, and modify the design property.

    FieldSettingOther Settings
    • [Measures] field position changed :
      Column > Row
    • Enable auto selection area
    • Range : Right 5, Down 1
    • Disable Using Paging




    펼치기
    titleDetail Property Configuration
    • [Measures] Field Position Changed : Column > Row


    • Enable Auto Selection Area


    • Disable Using Paging



...

  1. Create a Chart Control
    • Go to UI Bot > Chart, and select Chart



  2. In the property menu on the right, configure the Chart property.
    • Olap-Grid : Form1.OlapGrid



  3. Click the Design menu to modify the design property.

    DefaultSeriesAxisLegend
    • Data Label : Value
    • [Sales Cost] > Chart Type : Line Chart
    • [Sales Cost] Axis : Y2
    • [Sales Cost] > Other > Sort Label : TopCenter
    • [Sales AmountRevenue] > Other > Sort Label : BottomCenter
    • Y1 Axis : Display Disabled
    • X Axis > Design : Major Grid Line width 0
    • Position : Top, Right
    • Direction : Horizontal


...

  1. Go to UI Bot > Grid and create a ListGrid.


  2. Set properties of the ListGrid.
    • Name : DG_DETAIL
    • AutoRefresh : Activate



  3. Connect data source using Sales Analysis META, and activate AutoRefresh.

    Query ItemQuery ConditionVariable

    [Customer Tier, Product Category, Product Subcategory,
    Sales Quantity, Unit Cost, Sales Cost, Sales AmountUnit Price, Revenue]

    [YM]

    :VS_YM
    [Customer Tier]@:VS_LEVEL

    정보
    titleSetting Variable Names

    For more information about AUD Platform Variables, please click here.

    • VS_YM :
      Variable for querying data based on date value of the Calendar Control
    • VS_LEVEL :
      Variable for querying ListGrid value based on [Customer Tier] data.
      Step 5. Utilizing in Script Editor



  4. Click the Design Menu, to modify the design property.

    Setting > DefaultSetting > Group
    • View Header > Row : Disable
    • Group : [Customer Tier, Product Category, Product Subcategory]
    • Subtotal Position : Top
    • Grand Total Position : Top



...

4.2 Refresh for Query Button Module Setting


  1. In the Process Bot > Object 탭에서 Button을 선택하여 배치합니다 tab, select and place a Button.


  2. In the Activities tab, click system module, Refresh, connect with Button's OnClick event, and set query target parameter.
    • Query Target Control List : OlapGrid, DG_DETAIL



...