Here's an example of what I'm trying to do: Form A has text inputs for day of the week, year, and number of work hours. In my Report, I want to sum the work hours for Monday, Tuesday and Wednesday simultaneously, showing the results in 3 separate reporting objects at the same time (could be in Value, Bar Chart, Data List, etc. objects). I also want to be able to switch between years.
I currently have the Report setup with 3 different data-sources, all pointing to the same Form, but each with a filter for the day of the week (which is defined in the pop-up dialog for setting up the data-source). I'm trying to associate a Value object with each data-source, and make them sum the values in the text input field for work hours. I'm getting an error message when I preview the report: "The aggregation cannot be applied to a field".
Thinking ahead though, I don't know how I'll be able to switch years without having 3 different Filter Selectors. Looks like you can't make one Filter Selector affect more than one data-source.
I must be going about this in the wrong way. Any help or suggestions would be appreciated.
