Re: [Activewarehouse-discuss] date dimension constraints

2009-01-15 Thread Marty Haught
On Thu, Jan 15, 2009 at 11:35 AM, Jacob Maine wrote: > I believe you can add conditions with: > > @report.conditions = "sql conditions here" Yeah, we did something similar. We made a date range that we wanted to constrain the report by. We passed in a huge hash of options but that's the same a

Re: [Activewarehouse-discuss] date dimension constraints

2009-01-15 Thread Jacob Maine
Ah, I misunderstood. Sorry, don't know how to help. - "Paco Viramontes" wrote: > You can specify dimmension order directly on the dimension model I am > > talking about order ing according to fact aggregates > > Paco > > Sent from my iPhone > > On Jan 15, 2009, at 2:11 PM, "Marty Haugh

Re: [Activewarehouse-discuss] date dimension constraints

2009-01-15 Thread Paco Viramontes
You can specify dimmension order directly on the dimension model I am talking about order ing according to fact aggregates Paco Sent from my iPhone On Jan 15, 2009, at 2:11 PM, "Marty Haught" wrote: On Thu, Jan 15, 2009 at 11:35 AM, Jacob Maine wrote: I believe you can add conditions wi

Re: [Activewarehouse-discuss] date dimension constraints

2009-01-15 Thread Jacob Maine
I believe you can add conditions with: @report.conditions = "sql conditions here" - "Paco Viramontes" wrote: > Hi all! > > I am finally getting a report with active warehouse working, the > problem is that for my default view I get all the years from my date > > dimension and I woul