How to write a formula that counts number of rows that are not excluded?
I am trying to write a simple formula that will count the number of rows in my datatable that are not excluded. I want the total to be updated as I change row states using the graph builder. In another part of the formula I was able to successfully use the Excluded () function, e.g. <jsl> X = Col Sum( :MG1_2520_LH_Setting, Excluded() ); However, I am using N Rows() to count the total number of ro...