In DESKI report I have a chart where I enabled the drilling. When I drill down it creates another tab with details. Since Im drilling from a chart the details tab also has the chart. If I want to see table in the detail tab, I have to manually change the chart to table.
Instead of doing this manually, is there any settings I can use to get a detail table when I drill down from a chart?
Create both a table and a chart. Display one or the other depending on the level of drill i.e. if you are at the top then show the chart, if you are drilling show a table
Use and opendoc statement to jump from the summary chart report to a detailed table report.
Go to infoview preferences> Web Intelligence
go to General drill option:
Check the “Synchronize drill on report blocks” option
Now, When you create the table … copy and paste it adjacent to it in the same report.
Enable the drill mode.
Save this.
Now select the table you copied recently and turn this to chart.
Now when you drill this chart to a lower level … you’ll see that you table is also drilled to the same level.
This is possible in XI R2, now it depends on which version you are working.
I hope this helps.
Opendoc allows you to create a link to a report. You have various parameters that can be passed to the ‘called’ report, for example do you want it to be refreshed, the values of any prompts etc. So the user will click on a link, which in the past might have been a drill operation. But you’ve used a variable in the report which contains an opendoc, so no drill takes place but another report is opened.
If you search the BusinessObjects Desktop for ‘opendoc’ you’ll find the syntax plus many, many examples!