Viewing 10 posts - 31 through 40 (of 40 total)
Ok, I've experimented with a the GROUP by function and can get the YEAR to show on all columns, but below the column header (State Aid, Local Receipts, Other Revenue,...
November 28, 2011 at 8:06 am
Hello,
Sorry for the late repsonse. Didnt check this much over the weekend. I apologize, you are correct about the 2011 showing to the RIGHT on the report....
November 28, 2011 at 7:28 am
Only filtered through a couple of the resposnes, but I like this one the best. Adding datasets is always a simple solution around problems like these. I use...
November 25, 2011 at 8:48 am
Awesome, worked like a charm. I ened up switching the WHERE clause to read;
WHERE (A_6.FISCAL_YEAR IN (:Year)) AND (A_6.NAME IN (:Community)) AND ((F."Population" BETWEEN...
November 22, 2011 at 11:14 am
Here's the WHERE clause:
WHERE (A_6.FISCAL_YEAR IN (:Year)) AND (A_6.NAME IN (:Community)) AND (F."Population" BETWEEN (:MinimumPopulation) AND (:MaximumPopulation))
Forget about the :Year and :Community clauses, I'm focused on...
November 22, 2011 at 10:35 am
yes, yes very useful. Thanks for the links. Rather than set ranges for each parameter, I simply used a BETWEEN clause and I'm allowing the user to define...
November 22, 2011 at 9:59 am
Sorry, I'm a bit confused myself. I could paste into the text box so I included a screenshot on a word doc. Hopefully it helps.
The screenshot shows...
November 22, 2011 at 8:17 am
Ok, thanks for your help. I already ahve two additional parameters on this report, and I'm almost positive I have them set up in the correct location. I...
November 22, 2011 at 8:06 am
Hmmm, I'm not sure I follow. I have a total of 11 ranges I need to set parameters for. I would like to see them all under the...
November 22, 2011 at 7:48 am
Viewing 10 posts - 31 through 40 (of 40 total)