show only non-addressed lines
-
AuthorPosts
-
Assen
Joined: Sep 2019 Posts: 3 Location: Sofia, Sofia-Capital, Bulgaria NewcomerDirk Enders – PyroOfficeJoined: Nov 2018 Posts: 48 Location: Frankfurt / Germany CharcoalHi Assen,
there are two kind of workarounds you can do this:
1.) Add a Modulnumber to all empty rail fields that you don’t ill use in the show like 0 or 999. Then add the rail field as a filter (right click and you can show only the rows with the specified number
2) Just sort the script to the rail number first in the direction, that all empty lines are on top. Than ad other sort criteria fields like evnettime. So you have alway empty rail line at the top.
Hope that helps
Dirk
DrewFinaleJoined: Dec 2019 Posts: 557 Location: United States SilverGreat suggestions, Dirk Enders – PyroOffice! Assen, another option for you would be to use the search box to filter your script to only show lines with a blank ‘Address’, ‘Rail’, or ‘Pin’. The easiest way to do this is to right click on a cell that’s blank and choose ‘Filter to this value’. The great thing about the right click menu option is that it automatically adds the appropriate expression to the search box. For example, if you right click on a blank cell in the Address column and choose ‘Filter to this value’, fulladdress = “” is automatically entered into the search box. If you don’t have the Address column visible, you can unhide it from the blue gear ⚙️ menu.
AssenJoined: Sep 2019 Posts: 3 Location: Sofia, Sofia-Capital, Bulgaria Newcomer -
AuthorPosts
Please login to reply to this topic.