how to exclude rows from Col Rank formula in JSL?
I'm trying to run a Col Rank formula on a "BLOCKERASECYCLE" column and then output the result to a new column "TEMPCOLUMN"However it runs Col Rank even on rows that I hide and exclude (rows are not "VERSION1").How can I get Col Rank to skip rows that I hide and exclude (non "VERSION1" rows)?BLOCKERASECYCLE_COL = Column("BLOCKERASECYCLE");foundrows = dt << Get Rows Where(:PART_VERSION=="VERSION1");...
