Hi,
Using CSS, we can over come this.
Please try to use CSS for crosstabs.
With Regards,
Vidhya.C
Hi
check the below link for CSC to format cross tab
List of CSS for SAP Design studio
http://scn.sap.com/community/businessobjects-design-studio/blog/2013/07/21/design-studio
Please check the above link.
Hi Yaroslav ,
In Cross tab properties to change column width size.
Example:
In crosstab contains 4 fields then increase 1st and 2nd column using Column width option.
Click on Column width --> Click on insert --> given column index:0 and column width:200(it is width size)
aging click on insert -> given column index:2 and column width:200(it is width size)
Here column index:0 means 1st column, Column index:1 means 2nd column......,
Thanks,
Chandra.K
Hi,
Could fix width of column in CrossTab with below code:
.sapzencrosstab-DimensionHeaderArea ..sapzencrosstab-HeaderCellDefault,
.sapzencrosstab-RowHeaderArea ..sapzencrosstab-HeaderCellDefault ..sapzencrosstab-HeaderCellContentDiv {
width: 180px;
}
Regards,
Vidhya.C
Add a comment