Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi could an expert please advise how I can only show contain data points on a map.
E.g. I have a column which has values from 100 to -200
I want only those points to show which are in the range of 10 to -250 (i.e not showing all the entries but only the bottom ones from 10 down.
Hi @wasimalrayes, using an 'if' can work? ie: If(Value>=10, Value)
Hi @wasimalrayes, using an 'if' can work? ie: If(Value>=10, Value)
Thanks @rubenmarin that worked