I could need another advice for fixing an expression.
This time I got a text box which is supposed to give me a certain text depending on which year I select.
The below screenshots display the required text to be shown for 2016 and 2013 respectively.
The text itself has some variable factors which keep changing whenever I select a value in any other field.
Currently, when I drill down to certain items of a year, the text keeps changing accordingly. This is what I need to avoid. Especially, the selection in the field "BelegNr." is not allowed to influence the numbers in my text box..
A second aspect I would need to solve is that currently all items are counted. However, I would need to have the condition integrated that only items are counted for which [Alter Wert] <= [Neuer Wert] is true, without having those items explicitely selected.
Right now I worked my way around, but the moment more changes are recorded, this might not work anymore.
Example: another items date is changed and this time [Alter Wert] >= [Neuer Wert]. This would be an item not to be counted - leading to the text:
"2016: 7 Änderungen
6 von 7 Änderungen sind nicht ordnungsgemäß. Das Basisdatum ...."