It was mentioned earlier that setting the default to print in landscape could be done by an ActiveX control. My situation is one where all the users will be on IE and this would be a good solution. Does anyone know the code to do this using an ActiveX?
Thanks in advance
One check would be to refesh the report and check the refresh time of each of your dataproviders, see if it is retrieving the data that is slowing down your report or the calculations done on the report side. This will enable you to know whether the efficiency improvements need to be made in...
Using BO SDK does anyone know how to check the values/formulas used within the headers and footers of tables (possibly using the block/pivot/cellstructure classes).
Thanks in advance
Andy
If the table structure remains exactly the same (most importantly table and column names as the select statements in your universe objects point to tablename.columnname) then it should be as straightforward as just changing the connection.
This will then follow on to the reports, if the universe...
Does anyone know a way (or if its possible) using VBA to retrieve a list of variables and check whether or not these variables are being used within the BO report.
Any info would be much appreciated.
Thanks
Andy
Matthias,
I don't know of any way to send a .pdf document to a user, but if you send a .rep document the user can adjust the way they view documents within Webi to Acrobat Reader (within Webi - options > view documents > PDF Acrobat Reader).
This will then display the BO report in Webi as if...
V
Firstly it is possible to build a universe on a text file (example, connect through an ODBC connection where you can specify the delimiter).
To be honest I don't know what the performance implications would be although in my experience I have never had any performance problems populating a...
To save multiple reports as tabs in a single report:
1.Save the tab as a template (filename.ret),
Note: If you save the whole report as a template it only saves the first tab.
2.Right click on the report tab (in the new report) and select Insert Report.
3.Apply the template.
Hope this solves...
Firstly I would try using an if statement instead of a where:
= If <measure> = "constant" then <dimension>
If that doesn't work try a filter:
Format > Filters
select the crosstab and add a filter
choose the measure and either select the value you want to filter on or
select...
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.