'this' is a function that can be used to simplify copying/linking of KPIs between scorecards. E.g. if you create an AGG function the formula will look like this:
AGG('[node]',*100)
In this example "100" is the selected organization's organizationID - e.g. Sales department. If you copy the KPI to other scorecards/organizations, such as the Marketing department, the figures from the Sales department will be displayed anyway, unless "100" is changed to the ID number for the Marketing department.
In order to avoid this problem when a KPI is copied or linked, you can replace the organizationID with 'this'. Then the figures for the current organization will be displayed when the KPI is copied from one organization to another.
AGG('[node]',this)
'this' can be prefixed to show that suborganizations are to be included, in the same way as with named organizations:
* - Includes all suborganizations including own organization
+ - Includes all suborganizations excluding own organization
(no prefix) - Includes own organization only
Version 5.1.2.0
This document contains confidential information. Not to be copied by third parties without written authorization.
© Copyright Corporater AS - All rights reserved.