Here's my question.
1. For example, I have a field in some tiddler (tiddler1) called "state" and possible values in that field: "value1, value2, value3, value4, value5".
And I want to have a text in another tiddler (tiddler2) "good result" if the value of the field "state" in tiddler1 is value1 or value2, "bad result" if the value is value3 or value4 and "N/A" if the value is value5 or absent... how to do that?
2. And the second question, supplementing the first one: what if I want the resulting text ("good result", "bad...") to be a transclusion of other tiddlers (e.g. tiddlertext1, tiddlertext2, tiddlertext3)?
3. Plus one more... I wonder if there are operators ">" (larger) and "<" (smaller) in TW? For example if I want to have one text in some tiddler if the field value in another tiddler is larger then X and another text if it is smaller then Y?