Single Report Method Generation for multiple samples
Posted: Fri Jun 10, 2011 5:21 pm
Greetings,
Here's my problem:
I need to creat a report method that will work for any number of samples. We need to calculate the sample based off just the bracketing std's. My std table is supposed to only have the bracketing std for each sample. ex. if there is one sample, there is one std table. If there are two samples then there are two std tables and so on.
Instead of making 18 tables that won't be populated with data and will show up at the end of the report, I want to create a single table that will create additional tables for each set of bracketing std's.
I tried using a groupby function but haven't found an inspired match yet.
any ideas?
Here's my problem:
I need to creat a report method that will work for any number of samples. We need to calculate the sample based off just the bracketing std's. My std table is supposed to only have the bracketing std for each sample. ex. if there is one sample, there is one std table. If there are two samples then there are two std tables and so on.
Instead of making 18 tables that won't be populated with data and will show up at the end of the report, I want to create a single table that will create additional tables for each set of bracketing std's.
I tried using a groupby function but haven't found an inspired match yet.
any ideas?