I'm seeking a way to have files automatically chosen in analytical apps, taking into account the sheet selections made by the user.
For instance:
Step 1:Actual Data
| File 1 |
| sheet 1 |
| sheet 2 |
| |
| File 2 |
| sheet 3 |
| sheet 2 |
| |
| File 3 |
| sheet 2 |
| sheet 4 |
Step 2: User will Manually select sheets (At this point display all the sheet names from the files provided by the user and User should be able to select sheet names manually)
| sheet 1 |
| sheet 2 |
| sheet 3 |
| sheet 4 |
Step 3: Automation should handle the automatic selection of files within those specified sheets. Note: User should also have the choice to deselect file selections if needed.
| sheet 1 |
| File 1 |
| |
| sheet 2 |
| File 1 |
| File 2 |
| File 3 |
| |
| sheet 3 |
| File 2 |