Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I want to aggregate on field without to attention to some dimention?
for example i want to sum(x1) without attention some filter affect it.
for example sum(x1, exception field1)?
field 1 is filter like mounth
If you have version 8.5 or above, you can do it with set analysis:
sum({<field1=>}x1)
You can mimic it in earlier versions, but there's a lot more to it.