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 8298289
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 8, 20262026-06-08T15:43:04+00:00 2026-06-08T15:43:04+00:00

I am trying to group by my table with multiple columns and checking if

  • 0

I am trying to group by my table with multiple columns and checking if the grouping count is equal to 2. I have the query working for this part

var query = from product in Products
            group by new { product.Product, product.Location, product.Customer } into grp
            where grp.Count() != 2

The Product has an another property Category, which could only have two values “High” & “Low”.
How can I change this query to handle the check for Category in addition to the grouping count.

Product    Location   Customer    Category
  A           X         C1          High
  A           X         C1          Low
  A           Y         C1          High
  A           Y         C1          Low
  A           Y         C1          Low
  B           X         C1          High
  B           X         C1          Medium

In the example above, except for Product A at Location X and Customer C1, all other records are invalid. The Location Y has two Lows and Product B has a category Medium which is not part of the list: High & Low.

  • 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-08T15:43:06+00:00Added an answer on June 8, 2026 at 3:43 pm

    If you want to include only specific categories, use a where .. expression:

    var query = from product in Products
                where product.Category == "Low" || product.Category == "High"
                group ...
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a query which I'm trying to group multiple table columns as text,
I'm trying to group by multiple columns here - one on each table. It's
I have been trying to get this query to work but I am stumbed
I have a table that holds multiple tracking id's in it. What I'm trying
I have a database storing multiple columns and I am trying to create efficient
I have a table with itemid|fieldid|value and i'm trying to setup a query that
I have a table structure that looks like this: Columns: Account Number Service Code
I have a mysql database table that contains multiple user photos. I am trying
I'm trying to write a SELECT query that joins multiple one-to-many tables. A table
I am trying to figure out how to group data contained inside a Table.

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.