Is it possible to disable most (not all but most of them) of my filters in a single table? I am aware of syntax like this
"sum({<[fieldname]=>}Sales)", but in my case I have a table with multiple expressions which consist of multiple if statements with multiple sums in each of them so that doesnt seem like a good option (because it would be a pain in the a** to update that if changes were made). Any ideas?