Hi Laureen,
Personally, I tried using Quick Reports and a set of Dbsget queries, but it became a real hassle (for me) to check, validate, and then push the updates.
I now use as many web sheets as needed (dynamic, custom) and export them in batches as snapshots using the TM1Web (or Workspace) features.
I run a macro (embedded in each Excel file) that sets up basic Excel formulas (such as column sums and row sums) so that when a user enters a value, the totals are calculated.
Then I distribute this large number of Excel files to my users, who enter data in Excel and send me back their completed files.
For each file I receive, I have several options:
1 - Save it with a specific name in a specific folder (I’ve linked an ODBC source to this Excel file); then run an IT process that reads this ODBC SQL
2 - I place it in a specific folder and run a PowerShell script (thanks ChatGPT) that converts it to CSV and immediately runs the corresponding TI procedure.
Of course, the other option is to subscribe, for a certain number of months per year, to a large number of users. (I think it is possible)
Kind regards,
Philippe