페이지 트리

버전 비교

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

...

Target Screen


참고사항
titleTemplate Report Information

Download Practice Template

To study the practice example above, use the following report by saving it with a new name.

  • How to Use the Template:
    1. Launch the report from the portal.
      Template Path : [PPDM] > [Templates] > [1. Reporting] > [Dashboards] > Template_Monthly Sales Analysis

    2. Click the Save As button in the top right to save it to your working folder.

    3. Run the saved report.

    4. Click the Edit Report button in the top right to launch the Designer window.


...

  1. Establish hourly sales trends in V2, and aggregate data using SUMIFS function and get time-dimension using Data Derivation Method.
  2. Navigate tot he T3 data sheet and parse the time items using a function to enable SUMIF aggregation. 
    Time Derived Function  =IF(C2="After 22:00", "22:00", LEFT(C2,2)&" hour:00")


  3. Connect to the T3 data sheet using SUMIFS int he V2 sheet. 


  4. Assign the _D_ reserved keyword to generate the hourly sales visualization chart.  _D_예약어 ☜ Refer to the detailed guide


  5. Apply Conditional Formatting to the product-specific sales information to add visual depth, ensuring higher vales are displayed in darker colors.


  6. Format all cells based on their values > 2-Color Scale > Select colors and click OK.

...

     1. Navigate to T1, click cell [G1E1], and define the name as VS_YM to load data based on specified inquiry criteria.

...

     2.  Click the [DB Bot] icon in the [i-MATRIX] toolstab.

       

     

   2. Path : PPDM > Samples > 3. i-META > Sales Analysis

...

  • _EXPAND_?__?? : You can verify quantity, revenue amount, and average unit price by expanding/collapsing the designated number of rows for each product category. MX-Grid 예약어 ☜ Refer to the detailed guide for MX-Grid reserved keyowrds.

  1.  V3 Sheet  Defining Names of each Product Category Name Definiitonin V3 Sheet
    • A2 → _EXPAND_3__6


    • A7 → _EXPAND_8__11


    • A12 → _EXPAND_13__16


    • A17 → _EXPAND_18__22


    • A23 → _EXPAND_24__27
       

...

  1. Reference images in the V_image sheet to output different images to cells depending on whether the cell value is greater or less than 0. (Verify image name definitions)


  2. Enter the function into a specific cell in the V1 sheet.
    Formula : =IF(L2 > 0M2>0, AUD_IMAGE(":차이상HighDifference"), AUD_IMAGE(":차이하LowDifference"))


  3. Click the Save button in the [i-MATRIX] tools tab and close the window.

Step 6. Layout MX-Grid Screens via ActiveSheet

...

  1. Position the V1 sheet in the top sales summary section to display key metric ranges.  
  2. Click MX-Grid control and copy the [i-MATRIX] address code to place the V2 and V3 sheets on the screen. 


  3. Create a new MX-Grid component via UI Bot to arrange the V2 sheet.


  4. Paste the copied [i-Matrix] address into the property pane of the new MX-Grid and enter V2 in ActiveSheet and MXGrid in ParentGrid.


  5. Arrange V3 using a new MX-Grid in the same manner.


  6. Remove MX-Grid Background Color : Set the Background A(Alpha) value to 0 in the Style tab of the property pane.


  7. Remove MX-Grid Blue Lines : Select Line Type: None in the Border area of the style tab.

...