Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Intelligence (Analytics)
Mashboard column size
Karch
I created a mashboard with 9 windows, 3 rows by 3 columns. I can set the first column to any size but if I want to fit in another window I get an error message, "There was an error while loading the SalesDB canvas". For instance, if I make the first column "width=50" then I am not able to set the second column to any size.
Find more posts tagged with
Comments
bhanley
The column widths available on the canvas are 33%, 50%, 66% and 100%.<br />
<br />
If you specify a width greater than 33% (one column) and this is fixed in stone, you need to skip a column for that row when setting up the mashcanvas. The column identifiers are a zero-based index when used in the global canvas configuration. So if a portlet needs more than one column, the next portlet needs to allow for that.<br />
<br />
Example:<br />
<br />
Portlet 1: Width 66% / Column 0<br />
Portlet 2: Width 33% / <strong class='bbc'>Column 2</strong><br />
<br />
Check out #3 under "areas of focus" on the wiki: <a class='bbc_url' href='
http://www.birt-exchange.org/wiki/Mashboard_Global_Canvases/'>Mashboard
Global Canvases - BIRT Wiki - BIRT Exchange</a> <br />
<br />
You also want to be careful when building out your rows that the combined widths of all portlets for that row does not exceed 100.<br />
<br />
Good Luck!