Hello,
I have an AOT Query that sums quantity as per the grouping, another related datasource retrieves the description of one of the grouped fields from another table. All grouped fields and the sum field are correctly displayed. Th description is not being retrieved from the second table.
Below is the query:
Below is the result:
Description is not being fetched from ITB_Model. Note that I have renamed the column label to "Name" instead of description.
below is the report design:
Thank you
*This post is locked for comments
I have the same question (0)I got it figured out, I added the Description field to the Grouping and it now retrieves the value.
I hope this thread can be useful to other users.