Forum Discussion

rodfernandez's avatar
rodfernandez
Icon for Helper I rankHelper I
7 years ago
Solved

Display Don't summarize values in matrix visual

Hello :)
I have 2 tables 

IdzoneAmount
1North10
2South15
3North5
4South6
5North4
6North12
7South15
8North3
9South9
10North11
11South15
12South4
13North2
14South12
15South4
16North14
17South10
18South4
19North13
20South3

 

ZoneGoal
North100
South 110

 

And I need to create this Visualization Matrix 

 SouthNorth Total
Goal110100210
Amount9774171

Compliance 
88%74%81%

 

Where Amount is the sum from the amount form the first table for each zone 
Goal is just the value from the second table without any operation (I am having trouble doing this part).
The last row is just the % for each zone (Amount.South/Goal.South and the same for the North).

 

I am having trouble showing just the value in the first row without any operation, maybe I’m not relating the 2 tables in a good way.... 


Thanks

1 Reply