What data source are you querying?  Is it something on your own server, or 
is it from a public service like the Google spreadsheets?

On Friday, March 22, 2013 1:14:22 AM UTC-4, Cristian wrote:
>
> Hi Ignacio,
> I have the same problem, the GET method does not support the number of 
> characters in my office and I generated the error 'HTTP Error 413 Request 
> Entity Too Large'
> I would love for the GET method to change the POST method for sending 
> parameters, any ideas?
>
> El miércoles, 21 de noviembre de 2012 04:54:50 UTC-5, Ignacio Elguezabal 
> escribió:
>>
>> Hello and thanks for your response.
>>
>> I can´t use setQuery for two things. 
>> One, setQuery needs to be a valid query and it is used to query the 
>> datasource, not to send custom parameters. In my tomcat I have got two 
>> steps, in the first one I query the database with my custom mysql query 
>> (and here is where I need the custom parameters), and the second one it 
>> just query the DataTable (the result of the first query) with whatever it 
>> is in Query#setQuery.
>>
>> Two. The content of setQuery is appended to the URL so is sent equaly by 
>> GET. So same restrictions apply.
>>
>>
>>
>> El lunes, 19 de noviembre de 2012 08:39:20 UTC+1, asgallant escribió:
>>>
>>> Try using the 
>>> Query#setQuery<https://developers.google.com/chart/interactive/docs/reference#Query_setQuery>method
>>>  to set the parameters.
>>>
>>> On Sunday, November 18, 2012 9:24:41 PM UTC-5, Ignacio Elguezabal wrote:
>>>>
>>>> Hello,
>>>>  I am using google visualization API as a chart generator for some of 
>>>> our BI reports. 
>>>> I am using the Java visualization library on the server side as well. 
>>>> The thing is that using google.visualization.Query I can only send 
>>>> parameters to my datasource using GET, but I find that the size 
>>>> restriction 
>>>> of GET method is not enough, and I would like to send POST variables to my 
>>>> datasource using google.visualization.Query. I need to send informations 
>>>> about how to filter members, but there could be a lot of members so I 
>>>> would 
>>>> end up with something like  google.visualization.Query("
>>>> http://DATASOURCE?members:23,4324,24,241,1234,1234,1243...";)
>>>> Is there a way to use Query and send parameters by POST??
>>>> Thank you very much for your help
>>>>
>>>>

-- 
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?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to