Crystal report - listing all specific data in detail into footer -


so i'm creating report want pull specific data details footer (not sure footer should use) , here's example of data.

task    startdate   weeknum compdate    initial 1        13-sep       38     16-sep       tj 1        20-sep       39     24-sep       tj 5        13-sep       38     16-sep       dd 8        23-aug       35     24-aug       qa 7        2-aug        32     7-aug        qa 1        19-jul       30     23-jul       op 3        1-aug        31     20-aug       ez 5        1-sep        36     14-sep       mc 

as of right now, i'm able pull each row out , put detail suppress 1 i'm able gather right data out footer

what want display table in footer of task compdate , initial if matches weeknum missed or pending. this

         task 1      weeknum compdate  initial 1        missed    missed 2        missed    missed 3        missed    missed …         30       23-jul     op …        38       16-sep     tj 39       24-sep     tj …..      52       pending   pending 

what i've done right made excel table template , i've paste on crystal report , trying pull row out can put in table row i'm able pull out latest or last detail in report.

any suggestion?

to desired output, need 2 things:

  1. go insert -> group , choose field task group ascending order
  2. go report -> report sort expert , sort field weeknum

and have data wanted. thing more worry after adding group got 2 new sections (group header , group footer). on group header put name of task (field task) , group footer used summarized fields within groups or similar. if don't need use new sections right click on them , chose suppress - no drill down , hide then.

hope helps


Comments

Popular posts from this blog

1111. appearing after print sequence - php -

java - WARN : org.springframework.web.servlet.PageNotFound - No mapping found for HTTP request with URI [/board/] in DispatcherServlet with name 'appServlet' -

Ruby on Rails, ActiveRecord, Postgres, UTF-8 and ASCII-8BIT encodings -