Forum Discussion
Anonymous
4 years agoNot applicable
How to FILTER virtual table
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 costu...
- Anonymous4 years ago
filter(
calculatetable(...),
[AmountM] = 2
)
Anonymous
4 years agoNot applicable
filter(
calculatetable(...),
[AmountM] = 2
)