Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I have imported a set of points (POINTS) with the Articque module. I only want to represent a subset of these points (TYPE 1). How could I achieve this?
I have tried with the following syntax: =({TYPE = {'1'}}POINTS)
Thanks for any help!
You can use P() for possible or E() for Exclude
=Sum({<TYPE = P({<TYPE = {1}>} TYPE)>} Sales)
OR
=Sum({<TYPE = P({1<TYPE = {1}>} TYPE)>} Sales)
try
sum({<Type={"1"}>}POINTS)