Table (rows, columns) with conditions

Hi,
I draft tables in clauses in Clause9 and use enabler in there, as you can see, for example, in the following example:

|| %align left, width 100 background #FCEBEB% ||
|| >~Einzelmaßnahmen~ || ~ERFORDERLICH?~ || ~ABC~ 
|| ~D24-015~ || #d24^id-015-todos || {#d24^id-015 = true: ~YES~ | else: ~NO~} || {#d24^id-015 = true: ~#d24^id-015-h Stunde(n)~ | else: ~-~}
|| ~D24-016~ || #d24^id-016-todos || {#d24^id-016 = true: ~YES~ | else: ~NO~} || {#d24^id-016 = true: ~#d24^id-016-h Stunde(n)~ | else: ~-~}
|| ~D24-017~ || #d24^id-017-todos || {#d24^id-017 = true: ~YES~ | else: ~NO~} || {#d24^id-017 = true: ~#d24^id-017-h Stunde(n)~ | else: ~-~}
|| ~D24-018~ || #d24^id-018-todos || {#d24^id-018 = true: ~YES~ | else: ~NO~} || {#d24^id-018 = true: ~#d24^id-018-h Stunde(n)~ | else: ~-~}
|| :=== || :=== || :---: || :---:

The problem with this solution is, that all rows are visible (even when the enabler is answered with NO).

My question is, whether there is a possibility to “enable” single rows of a table on basis of answering to an enabler question. So in the example above: if the question - connected to the enabler #d24^id-018 - is answered with YES/TRUE, it is visible in the table, AND if the question is answered with NO/FALSE, the row will not be seen.

If this is not possible, is there a way to make the text grey if the enabler is activated?