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.

  1. create formula year , take year field database

            tablename.year 
  2. create 1 more formula quarter

               tablename.quarter 
  3. place both formulas in column part in crosstab expert
  4. place agency in rows part , sunmmary of values in summarized fields

Comments

Popular posts from this blog

apache - Remove .php and add trailing slash in url using htaccess not loading css -

javascript - jQuery show full size image on click -