Results 1 to 2 of 2
  1. #1
    niloufar is offline Novice
    Windows 8 Access 2010 64bit
    Join Date
    Jun 2014
    Posts
    24

    I need to Show all rows with no data in Pivot table with 0

    Hi experts,



    My pivot table shows all my data till I add data into my column field or report filter, then it will only displays rows that have related data. If I change any column or row to "Show items with no Data" it repeats all the data in different categories.

    I would like to be able to see all users who is registered or not, who has taken the course or not... so all names from any location and any role who is on the file would like to be seen, but those who have completed the filtered-course gets 1 and the rest get 0.

    problem is here that when I filter the course, people who don't have related filtered-course disappeared, but I wanna see them just in case if they are not being registered or not taken the course in system get fixed.

    Thank you very much for your help .
    Click image for larger version. 

Name:	pivottable.png 
Views:	8 
Size:	22.9 KB 
ID:	17013

  2. #2
    June7's Avatar
    June7 is offline VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,772
    Need a dataset of all possible employee/course combinations then include that dataset in the query, join type: "Include all records from EmployeeCourses ... " and do a compound join on the employee and course fields.

    That dataset can be created with a query that includes the Employees and Courses tables without a join. This will cause a Cartesian relationship of records - every record in each table will join with every record of the other table resulting in every possible combination of employee and course.
    How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.

Please reply to this thread with any new information or opinions.

Similar Threads

  1. Pivot Table - Moving Values from Columns to Rows
    By charlatain in forum Access
    Replies: 3
    Last Post: 07-21-2013, 01:41 PM
  2. Importing data from Pivot Table?
    By jstoler in forum Import/Export Data
    Replies: 22
    Last Post: 07-11-2013, 06:58 AM
  3. Replies: 3
    Last Post: 10-15-2012, 01:18 PM
  4. Replies: 3
    Last Post: 07-23-2011, 09:12 AM
  5. Replies: 3
    Last Post: 08-17-2010, 02:49 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Other Forums: Microsoft Office Forums