Hi is there any way of generating reports other than xls and pdf. I am using my sql . -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
You should check out ruport. It takes a little effort to get the hang of it, but once you do it is a huge time saver and fairly quick. Very nice!!!!! http://rubyreports.org/ Abhi Manyu wrote:> Hi > is there any way of generating reports other than xls and pdf. I am > using my sql . >-- Sincerely, William Pratt --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
William Pratt wrote:> You should check out ruport. It takes a little effort to get the hang of > it, but once you do it is a huge time saver and fairly quick. Very > nice!!!!! > > http://rubyreports.org/ > > Abhi Manyu wrote: >> Hi >> is there any way of generating reports other than xls and pdf. I am >> using my sql . >> > > -- > Sincerely, > > William PrattThankyou very much Mr. William . I appreciate your timely help. I am gonna check this out Thanks once again -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Hi Is there any option to generate reports automatically as in MS sql reporting services? -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Hi, I am using MySql . I there any option in ror as in c# and MS Sql that I can generate reports from my application. Like MS sql is having reporting services thru which we can generate customized report and c# is having controls to access such reports. What I need is a way to access the reports generated in mysql through ror. Any suggestion will be appreciated -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
On Oct 25, 5:15 pm, Abhi Manyu <rails-mailing-l...-ARtvInVfO7ksV2N9l4h3zg@public.gmane.org> wrote:> Hi, > I am using MySql . I there any option in ror as in c# and MS Sql > that I can generate reports from my application. > > Like MS sql is having reporting services thru which we can generate > customized report and c# is having controls to access such reports. What > I need is a way to access the reports generated in mysql through ror. > > Any suggestion will be appreciated > -- > Posted viahttp://www.ruby-forum.com/.You are looking for something like this http://rubyreports.org/ ? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Akbar Home wrote:> On Oct 25, 5:15 pm, Abhi Manyu <rails-mailing-l...-ARtvInVfO7ksV2N9l4h3zg@public.gmane.org> > wrote: >> Posted viahttp://www.ruby-forum.com/. > You are looking for something like this http://rubyreports.org/ ?Hi, No I am not looking for report generation thru rails but report generation thru mysql and its access from rails. Any way thanks for your help -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Can you be more specific? What do you mean by "report generation thru mysql and its access from rails."? Abhi Manyu wrote:> Akbar Home wrote: > >> On Oct 25, 5:15 pm, Abhi Manyu <rails-mailing-l...-ARtvInVfO7ksV2N9l4h3zg@public.gmane.org> >> wrote: >> >>> Posted viahttp://www.ruby-forum.com/. >>> >> You are looking for something like this http://rubyreports.org/ ? >> > > Hi, > > > No I am not looking for report generation thru rails but report > generation thru mysql and its access from rails. > > Any way thanks for your help > > >-- Sincerely, William Pratt --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
William Pratt wrote:> Can you be more specific? What do you mean by "report generation thru > mysql and its access from rails."? > > Abhi Manyu wrote: >> Hi, >> >> >> No I am not looking for report generation thru rails but report >> generation thru mysql and its access from rails. >> >> Any way thanks for your help >> >> >> > > -- > Sincerely, > > William PrattHi William What I mean is Like MS sql is having reporting services thru which we can generate customized report and c# is having controls to access such reports. What I need is a way to access the reports generated in mysql through ror. Hope you get this Thanks -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---