I will give basic examples to see if what I would like is possible. In all cases lets assume the amount of data is >20000 rows, so I can't just add to another sheet.
- How can I find the max value in a column called Count?
- How do I find the max value in a column called Count where column Category is Category B?
- How do I find the max value of Total where the value of Total is not in the DataTable import, but stored in another sheet that can be referenced with a unique identifier?
These are things that I can handle normally with traditional sheets. I just got access to DataTable and I was hoping that I could perform calculations and references to the table, but it seems like I can only copy the data to a sheet in a process like DataMesh.