I have a cube with four characteristics:
lab,
analytical _point,
installation,
experiment.
Each characteristic contains of a key and a text.There are several combinations of those keys, like:
Labo | analytical _point | installation | experiment
1 | 1 | 1 | 1
1 | 1 | 1 | 2
1 | 2 | 2 | 3
1 | 3 | 2 | 6
1 | 4 | 1 | 1
2 | 5 | 3 | 4
2 | 6 | 1 | 3
3 | 7 | 1 | 4
What I need to do is to create a WAD that will display those characteristics in BW IP in a clever way. It must know that in a lab "2" it has only analytical_points "5" and "6". In analytical _point "1" there is only one installation "1", and so on. More over it must display texts for each characteristic.
Where do I have to do it, and how? How can I relate those characteristics?