slimt_slimt
Registered User.
- Local time
- Today, 16:57
- Joined
- Feb 24, 2005
- Messages
- 11
hi,
besides several fields in first table one field [class] has 3 values [first, second, third] and in second table one field has field [payment] with 3 values [750, 850, 950].
And I would like to make dynamic crosstable, if somebody is in the second class and has value 750, the final result would be = 2*750.
or somebody is in first class and was working hard the result would be =1*950.
how can I make this thing work. It obviously can't work with intergrated crosstables.
thank you
besides several fields in first table one field [class] has 3 values [first, second, third] and in second table one field has field [payment] with 3 values [750, 850, 950].
And I would like to make dynamic crosstable, if somebody is in the second class and has value 750, the final result would be = 2*750.
or somebody is in first class and was working hard the result would be =1*950.
how can I make this thing work. It obviously can't work with intergrated crosstables.
thank you