<br />Hi,<br /><br />I've loaded a big set of contour lines with 5 m stepping from an ArcGIS File Geodatabase. From time to time I need to modulo out the 5 m lines in the viewer (showing only 10 m steps). Given a column "contour" this should work (shouldn't it?):<br /><br />"contour" % 10 = 0<br /><br />However, it returns 0 lines with both, double or integer type. The column contains just values of xx0 and xx5.<br /><br />Thanks for any hint!<br /><br />