Noobini Posted March 15, 2017 Share Posted March 15, 2017 Hi, I have a simple Grid>Group By Range, Select 1 of 2 Points, I get all the points in the Even columns as seen in the first pic..easy enough (tho I understand it's nothing to do with columns, it's just selecting every 2nd point) So now, the logic of selecting every 2nd point does not work if my grid has an odd number of columns, as in the 2nd pic, so how do I select the Even columns in all cases ? TIA. (I supposed I could mod(x,columns) then mod 2 and if == 0 then it's in the Even group..but not very good with coding I'm afraid) Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.