Complex indicator

Analyze two variables at the same time to generate the resulting indicator

682

What is the complex indicator component?

It's used to analyze two variables at the same time using operations like sum, subtraction, ratio and % of total

926

How to create?

To create a complex indicator component:

  • Go to the dashboard you've created and click on the "+" button or press (F) and this will open the component creation page
926
  • Just look for the "Complex indicator" option and click on it

  • Choose the name of your component

  • And then on the following items:

        1.  Define the operation of the indicator:
            Sum (x+y)
            Subtraction (x-y)
            Ratio %(x/y)
            % of total (x/(x+y))
    
712
        2. Define 'x':
            2.1 Select the table it is in;
            2.2 Select the variable 'x;
            2.3 Select the operation for 'x'
            2.4 Choose the reference date for the variable;
            2.5 Choose the period analyzed;
            2.6 Select a filter for 'x' (optional);

        3. Define 'y':
            3.1 Select the table it is in;
            3.2 Select the variable 'y;
            3.3 Select the operation for 'y';
            3.4 Choose the reference date for the variable;
            3.5 Choose the period analyzed;
            3.6 Select a filter for 'y' (optional);

📘

You can delete or edit by clicking on the edit option icon in the upper right corner of the app and choosing one of the options