Dynamically adding new fields (text) after adding repeater fields

Hello,

I would like to know if there is ability to dynamically add text fields after adding repeater fields.

Exactly what I’m looking for:
My repeater fields is statement and after adding statements I would like CMS to add text fields for me for every combination of statements.

Examples:

I have added 1 statement - system should add 1 text fields:

  • result 1.

I have added 2 statement - system should add 3 text fields:

  • result 1,
  • result 2,
  • result 1 and 2.

I have added 3 statements - system should add 7 text fields:

  • result 1,
  • result 2,
  • result 3,
  • result 1 and 2,
  • result 1 and 3,
  • result 2 and 3,
  • result 1 and 2 and 3.

And so on.