Is there any way to use a variable in the naming of each report. For example, I have 4 report tabs in my BO file. When I double click the tab to rename it, is there any way to use a dimension or measure as that name? Thanks.
You must use VBA to programatically change the name of the tab. Using busobj.ActiveReport.Name = "New tab name" will change the name of the active tab. You'll need to use an Application variable to make this refer to something in your query. Not sure how to do this though. But if your original question was can I easily make a tab name become and object name, then the answer is no, you have to use VB.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.