Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I only want to avg the number of cat_favor_points for my favorite cat, which is determined by who has the most cat_favor_points. I cannot seem to get this expression to resolve.
avg({<cat={"='$(=FirstSortedValue(cat,cat_favor_points))'"}>} cat_favor_points)
The FirstSortedValue does work in a text box on its own: ='$(=FirstSortedValue(cat,cat_favor_points))'
Try this:
=Avg({<cat={"$(=FirstSortedValue(cat,cat_favor_points))"}>} cat_favor_points)
Try this:
=Avg({<cat={"$(=FirstSortedValue(cat,cat_favor_points))"}>} cat_favor_points)
awesome that worked thank you! always get a little confused on the semantics
They indeed are very confusing and drives me crazy sometimes.
Best,
Sunny