c# - Create a dynamic horizontal repeating table in Infopath 2013 based on a previously given number? -


problem: have regular repeating table when comes rows need columns repeat based on difference between 2 fields.

ex. difference field has value 4 table needs have 4 columns (the number of rows variable because of repeating table control).

the problem lies in fact there no maximum difference, can value, creating columns , adding formatting rules hide them isn't feasible solution.

is there way using c# can create new field or table, or access created table in infopath form?

https://docs.google.com/spreadsheets/d/1nj5xouved-chtsjkgjom_qnxkf5ktbr4otdsjmmukkw/edit?usp=sharing

the link above excel sheet small demonstration of expected output.

thanks.


Comments

Popular posts from this blog

java - Suppress Jboss version details from HTTP error response -

gridview - Yii2 DataPorivider $totalSum for a column -

Sass watch command compiles .scss files before full sftp upload -