Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I need to use greater than option in filter plane, my data are only numbers.
How can I do that, can some one help me.
Thanks
Ganesh kumar
try this
=if(aggr(count(fieldname),fieldname>1,fieldname)
try this
=if(aggr(count(fieldname),fieldname>1,fieldname)
I tried its not working for me. Is there any other options available