Forum Discussion
Anonymous
6 years agoNot applicable
a Filter thing...
Hi guys and sorry in advance to bother you for this little stuff, i have 1 single table with a measure, let's say the "price". i calculate the average price value. And i want to filter that tab...
- Anonymous6 years ago
it works with storing the average in a calc column and then do a FILTER(Table;price<avg_calcol)
if you have a solution without calc col, i take it.
Anonymous
6 years agoNot applicable
it works with storing the average in a calc column and then do a FILTER(Table;price<avg_calcol)
if you have a solution without calc col, i take it.