I have created a report containing a Pie Chart and a Bar chart.
They are displaying one on top of the other.
How can I get them to display side by side?
How can I display bar chart and pie chart side by side?
(2 posts) (2 voices)-
-
See the documentation (Placing elements side by side).
The easiest way to keep the objects side by side is to use command
select 'dbr.keepwithnext';
before the first object.
This will keep the objects side by side if there is space in the page. Smaller displays/windows (mobile phones) will show them on top of the other if there is no space. To force objects side by side even on smaller space you can embed charts into HTML code (for example table) using
dbr.html
.--
myDBR Team
Reply
You must log in to post.