Objective:
To export a column representing a filter created on a Points object in the November 2020 release of Leapfrog.
- Leapfrog Geo 6.0
- Leapfrog Works 4.0
- Leapfrog Energy 5.0
Resolution:
- Open the Calculations and Filters for the object in mind
- Create a new Numerical Item
- Insert a IF statement based on the filter as follows
- This fills each row where the filter is true with 1 and the remaining with 0.
- Export the points object including Calculations
If your end process requires a character representation of TRUE and FALSE, replace the numerical item with a categorical and the 1 with a ‘TRUE’ and the 0 with a ‘FALSE’