This image will hopefully explain the premise:
I have a feeling I am missing something rather basic. In the image above, you can see I’ve created an array of objects. This one has 3 key/value pairs. I use this data in a table and in the table I am able to perform a calculation on the values in the objects with one formula that then calculates in the table for all the other rows. However, I cannot sort by this new custom calculated column in my table as it is not a key/value in my array of objects.
So I am faced with (see image again) going into each object and adding the calculation in manually. This is daunting to say the least. You can see I have previously done this to populate the array in the first place.
Is there another way (without using JS?) I can perform the calculation I want in my table as I mentioned so it seems strange I couldn’t in the formula when the array is constructed.
Thanks in advance!