Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8985227
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 15, 20262026-06-15T21:17:07+00:00 2026-06-15T21:17:07+00:00

I am trying to build a report in Report Builder 3.0 which will populate

  • 0

I am trying to build a report in Report Builder 3.0 which will populate the column headers every business week starting Monday with the dates of each day in that week. The report will then do a count of each time those dates appear in a “Dates Received” field for a given row entry (see Figure 1 below).

I am wondering how to create a filter or parameter in Report Builder to only show the dates of the current week given even if the report runs daily, and then still be able to do a count.

Figure 1: Matrix Mock-up (Dates are of Current Week)
enter image description here

Previously I was using this code to get columns in a table to show the next five business days (which doesn’t work here because I need the business days for just that week):

=IIF(6 - WeekDay(Today()) - X < 0, DateAdd("d", X + 2, Today()), 
DateAdd("d", X, Today()))
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-15T21:17:08+00:00Added an answer on June 15, 2026 at 9:17 pm

    The easiest thing to do is to get SQL to do the heavy lifting for you and prepare the data in a way that is most convenient for reporting. So what we want to do is get all the data that relates to the current week’s business days – that is, anything from the Monday of this week to the Friday of this week:

    SELECT PersonId, SomeDate
    FROM MyTable
    WHERE SomeDate >= DateAdd('d', 0 - (WeekDay(Today())-2), Today())  // Monday
    AND SomeDate <=  DateAdd('d', 0 - (WeekDay(Today())-6), Today())  // Friday
    

    Then you just feed this into your matrix, grouping on the person and the date and you’re good to go.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am trying to build a setup file which will install my vb.net application
I am trying to build a report in Business Objects XI 2.0. I can
I'm trying to build a cross tab report in Crystal XI that has dates,
I'm trying to build a report in Report Builder 2.0 that grabs some data
I'm trying to build a report that will look like this: jan feb mar
I'm trying build a method which returns the shortest path from one node to
I'm trying to build a simple RDLC report that shows some data, and has
I would like to build a very basic daily sales report. I'm am trying
I'm trying to populate a DataTable, to build a LocalReport, using the following: MySqlCommand
I have built a gantt chart in MS report builder 3 which reports on

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.