 Rank: Newbie
Groups: extranet\Forum
Joined: 10/22/2019(UTC) Posts: 3
|
Hello,
is it possible in targit to add a row calculation to a cross tab that uses a dimension attribute that is not used in cross tab and do something like this:
1. calculation row: sum amount if dimension attributekey < 9000 2. calculation row: sum amount if dimension attributekey < 10000 3. calculation row: sum amount if dimension attributekey < 15000
Thanks in advance for your help
Best regards George
|
|
|
|
|
|
 Rank: Advanced Member
Groups: extranet\Forum
Joined: 4/12/2019(UTC) Posts: 41
|
Hello George
Have you tried with a Comparison (called User dimensions in 2019)?
BR Lotte
|
|
|
|
|
|
 Rank: Administration
Groups: extranet\Forum
Joined: 4/7/2011(UTC) Posts: 508
|
Hi George,
To elaborate on Lotte's idea, in the 2019 version you can do this with a User Dimension where you can work with the new concept 'Custom values'.. Also the attributekey numbers need to be available as a proper dimension attribute in the TARGIT client's Source data.
The User Dimension's four members can be designed in this way:
- A Total member (a member where you just click OK without selecting any criteria - this will show all the data). - A member, based on the dimension attribute, with a Custom value < 9000 - A member, based on the dimension attribute, with a Custom value < 10000 - A member, based on the dimension attribute, with a Custom value < 15000
This will produce four columns in the crosstab. You may want to go to Properties / Visibility to hide these, except the first (Total) column.
Each of the three hidden columns can be referred as d2, d3 and d4 respectively in a calculated row. E.g. sum(d2, all, m1) and sum(d3, 0, m1) and sum(d4, all, m1).
BR / Ole |
Ole Dyring |
|
|
|
|
|
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.