Hi Ladies and Gents,
I've made a new report which has a table in it. This table has various columns e.g. 'Apple Count', 'Organges Count', 'Gummybear Ratio'.
I've made it so that there is a tooltip on the textbox for each column. The idea here is that I am making a data dictionary of sorts by creating each column name and tooltip description in a sql table.
=lookup(ReportItems!textbox8.Value, Fields!tip_name.Value, Fields!tip_descrip.Value"tooltips")
Question: Is there any way to make it says "this.textbox.value" so I don't have to hardcode the textbox value?
Question2: Let's say I have a whole bunch of columns with tooltips coming from a sql table. Is it possible to list the tooltips out in the footer? specifically the ones used in the report?
thanks for any advice you may have
craig