For admin purpose, I would like to add the name (not the text value) of the label in to the Tooltip.
Is it possible?
I hope it is because I would be a nightmare to add manually for each label their label name in tooltip
It sounds like you are looking for a global solution, but I don't think there is one. The only way to get the name of a label to show in the tooltip for that label is to edit the tooltip property of each label.
I was expecting a function like: This.Label and then I can select all labels and fill the tool tip with that function which would populate all with their individual label.
@CPalaloga
The comments made by @Pstork1 are correct: there is no global solution 😞
We do have the SELF operator though that works just as you imagined the ThisItem operator would.
Self.Text
---
Please click "Accept as Solution" if my post answered your question so that others may find it more quickly. If you found this post helpful consider giving it a "Thumbs Up."
New thing learned today = Self.
But the Self. doesn't have the Label name.
@CPalaloga
You're correct it doesn't, but at least you have not walked away empty-handed today:)
---
Please click "Accept as Solution" if my post answered your question so that others may find it more quickly. If you found this post helpful consider giving it a "Thumbs Up."
User | Count |
---|---|
174 | |
115 | |
85 | |
44 | |
41 |
User | Count |
---|---|
238 | |
150 | |
131 | |
77 | |
72 |