Last active
June 6, 2016 16:21
-
-
Save JonasEriksson/8d7bf494ddf878855e0e58f695e2d1a7 to your computer and use it in GitHub Desktop.
If loopcount is 1 and "parallel" is set to 1, hide the current row.
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
| <cfif session.goparallel IS 1 AND i IS 1> | |
| hidden | |
| </cfif> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment