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

  • Home
  • SEARCH
  • 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 133367
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 11, 20262026-05-11T06:25:11+00:00 2026-05-11T06:25:11+00:00

My data table looks something like this (first row = column names): Name; Number;

  • 0

My data table looks something like this (first row = column names):

Name; Number; Group 1; Group 2; Group 3;

Leslie; 555-555-5555; Y; N; Y; John; 555-555-1234; N; Y; N; Mary; 555-555-2222; Y; Y; N; James; 555-555-3333; N; N; Y; Sue; 555-555-4444; Y; Y; Y; 

I want my report to look like this:

Group Name 1

  Leslie; 555-555-5555   Mary; 555-555-2222   Sue; 555-555-4444 

Group Name 2

  John; 555-555-1234   Mary; 555-555-2222   Sue;  555-555-4444 

Group Name 3

  Leslie; 555-555-5555   James;  555-555-3333   Sue;  555-555-4444 

I feel like I must be overthinking this. Can someone please advise me of the best way to group my report based on multiple boolean fields (and allow the report to repeat details as necessary)?

Thanks in advance,

Leslie Waters

  • 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. 2026-05-11T06:25:12+00:00Added an answer on May 11, 2026 at 6:25 am

    You either have to change your record source to group them the way you want.

    Example:

    SELECT 'Group 1' as GroupName, Name, Number FROM Table WHERE Group1 = 'Y'  UNION  SELECT 'Group 2' as GroupName, Name, Number FROM Table WHERE Group2 = 'Y'  UNION  SELECT 'Group 3' as GroupName, Name, Number FROM Table WHERE Group3 = 'Y' 

    OR

    You could create a sub report for each group – each sub-report would select the same records except filter them to show only the particular group

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

Sidebar

Related Questions

I have a mysql table that looks something like this: Row 1: 'visitor_input_id' =>
I have a table that looks something like this. <table> <thead> <tr> <th>Foo</th> <th>Bar</th>
I have a huge data set. The structure looks something like this: K_Field1, K_Field2,
I have a 10 million+ row table that looks like this: id | time_read
So I have a base table that looks something like this. SELECT [BILL_MONTH] ,[BILL_YEAR]
Let's say my table structure looks something like this: CREATE TABLE [dbo].[table1] ( [id]
I have a large table, each row has 6 columns. Each row looks like
This is how my table looks like.. id col1 col2 --------------- 1 a x
The dataGridview first row column name amount is return no value as there is
I have a untyped DataTable that looks like this (srcTbl): date col_1 col_2 ...

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.