Created
June 22, 2013 22:46
-
-
Save ijy/5842942 to your computer and use it in GitHub Desktop.
Return the total number of rows in a Matrix where a specified column is not empty. the_matrix refers to the name of the Matrix field. my_col refers to the column to search on.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| {the_matrix:total_rows search:my_col="not IS_EMPTY"} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment