Filters#

Select cells with conditions.

Join conditions for one input with & and separate input filters with commas.

plopm -i 'SPE11B SPE11B SPE11B' -flt ',fipnum >= 2 & fipnum != 4,satnum == 5' -v fipnum -sg 3,1 -rdl 1 -cbf .0f -fs 7,4 -cbp 0.15,0.97,0.7,0.02 -t 'No filter  fipnum >= 2 and fipnum != 4  satnum == 5' -st 0
../_images/filter_opm.png

Dynamic filters require RPORV in RPTRST.

Reproduce this example#

Run the complete workflow from the repository root:

. ./tests/scripts/docs_filters.sh

Back to the examples gallery