tourgis2000
New Member
- Joined
- Sep 3, 2008
- Messages
- 48
Hi all,
I'm trying to find a way of creating a simple pivot that looks like this:
[TABLE="width: 250"]
<tbody>[TR]
[TD]Fruit
[/TD]
[TD]Sales
[/TD]
[/TR]
[TR]
[TD]Apples
[/TD]
[TD]3
[/TD]
[/TR]
[TR]
[TD]Pears
[/TD]
[TD]5
[/TD]
[/TR]
[TR]
[TD]Oranges
[/TD]
[TD]2
[/TD]
[/TR]
[TR]
[TD]Total
[/TD]
[TD]10
[/TD]
[/TR]
</tbody>[/TABLE]
The data for each type of fruit is stored in a different table because each type of fruit has a lot of unique properties I need to work with later. This is probably a stupid question but how do I create a relationship/measure that will enable me to produce this result?
Many thanks,
Martin
I'm trying to find a way of creating a simple pivot that looks like this:
[TABLE="width: 250"]
<tbody>[TR]
[TD]Fruit
[/TD]
[TD]Sales
[/TD]
[/TR]
[TR]
[TD]Apples
[/TD]
[TD]3
[/TD]
[/TR]
[TR]
[TD]Pears
[/TD]
[TD]5
[/TD]
[/TR]
[TR]
[TD]Oranges
[/TD]
[TD]2
[/TD]
[/TR]
[TR]
[TD]Total
[/TD]
[TD]10
[/TD]
[/TR]
</tbody>[/TABLE]
The data for each type of fruit is stored in a different table because each type of fruit has a lot of unique properties I need to work with later. This is probably a stupid question but how do I create a relationship/measure that will enable me to produce this result?
Many thanks,
Martin