Hi Team,
I need a caculated table with names of costumers, who purchased something in 2 monthes, from period
So i made an example table
I need somehow FILTER that virtual table so that only costumers who have "AmountM" = 2 remain
Solved! Go to Solution.
filter(
calculatetable(...),
[AmountM] = 2
)