Crystal Report multiple static & dynamic columns using multiple timeframes -


i have report multiple static columns relating customer, want list 3 separate items different time periods comparison in additional columns.  not sure if should try formulas time periods.  have tried figure out crosstab reports, seems straight forward on surface, cannot seem accomplish want either.  suggestions appreciated.

static information report columns are: group  branch  agent #  contactname  companyname (followed repeating columns time periods   #files   invoicetotl   payments  bal)  these repeating columns monthly figures based on invoice date not appearing in column

example grp1  rp 1234  john james  simplifle co  5  $3000  $2000 $1000   7 $300 $200 $100 5 $3000 $2000 $1000 info january 7 $300 $200 $100 info february hope making sense


Comments

Popular posts from this blog

How to understand 2 main() functions after using uftrace to profile the C++ program? -

c# - Update a combobox from a presenter (MVP) -

How to put a lock and transaction on table using spring 4 or above using jdbcTemplate and annotations like @Transactional? -