Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
hi, tell me please, what will this code return?
{<any_field={'*'}>}
All any_field
Hi,
It should return ALL values in any_field
with null field or without?
One exemple :
All value :
count({<any_field={'*'}>} Code)
Not white value :
count({<any_field={"=len(any_field)>0"}>} Code)
white value:
count({<any_field={'*'}-{"=len(any_field)>0"}>} Code)
True nulls in any_field will not be included when this is used -> {<any_field = {"*"}>}, but white spaces will be included.