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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T23:41:27+00:00 2026-05-26T23:41:27+00:00

The values I have in the row group are not First, Sum or anything

  • 0

The values I have in the row group are not First, Sum or anything else that would summarize a row. All records should be returned as simply the Fields!FieldName.Value of the dataset. Consider the following dataset:

 SerlNmbr     ItemNmbr    Qty 
 ABC123       34562334     2
 ABC123       23314454     1
 ABC123       09878976     3

So if in my table I set up row group “Serial” to group by field SerlNmbr to display the ItemNmbr and Qty, I should see:

SerlNmbr     ItemNmbr     Qty
ABC123 
             34562334      2
             23314454      1
             09878976      3

But instead, I only get the first row of the dataset. But then when I go back in the Serial group and take out the grouping by SerlNmbr, I get:

SerlNmbr    ItemNmbr      Qty
ABC123
            34562334       2
ABC123 
            23314454       1
ABC123
            09878976       3

So I know that my dataset is returning all 3 rows. Why is my grouping removing all but the first?

  • 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-05-26T23:41:28+00:00Added an answer on May 26, 2026 at 11:41 pm

    So it may not be the most proper way, but I got what I needed by leaving it grouped the way it is in my third example and simply hiding the SerlNmbr rows that are duplicates by doing

    =IIF(Previous(Fields!SerlNmbr.Value) = Fields!SerlNmbr.Value, True, False)
    

    in row visibility.

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

Sidebar

Related Questions

I have a DataGridView that I would like all values on a specific row
I have one multi-row INSERT statement (300 or so sets of values) that I
I have a multi-row insert that looks something like: insert into table VALUES (1,
I have sets of values in rows in Excel First row contains weights of
I have a list of values as such: row = ['0x14', '0xb6', '0xa1', '0x0',
I have a query where I'm trying pivot row values into column names and
I have a tables that contains the below values. region state --------- ---------- region01
I have a table which contains due dates for individual member records. Each row
I have a query that looks like this: SELECT SUM(`georder`) AS `order`, SUM(quantity) AS
I have tried fetching MySQL query results using mysql_fetch_row() and mysql_result() and numeric values

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.