I would like to rotate the text value assigned to my point in QGIS. For this purpose I used the following threads:
Rotating labels in QGIS 2.8.2 QGIS Labels Rotation
from which the best appears to be this one:
Anyhow, I think I got the mechanism of rotation. Unfortunately, instead of presenting my initial values allocated to the given point, I am getting the angle value.
I would like to admit, that maybe my situation isn't as straightforward as in the given example, because I used the rule-based leveling, where I set the text character based on the "Visible" column in my data attribute table. The string still comes from the "Text" column, but the rule from the "Visible" column. Is that something, which might affect the rotation? I've picked up the "Text" for the rotation rule. Shall I use the "Visible" variable then?
UPDATE:
Manual changing the label properties doesn't help at all. When I put the right value, the angle immediately equals this value and other way round.
Is there a way to make the label value independent from the angle value?



