I am trying to schedule 10 reports that go to the same table and ask for the same columns, except that they differ in a key value (i.e. the report selects column a, b, c from table A but differ in the where clause = 'CLIENT1', = 'CLIENT2', etc).
I was wondering if I can use the same report and set an external variable before running it that defines that where clause. All of this scheduled so that I don't have to set the variable manually.
So what I want is for the report to run itself 10 times using 10 different external variables that define the key value of the client.
If such a thing is possible I would gladly take some help.
Thanks!