Related list - display uniques / group by field

I’m trying to find a way to group those rows by 1st two columns
(those should have only unique values) and last 3 columns should display sum of those…

Could anyone help me to achive that?

0 10 407
10 REPLIES 10

Maybe if you show us an example of the data and how you want it to look, that might help

Sure, I’ve just updated uploaded picture in my 1st post.

Send me a screen shot of the columns you have in the SPAKOWANO table

Create a virtual Yes/No columm called [Unique] in SPAKOWANO with this formula

[_RowNumber]=MAX(Select(SPAKOWANO[_RowNumber],[Nazwa SPECYFIKACJI]=[_ThisRow].[Nazwa SPECYFIKACJI]))

Then change your start expression to

<<START: Select([SPAKOWANOs][ID],[Unique]=TRUE)>>

That should get column 1 correct

Thank you for helping me with this!

I had this:
3X_f_5_f5a7900913c1a508796c86c42ea3d5c8aa35754a.png

I’ve created virtual column called [Unique] in SPAKOWANO with this formula:

[_RowNumber]=MAX(Select(SPAKOWANO[_RowNumber],[Nazwa SPECYFIKACJI]=[_ThisRow].[Nazwa SPECYFIKACJI]))

Then I’ve changed
<<Start: [Related SPAKOWANOs] >>

to
<<START: Select([Related SPAKOWANOs][ID],[Unique]=TRUE)>>

Now it looks:

3X_5_0_509151d792097ee4a0a2c955b61bddbc19f5f7fe.png

Something happend, but many of those are still missing.

Send a screen shot of both the template file and the whole table for the example above with 12 rows of data. Its hard to understand which columns your trying to group by

And after changes:


I’m trying to group by [DPL] but number values from last 3 columns (Worków / Palet / kg ) should consolidate.

I’ve made something like this in app view, it shows grouped DPL’s:

3X_5_7_5757a3f0e7a6fd4f3399dc399664388260bbfd55.png

Automation is triggered from diffrent table “WYNIKI PRODUKCJI”, whom SPAKOWANO is related to.

Any ideas?

Top Labels in this Space