Forum Discussion
MagikJukas
3 years agoResolver III
Max value from each table
Hello, I would like to add a column to each table in the "Rows" column where it calculate the Max value from the Indexstart column. thanks
MagikJukas
3 years agoResolver III
Ok, I figured that out, it was simpler than I expected.
basically, I first of all groupped my table using the "function" All rows and calculating the max of the indext start.
this gave me a list of table with another column containing the max value for each table.
I simply expanded the column containing the tables, so that I have a table with all entries including the column with the max value for each set.