Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Want to include areas with no activity on report/graph 1

Status
Not open for further replies.

MichaelQCL

Technical User
Dec 11, 2008
7
US
I am working on graphing activity per day for all work centers & would like to have the work centers that did not have any activity on that day to show as zero. I am grouping by work center & using the work date for the selecting parameter.

How do I get a work center to show up if there is no data to pull from the table (SQL database)?
 
You would have to eliminate the selection on the date parameter, and instead create a formula like this in the field explorer:

if {table.date} in {?daterange} then {table.amt}

Use the sum of the formula as your summary field, and the work center as your "on change of" field.

-LB
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top