Hi all, I'm using Query Language in Google Drive Sheets and i need some help with the following:
This is a table showing, order by rank, the most important issues and what application they belong TicketApplicationRankGDP-727Prestadores1GDP-356Aplicaciones de Integración2 GDP-45Aplicaciones de Integración3GDP-647Servicios de Atencion4GDP-603 Prestadores5GDP-304Aplicaciones de Integración6GDP-331Servicios de Atencion7 GDP-394Prestadores8GDP-289Aplicaciones de Integración9GDP-574Colaborativas10 I'm using the following sentence: =Query($A:$C;"Select * where B = 'Prestadores' limit 3") This will bring me the top 3 issues from the application "Prestadores" But, now i need to show top 3 for each application, and i was thinking of using something like UNION (SQL transaccion) but i cant find something like that. I would appreciate every help Ty BTW: Sorry for my English, i'm from Argentina -- You received this message because you are subscribed to the Google Groups "Google Visualization API" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-visualization-api. For more options, visit https://groups.google.com/d/optout.
