Crystal Report Cross tab - database driven sub column -
i facing issue how make multiple sub column based on data available in crystal reports. have data in years each quarter. columns header should year database , each year have sub columns each quarter (like q1, q2, etc.). in row field should each agency sum of each each year quarter wise. show total each quarter. like
year 2008 2009 total q1 | q2 q1 | q2 q1 | q2 agency1 100 | 200 150 | 100 250 | 300
since have year , quarter data in database.. below approach helpful.
create formula
year, take year field databasetablename.yearcreate 1 more formula
quartertablename.quarter- place both formulas in column part in
crosstab expert - place agency in
rowspart , sunmmary of values insummarized fields
Comments
Post a Comment