[color:blue]My main question is:
Is it possible to show in the Layout a certain field only if another field has a content?
Does someone have experience with this kind of solutions?
thank you in advance!
miguel
[color:blue]
My problem in detail:
I'm doing a database for i ging queries
case 1
If i.e the first line of the hexagram changes, the field "line1_changing" is showing his number (for example 34.1 for hexagram 34 line 1) Otherwise I keep the field "line1_changing" empty.
Now I want to show the field "line1_comment" only if the field "line1_changing" has a entry.
case 2:
the 64 hexagrams and their 6Lines have one table together (they have IDs (up to 448) but also an ID 1, 1.1, 1.2, 1.3, 1.4, 1.5, 1.6, 2, 2.1...64.6). When it is a line I would like to show the field "text_of_the_line" when it is the hexagram I would like to show the field "hexagram_judgement".