反馈已提交

网络繁忙

You are viewing 5.1 help doc. More details are displayed in the latest help doc.

Add a serial number to the table

  • Recent Updates: May 10, 2022
  • 1. Overview

    1.1 Expected effect

    For example, add a serial number to the "Contract ID", as shown in the following figure:

    11.png

    Note: The mobile terminal does not currently support the table ranking function.

    1.2 Implementation ideas

    Idea 1: The serial number does not need to participate in the calculation of the dashboard, and the serial number display function is used.

    Idea 2: The serial number needs to participate in the calculation of the dashboard, which is implemented using a combination of functions ACC_SUM and AVG_AGG.

    Note: The schedule does not support idea 2

    2. Example

    This article mainly explains how to use functions.

    The sample data is the "Contract fact sheet" under the "package".

    2.1 Create a new dashboard

    Create a new dashboard, name it and select the storage location, click "OK". Select "add component", select "Contract fact sheet" under "package", and click "OK", as shown in the following figure:

    12.png13.png

    2.2 Add calculation indicators

    Click "+", add a calculation indicator, name it "Serial Number", enter the formula: ACC_SUM(AVG_AGG(1),0), click "OK", as shown below:

    14.png

    Formula description:

    FormulaDescription
    AVG_AGG(1)Calculate the average value of 1, which is equivalent to counting the data that needs to be calculated, and assign a value of 1.
    ACC_SUM(AVG_AGG(1),0)Return the cumulative calculation result of all values of the corresponding dimension (the example is the Contract ID), that is, the counter is accumulated.

    Select "Group Table", drag "Contract ID" into the dimension column, and "Serial Number" into the indicator column. You can also filter out data with empty value, as shown in the following figure:

    15.png

    3. Effect view

    See section 1.1 of this article for details.

    Attachment List


    Theme: Advanced Data Analyis
    Already the First
    Already the Last
    • Helpful
    • Not helpful
    • Only read

    售前咨询电话

    400-811-8890转1

    在线技术支持

    在线QQ:800049425

    热线电话:400-811-8890转2

    总裁办24H投诉

    热线电话:173-1278-1526

    文 档反 馈

    鼠标选中内容,快速反馈问题

    鼠标选中存在疑惑的内容,即可快速反馈问题,我们将会跟进处理。

    不再提示

    10s后关闭