Generate multiple Excel sheets based on parameter value
Hi all,
I am trying to create a report in Excel output that based on parameter X determines how many sheets in a workbook.
if parameter X is A, all three sheets (A, B, C) are generated in Excel, if parameter X is B, only sheet B is generated, if parameter X is C only sheet C is generated. How can I create this in rtf template or Excel? I tried using rtf and splitting on multiple pages but each page has different columns. Any ideas on what to try ?