I have two aggregates, both on the same 5 different sources but each one has a different filter.
Both of them display the filtered data correctly in the Service Studio:
In my main screen, I have a table to display each one of these aggregates however I verified that whichever aggregate I use in the second table, always displays incorrectly and displays the same row repeated multiple times which doesn't even exist in the aggregate:
In one of my forms, I use a DropdownList to select one of the "Audiência" from the same aggregate I use in the second table and there everything is correct so I don't understand what I'm doing wrong. Really hope someone could help me fix this.
Hello
I just checked your table the source is provided correctly but if you see the column, and if you see the expressions under each column are incorrectly mapped.
It should be bind to the same source you have selected for the table -
Also the reason you might be getting duplicate data is because I see joins here and some might have 1 to many relationship so this could be a reason
I hope this will help you once you fixed you mapping in a table.
ThanksTousif Khan
Just one thing to correct Tousif.
When expressions on the cells of a table reference a list that is noy the source of the table, there is no iteration. So you create as many rows as the source has, but without iteration, the expression is stuck on a single record. All rows will show the first or last record of the list. (first if before using the referenced list, last if after).