Hello, all
I have a theoretical question regarding DW.
Some of my DW's are denced charts with numerous controls. These controls do not have enough space to show all the needed data, so they have tooltips. Each control has the following expression (or something similar) in the tooltip : describe("controlname.text")
My question is: is it possible not to name the control explicitely in the expression, but use some other relative expression, which returns the current control (the tooltip text is always dependent on the data in it's own control).
I hope my quesiton was not too confusing. I know how to make it work in the code, I just go over the controls and set the tooltip accordingly on each one. But is it possible to set the same exact extression in the painter itself?
Thank you
Arcady