Feb 23, 2023 03:14 AM - edited Feb 23, 2023 03:17 AM
Hi,
I use Group by option on field Project (linked field). But I don't understand why 2 groups for the same project are displayed.
An idea ?
Solved! Go to Solution.
Feb 23, 2023 04:50 AM
Yeap that's true. In "Projet" when you use the Group By functionality you're grouping by the text value of "C", which gives you the result you expect
However when you're grouping by the linked field, while it's displaying as "C", it's actually grouping by the record ID of the linked record. Here's some screenshots that help with demonstrating this:
Does that make sense?
Feb 23, 2023 03:25 AM
Hm that would happen if you actually had two records in the table "Project" with a primary field value of "C". Could you check whether that's what's happening?
Feb 23, 2023 03:38 AM - edited Feb 23, 2023 03:39 AM
Right, I have 2 records in the table Project. But in this table, the group by on the same field is valid.
Feb 23, 2023 04:50 AM
Yeap that's true. In "Projet" when you use the Group By functionality you're grouping by the text value of "C", which gives you the result you expect
However when you're grouping by the linked field, while it's displaying as "C", it's actually grouping by the record ID of the linked record. Here's some screenshots that help with demonstrating this:
Does that make sense?
Feb 23, 2023 06:52 AM - edited Feb 23, 2023 07:10 AM
Ok, to avoid this
I apply Group By option on a calculated field based on project field which allows to obtain the expected view